Skip to content

Add Prompt SDK conformance suite and reference prompts (#71) - #14

Merged
andrewperis merged 1 commit into
mainfrom
codex/issue-71-conformance
Sep 11, 2026
Merged

Add Prompt SDK conformance suite and reference prompts (#71)#14
andrewperis merged 1 commit into
mainfrom
codex/issue-71-conformance

Conversation

@andrewperis

Copy link
Copy Markdown
Contributor

Summary

  • Add reusable adapter boundary conformance tests, exercised by MockTextAdapter and an independent fake.
  • Add synthetic text, structured-output and context-package reference flows with deterministic reviewed golden fixtures.
  • Exercise expired context, schema-invalid structured output, provenance validation and non-public redaction end to end.
  • Document the existing full contract coverage map, adapter test integration and golden review policy.
  • Add read-only GitHub Actions CI on Node 22 and 24 with immutable action pins and no provider secrets or paid calls.

Verification

  • npm test: 100 local tests pass.
  • git diff --check passes.
  • No new dependencies or production contract changes.
  • CI matrix results must pass before merge.

Scope

Reference artifact identifiers and context are synthetic. Image/multimodal execution is not supported by this v1 contract. Real-provider transport mapping tests and immutable publication under Studio #72 remain separate.

Closes DefinitelySecureStudio/studio#71

@andrewperis
andrewperis marked this pull request as ready for review September 11, 2026 14:20
@andrewperis
andrewperis merged commit ac0c889 into main Sep 11, 2026
2 checks passed
@andrewperis
andrewperis deleted the codex/issue-71-conformance branch September 11, 2026 14:21
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T14:25:06.652756Z 0ed2792 Draft marked ready
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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.

Create Prompt SDK test suite and reference prompts

1 participant