V43 Gate 1: Packs Read Deposit Roadmap#180
Merged
garrettmaring merged 2 commits intoMay 29, 2026
Merged
Conversation
Open the V43 draft specification family over V42 canon with the packs/read/deposit route plan, agentic deposit AssetPack option scope, parity matrix, and notes. Wire the V43 Gate 1 checker into package scripts and gate/canon workflows, and update roadmap plus repository docs to state active V42 / draft V43 posture. Proof: pnpm run check:v43-gate1; node scripts/check-bitcode-spec-family.mjs --version V43 --mode draft --current-target V42; node scripts/check-bitcode-canonical-inputs.mjs --current-target V42; node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V42 --draft-target V43; git diff --check.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Update historical V40 and V42 protocol predicates to accept the promoted V42 / draft V43 roadmap posture instead of requiring V41 active or a V42 working gate. Add V42 to the protocol package boundary active/draft version table so the promoted canon pointer is accepted. Proof: pnpm --filter @bitcode/protocol test; pnpm run check:v43-gate1; node scripts/check-bitcode-spec-family.mjs --version V43 --mode draft --current-target V42; node scripts/check-bitcode-canonical-inputs.mjs --current-target V42; node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V42 --draft-target V43; git diff --check.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closure
Opens V43 over promoted V42 with the packs/read/deposit route-product roadmap, agentic deposit AssetPack option scope, source-safe pack activity posture, and a ten-gate implementation plan.
Changed
check:v43-gate1and wired the V43 Gate 1 checker into gate/canon workflows.Proof
pnpm --filter @bitcode/protocol testpnpm run check:v43-gate1node scripts/check-bitcode-spec-family.mjs --version V43 --mode draft --current-target V42node scripts/check-bitcode-canonical-inputs.mjs --current-target V42node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V42 --draft-target V43git diff --checkBoundaries
Gate 1 is specification, roadmap, docs, checker, and workflow posture only. Route migration, data models, deposit option synthesis, and UX implementation begin in later V43 gates.