This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Summary
AI summaryFixed installer crash on re-run by cleaning stale temp files and improving concurrency handling.
Full changelog
What's Changed
Fixed
- Installer crash on re-run —
curl | bashleft/tmp/flaiwheel-install-*.shon disk after a failed or interrupted run. A subsequent install attempt hitmktemp: mkstemp failed: File existsand aborted immediately.
Three-layer fix:
- Stale
/tmp/flaiwheel-install-*.shfiles are cleaned up beforemktempis called - PID (
$$) included in temp filename to prevent collisions when two installs run concurrently - Temp file is removed in a background job immediately after
exec— the running process keeps an open file descriptor so execution continues unaffected
How to 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]