This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summary/docs/{name} isolation prevents cross‑project file confusion when rebuilding containers.
Full changelog
Prevents repo confusion when rebuilding container from different workspaces
Problem: If you ran install.sh from project-A and later rebuilt from project-B, the /docs root would contain project-B's repo while project-A's config still pointed to /docs — reading the wrong files.
Fix: Every project now gets /docs/{name} — no project can claim the root.
- Entrypoint: clones
MCP_GIT_REPO_URLto/docs/{derived-name}instead of/docs - Legacy mode: first-time project creation uses
/docs/{name}not/docs - Auto-migration: existing
projects.jsonentries withdocs_path=/docsare automatically fixed on startup
Upgrade strongly recommended for all multi-project setups.
26 MCP tools · 220 tests · 0 cloud dependencies
Breaking Changes
- Docs root changed from `/docs` to `/docs/{name}` for each project; existing `projects.json` entries with `docs_path=/docs` are auto‑migrated on startup.
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]