This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryImproved file classification heuristics reduce changelog over-classification.
Full changelog
Improved: Extension + filename heuristics for non-code files
The "other" file bucket (YAML, TOML, SQL, env, Prisma, etc.) previously fell through to the embedding classifier, causing changelog over-classification on large mixed codebases. Now resolved by extension and filename before any embedding is needed:
| Extension / Filename | Category |
|---|---|
| .yml, .yaml, .toml, .env, .ini, .conf, .cfg | setup |
| .sql, .prisma, .graphql, .gql, .proto | architecture |
| CHANGELOG*, HISTORY*, RELEASES* (stem) | changelog |
| Dockerfile, docker-compose (stem) | setup |
| Markdown in docs/ or documentation/ | architecture |
| Other markdown | embedding fallback |
Result: changelog now correctly narrows to actual changelog/release files only.
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]