V32 Gate 6: Interface Contract Regression Suites#60
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: 40e6cef408
ℹ️ 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".
| const passed = | ||
| missingSurfaces.length === 0 && | ||
| missingObjectFamilies.length === 0 && | ||
| activeContractCount === 5 && | ||
| deferredBlockedCount === 2 && | ||
| sourceEvidenceComplete && |
There was a problem hiding this comment.
Validate deferred rows by surface, not just total counts
The passed gate only checks that there are 5 active and 2 deferred rows, but it never verifies that the deferred rows are specifically exchange_hook and conversations_hook. If a future edit accidentally marks another surface as deferred and one of the required deferred hooks as active, the artifact can still report passed: true as long as aggregate counts remain 5/2 and surface coverage is complete, which undermines the regression proof this script is meant to enforce.
Useful? React with 👍 / 👎.
Add source-safe interface contract regression fixtures and proof generation for Terminal, API, MCP, ChatGPT App, Auxillaries, and deferred Exchange/Conversations hooks. Wire Gate 6 checker, focused tests, V32 proof matrix, gate-quality CI, roadmap, and specification family so shared auth, policy denial, source-safety, and nondisclosure assertions are validated.
40e6cef to
602fe51
Compare
Summary
conversations_hookand proves active Terminal/API/MCP/ChatGPT App/Auxillaries contracts plus blocked deferred Exchange/Conversations hooks.Validation
pnpm --filter @bitcode/btd typecheckpnpm --filter @bitcode/btd test -- --runTestsByPath __tests__/v32-interface-contract-regression.test.ts __tests__/interface-integration.test.tspnpm --dir uapi exec jest --runTestsByPath tests/terminalInterfaceIntegrationRegression.test.ts --runInBandpnpm --filter @bitcode/api exec jest --config jest.config.cjs --runTestsByPath src/routes/__tests__/btd-crypto.test.ts --runInBandpnpm --dir packages/executions-mcp/src/mcp-server run test:mcp -- --runTestsByPath src/__tests__/unit/pipeline-ingress-contract.test.ts --runInBandpnpm --dir packages/chatgptapp exec jest --runTestsByPath src/__tests__/tools.test.ts --runInBandpnpm --filter @bitcode/btd testbitcode-gate-quality.ymlpnpm run check:v32-gate1 && pnpm run check:v32-gate2 && pnpm run check:v32-gate3 && pnpm run check:v32-gate4 && pnpm run check:v32-gate5 && pnpm run check:v32-gate6node scripts/check-bitcode-spec-family.mjs --version V32 --mode draft --current-target V31node scripts/check-bitcode-canonical-inputs.mjs --current-target V31node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V31 --draft-target V32git diff --check