V46 Gate 5: Interface Claim Contracts#228
Conversation
|
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: f03f372c46
ℹ️ 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".
| "packages/protocol/test/v46-interface-claim-contracts.test.js": "packages/protocol/test/v46-interface-claim-contracts.test.js:1ce6cd40feb340d60dd9f858", | ||
| "scripts/generate-v46-interface-claim-contracts.mjs": "scripts/generate-v46-interface-claim-contracts.mjs:3db798fea48743aaa626719e", | ||
| "scripts/check-v46-gate5-interface-claim-contracts.mjs": "scripts/check-v46-gate5-interface-claim-contracts.mjs:c681850009b7b99571e5684c", |
There was a problem hiding this comment.
Regenerate the Gate 5 artifact after edits
In the detached tree for e6a78f40, node scripts/check-v46-gate5-interface-claim-contracts.mjs --skip-branch-check --skip-package-tests fails because the committed artifact no longer matches the generator output; regenerating changes the source roots for the test, generator, and checker files shown here. Since both gate and canon workflows now invoke this checker, this stale artifact blocks Gate 5 quality until .bitcode/v46-interface-claim-contracts.json is regenerated from the final sources.
Useful? React with 👍 / 👎.
Add the package-backed V46InterfaceClaimContracts canonical artifact for public API, MCP API, ChatGPT App, Bitcode Chat, and package-consumer source-safe InterfaceClaim contracts. Update V46 spec, delta, notes, parity matrix, roadmap, README, protocol package exports, package scripts, workflows, deterministic generator, focused checker, and protocol tests. Regenerate dependent V46 artifacts and make Gate 3/Gate 4 roadmap predicates durable against later gates by checking closure anchors instead of moving latest/current status. Validation: pnpm run check:v46-gate1 --skip-branch-check; pnpm run check:v46-gate2 --skip-branch-check; pnpm run check:v46-gate3 --skip-branch-check; pnpm run check:v46-gate4 --skip-branch-check; pnpm run check:v46-gate5; pnpm --filter @bitcode/protocol typecheck; pnpm --filter @bitcode/protocol test; focused BTD, MCP, ChatGPT App, and UAPI conversation suites; git diff --check.
f03f372 to
1404567
Compare
Summary
Validation