V45 Gate 1: V44 Promotion Addendum And Protocol Notes#204
Conversation
Fixes the promoted V44 source-of-truth hierarchy so it no longer carries stale V43-active / V44-draft language, records the promotion addendum across the V44 spec family, and opens V45 notes for protocol-law workshopping before a parity matrix is drafted. Adds promoted spec-family validation and a regression test that fails stale promoted source-of-truth prose.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 703466a007
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if (mode === 'promoted') { | ||
| validatePromotedSourceOfTruthHierarchy( | ||
| failures, | ||
| extractSection(specContent, 'source-of-truth hierarchy'), |
There was a problem hiding this comment.
Validate companion canon for stale promotion posture
When running the promoted V44 spec-family check, this new validator only inspects the source-of-truth section from BITCODE_SPEC_V44.md. The promoted family also loads and treats companion files as canon, and BITCODE_SPEC_V44_NOTES.md:18 still says “The active canon remains V43 until V44 promotion”; node scripts/check-bitcode-spec-family.mjs --version V44 --mode promoted --current-target V44 still passes. This leaves the exact stale promoted posture the gate is meant to reject undetected in promoted companion canon, so the check should scan the companion contents (or otherwise fail stale active/draft language outside the main hierarchy) as well.
Useful? React with 👍 / 👎.
Summary
Validation
Notes