This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryInstaller now prominently prompts for required claude mcp add command and CLAUDE.md adds AI‑driven connection check.
Full changelog
What's New
Improved — installer output when claude CLI is not on PATH
Instead of a quiet info line, the installer now prints a boxed ACTION REQUIRED section that is impossible to miss:
┌─────────────────────────────────────────────────────┐
│ ACTION REQUIRED — Claude Code MCP registration │
└─────────────────────────────────────────────────────┘
Run this command once in your terminal to connect Claude Code:
claude mcp add --transport sse --scope project flaiwheel http://localhost:8081/sse
Then type /mcp inside Claude Code to verify the connection.
Cursor users: no action needed — .cursor/mcp.json handles it.
Improved — CLAUDE.md instructs the AI agent to check at session start
The CLAUDE.md template (written to every project by the installer) now includes a ⚠️ First-time setup section. When Claude Code reads it, the agent is instructed to:
- Type
/mcpto check if Flaiwheel is connected - If not connected, proactively tell the user the exact command to run
- Not proceed until Flaiwheel is connected
This means the AI itself becomes the reminder — no need to re-read the installer output.
Upgrade
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dl4rce/flaiwheel
Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies.
Related context
Beta — feedback welcome: [email protected]