This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryFixed _FW_VERSION being stuck at 3.8.3, now correctly set to 3.9.1.
Full changelog
What's new
Cold-start source analysis in installer
install.sh now prompts once at the very end of install/update:
Run cold-start source code analysis? (y/N):
- Default N — routine updates skip this completely
- On y — performs a clean
git clone --depth 1of the project's own source repo (derived automatically from the known git remote) into/src/<project>inside the Docker container, then immediately callsanalyze_codebase()via MCP and prints the bootstrap report inline - GitHub token reused automatically for private repos
- Manual fallback instructions always printed on skip or failure
Bug fix
_FW_VERSIONininstall.shwas stuck at3.8.3since the3.9.0release — now correctly set to3.9.1
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]