v3.6.13
·
443 commits
to main
since this release
v3.6.13 — Fix 5 critical issues from #292
Bug Fixes
- test_generate_enhanced: Fixed Agent Booster intercepting test generation tasks + restored real test code pass-through. MCP now returns actual vitest assertions instead of V2 placeholder stubs.
- Vector dimensions (768 vs 128): Fixed 6 locations where HNSW embedding dimension defaulted to 128, causing vector index crashes.
- coverage_analyze_sublinear: Added per-file
coverageByFiledata to MCP results + automatic test runner detection and coverage collection. - Security scanning: Extended secret detection to all file types, added generic SECRET_KEY pattern, added known-CVE dependency checking (21 vulns detected in test fixture).
- Init hooks: Added post-write verification logging for
.claude/settings.jsonhook entries.
Additions
- CLAUDE.md: Added mandatory Bug Fix Verification rules (reproduction-first, MCP-CLI parity, per-issue evidence)
Files Changed
18 files across coordination, domains, governance, integrations, MCP handlers, and init phases.
Closes #292
Full Changelog: v3.6.12...v3.6.13