docs: changelog and status for the compile-boundary audit series#83
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughThis PR updates project documentation to track recent changes and current status. CHANGELOG.md records ExecutionPlan introduction at compilation boundaries, preservation of verification recovery handling, MCP HTTP error handling improvements, dependency patches, and CLI test changes. STATUS.md refreshes the project state with current merge counts, test numbers, and updated roadmap priorities for executor integration and verification consumption. ChangesProject Status and Changelog Documentation
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Documentation-only update splitting the audit-series bookkeeping out from the merged core fixes.
What
[Unreleased]—verification.on_fail(bug(core): verification.on_fail action silently dropped by compileGateValidator — recovery semantics lost in compiled output #64),ExecutionPlan(bug(core): per-step parallel_steps / execution / join entirely absent from compiled output #65), MCP HTTP 500 (bug(mcp): HTTP transport logs but never responds to client on handler error #66), postbuild fail-loud (bug(build): cli/mcp postbuild scripts still use|| trueto silence schema.json copy failures #67), fixtures runner loud (bug(fixtures): run-fixtures.mjs bare catch swallows all readdirSync errors as 'directory not found' #68), fmt failure-mode tests (test(cli): fmt.test.ts asserts canonical=null without distinguishing failure modes #69), pre_output gateon_fail(bug(core): quality_gates.pre_output[].on_fail dropped from compiled output #72), thefast-uri/qs/uuidsecurity patch (fix(deps): patch fast-uri, qs, uuid to close 7 Dependabot alerts #76), and the ROADMAP→STATUS docs swap (docs: replace stale ROADMAP with current STATUS, ignore contributor PDFs #77).No code changes. Two files only.
🤖 Generated with Claude Code
Summary by cubic
Docs-only update that records the compile-boundary fidelity audit in CHANGELOG and syncs STATUS with the final snapshot (all audit fixes merged, incl. #72), 482 tests on main, and fixes the Next vs Where we are mismatch.
CHANGELOG adds Unreleased items for #64 (verification.on_fail), #65 (ExecutionPlan), #66 (MCP HTTP 500), #67 (postbuild fail-loud), #68 (fixtures runner loud), #69 (fmt failure-mode tests), #72 (pre_output gate on_fail), #76 (security patches for
fast-uri,qs,uuid), and #77 (ROADMAP→STATUS swap); STATUS notes #72 merged, lists remaining follow-ups (#73, #75) and perf scaling assertions (#46).Written for commit f31b645. Summary will update on new commits. Review in cubic
Summary by CodeRabbit
Documentation
Bug Fixes
Chores