Skip to content

V46 Gate 5: Interface Claim Contracts#228

Merged
geraldarthurdavis merged 1 commit into
version/v46from
v46/gate-5-interface-claim-contracts
Jun 2, 2026
Merged

V46 Gate 5: Interface Claim Contracts#228
geraldarthurdavis merged 1 commit into
version/v46from
v46/gate-5-interface-claim-contracts

Conversation

@geraldarthurdavis

Copy link
Copy Markdown
Contributor

Summary

  • Add package-backed V46InterfaceClaimContracts for public API, MCP API, ChatGPT App, Bitcode Chat, and package-consumer InterfaceClaim contracts.
  • Generate .bitcode/v46-interface-claim-contracts.json and wire generator/checker/package exports/workflows.
  • Update V46 spec, delta, notes, parity matrix, roadmap, README, and protocol README.
  • Make prior Gate 3/Gate 4 roadmap predicates durable by checking closure anchors instead of moving current/latest 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
  • pnpm --filter @bitcode/btd exec jest --config jest.config.cjs --runTestsByPath tests/api-schema-compatibility-matrix.test.ts tests/mcp-tool-contract.test.ts tests/chatgpt-app-action-contract.test.ts --runInBand --forceExit
  • pnpm --dir packages/executions-mcp/src/mcp-server run test:mcp -- --runTestsByPath src/tests/unit/pipeline-ingress-contract.test.ts --runInBand --forceExit
  • pnpm --dir packages/chatgptapp exec jest --runTestsByPath src/tests/chatgpt-action-contract.test.ts --runInBand --forceExit
  • pnpm --dir uapi exec jest --runTestsByPath tests/api/conversationReadingInterfaceParity.test.ts tests/conversationTerminalHandoff.test.tsx tests/conversationStreamPipelineLog.test.tsx --runInBand
  • git diff --check

@vercel

vercel Bot commented Jun 2, 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 Jun 2, 2026 11:25am

@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: 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".

Comment on lines +22 to +24
"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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge 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.
@geraldarthurdavis
geraldarthurdavis force-pushed the v46/gate-5-interface-claim-contracts branch from f03f372 to 1404567 Compare June 2, 2026 11:23
@geraldarthurdavis
geraldarthurdavis merged commit 27cc141 into version/v46 Jun 2, 2026
28 checks passed
@geraldarthurdavis
geraldarthurdavis deleted the v46/gate-5-interface-claim-contracts branch June 2, 2026 11:32
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