This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryFixed _run_coldstart: command not found error by moving function definitions to the top of the script.
Full changelog
Fix
_run_coldstart: command not found appeared on the fast-path (version already correct, container already running).
Both functions (_run_coldstart, _do_coldstart_analysis) were defined inside the else branch of the full install/update block — so they weren't in scope when the fast-path called _run_coldstart at the end of the script.
Moved both definitions to the top of the script, right after ok()/info()/warn()/fail(), before any conditional logic. Now available on all paths.
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]