Skip to content

V45 Gate 1: V44 Promotion Addendum And Protocol Notes#204

Merged
geraldarthurdavis merged 1 commit into
version/v45from
v45/gate-1-v44-promotion-addendum
May 31, 2026
Merged

V45 Gate 1: V44 Promotion Addendum And Protocol Notes#204
geraldarthurdavis merged 1 commit into
version/v45from
v45/gate-1-v44-promotion-addendum

Conversation

@geraldarthurdavis

Copy link
Copy Markdown
Contributor

Summary

  • repairs V44 promoted source-of-truth hierarchy prose so the active canon no longer says V43 is active / V44 is draft
  • records the V44 promotion addendum across the V44 spec family and opens V45 notes for protocol-law workshopping before a parity matrix
  • adds promoted spec-family enforcement plus a regression test for stale promoted source-of-truth prose

Validation

  • node scripts/check-bitcode-spec-family.mjs --version V44 --mode promoted --current-target V44
  • node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V44 --draft-target V45
  • node scripts/check-bitcode-canonical-inputs.mjs --current-target V44
  • node --test packages/protocol/test/spec-family-promotion-posture.test.js
  • pnpm --filter @bitcode/protocol test
  • git diff --check

Notes

  • V45 remains notes-only and discussion-first; this PR does not start a V45 parity matrix or implementation gate plan.

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.
@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
engi-uapi Ready Ready Preview, Comment May 31, 2026 2:19pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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'),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@geraldarthurdavis
geraldarthurdavis merged commit 37ea6d7 into version/v45 May 31, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant