This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryIndexer and watcher now skip subdirectories containing their own .git, fixing cross‑project file leakage in multi‑project setups.
Full changelog
Critical Fix for Multi-Project Setups
Root cause: The primary project (docs_path=/docs) indexed and committed files from ALL subdirectories — including other projects' repos cloned into /docs/project-name/. This caused:
- Cross-project files appearing in the wrong knowledge repo
- Quality checker flagging files as "non-standard directory"
- Submodule references polluting git history
Fixes:
- Indexer —
_iter_docs()now detects and skips subdirectories containing their own.git(other project repos) - Watcher — auto-push now filters changed files by the project's
docs_pathprefix; only stages files belonging to the project - Install script —
git addexplicitly lists known paths instead of-A
Upgrade strongly recommended for all multi-project setups.
26 MCP tools · 220 tests · 0 cloud dependencies
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]