This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryConfig file write phases 6–10 now run in parallel, reducing installer time.
Full changelog
What's new in v3.6.8
Performance: parallel installer phases
Phases 6–10 (all config file writes) now run in parallel using bash background jobs:
| Job | What it writes |
|-----|---------------|
| cursor-mcp | .cursor/mcp.json |
| cursor-rule | .cursor/rules/flaiwheel.mdc |
| agents-md | AGENTS.md |
| claude-md | .mcp.json + CLAUDE.md + Claude Desktop config |
| vscode | .vscode/mcp.json + .github/copilot-instructions.md |
| migration-guide | .cursor/rules/flaiwheel-migrate.mdc |
| gitignore | .gitignore |
| git-hook | .git/hooks/post-commit |
Since all jobs write to different paths there are no conflicts. A flock-based log helper prevents interleaved terminal output. All jobs are awaited and any failure surfaces immediately.
On a typical server this reduces the config-writing phase from ~8 sequential steps to a single parallel burst.
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]