This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed ignoring explicit y to always trigger re-analysis and cloning.
Full changelog
Fix
When the user said y to cold-start analysis upfront (during the interactive prompts), the cache check still ran first — found the cached report — and silently skipped the re-analysis. The user's explicit y was ignored.
Decision order (corrected)
| Answer | Behaviour |
|---|---|
| n | Always skip, print manual commands |
| not set (fast-path, no upfront prompt) | Smart: cache exists→skip, source cloned+no cache→run, nothing→ask |
| y | Always re-clone + re-analyze, regardless of existing cache |
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]