Skip to content

V33 Gate 4: Harden ChatGPT App Action Contracts#69

Merged
geraldarthurdavis merged 1 commit into
version/v33from
v33/gate-4-chatgpt-app-action-tool-contracts
May 22, 2026
Merged

V33 Gate 4: Harden ChatGPT App Action Contracts#69
geraldarthurdavis merged 1 commit into
version/v33from
v33/gate-4-chatgpt-app-action-tool-contracts

Conversation

@geraldarthurdavis

Copy link
Copy Markdown
Contributor

Summary

  • add package-owned ChatGptAppActionContract primitives for Read, Need review, Finding Fits, AssetPack preview, BTC fee quote, settlement, and delivery actions
  • derive ChatGPT App Reading tools from the package registry and render accepted/denied responses through source-safe BTD response projection
  • generate .bitcode/v33-chatgpt-app-action-contracts.json, update V33 specs/roadmap/parity, and wire Gate Quality to run Gate 4 checks/tests

Validation

  • pnpm run check:v33-gate1
  • pnpm run check:v33-gate2
  • pnpm run check:v33-gate3
  • pnpm run check:v33-gate4
  • node scripts/check-bitcode-spec-family.mjs --version V33 --mode draft --current-target V32
  • node scripts/check-bitcode-canonical-inputs.mjs --current-target V32
  • node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V32 --draft-target V33
  • node scripts/check-v32-gate10-promotion-readiness.mjs --promotion-mode --skip-branch-check
  • node scripts/run-bitcode-spec-quality.mjs --mode strict-version --version V33
  • pnpm --filter @bitcode/btd typecheck
  • pnpm --filter @bitcode/btd test
  • pnpm --dir packages/chatgptapp exec tsc --noEmit --pretty false
  • pnpm --dir packages/chatgptapp exec jest --runInBand
  • pnpm --filter @bitcode/protocol test
  • git diff --cached --check
  • staged secret-pattern scan over committed files

Add package-owned ChatGPT App Reading action contracts covering Read, Need, Finding Fits, preview, fee, settlement, and delivery actions with source-safe renderers, proof roots, denied-state repair posture, generated artifact checks, workflow wiring, and ChatGPT App registry integration.

Validate with V33 Gate 1-4 checkers, V33 strict spec quality, BTD typecheck/full Jest, ChatGPT App typecheck/full Jest, protocol tests, canon posture/canonical-input checks, V32 promotion readiness, and diff/secret hygiene.
@vercel

vercel Bot commented May 22, 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 22, 2026 4:00pm

@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: a385aaac1e

ℹ️ 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 +1561 to +1563
writeAdmission: contract.actionId === 'bitcode_settle_asset_pack' || contract.actionId === 'bitcode_deliver_asset_pack'
? 'chatgpt-confirmed-action'
: 'not-required-for-source-safe-chatgpt-action',

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 Reject unconfirmed settlement and delivery actions

The new ChatGPT Reading action executor always emits an accepted response and marks writeAdmission as chatgpt-confirmed-action for bitcode_settle_asset_pack/bitcode_deliver_asset_pack, but there is no check that confirmed is actually true. Because the generated validator only requires a boolean, calls with confirmed: false still pass and get an admitted response instead of a CONFIRMATION_REQUIRED denial, which breaks the explicit-confirmation gate these contracts declare.

Useful? React with 👍 / 👎.

@geraldarthurdavis
geraldarthurdavis merged commit 604f26a into version/v33 May 22, 2026
29 checks passed
@geraldarthurdavis
geraldarthurdavis deleted the v33/gate-4-chatgpt-app-action-tool-contracts branch May 22, 2026 16:18
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