[codex] add Judge QA delivery gates - #66
Draft
greenthree wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
judge-qaCLI with content-addressed compile caching while rerunning every fixture and probesealand formal build checkpointsWhy
P0 defined the fixture schema and P1 added isolated execution, but authors still had no supported CLI or formal delivery gate. This change makes active Checker/Interactor testing part of the Schema v1 sealing workflow without changing WebUI or Legacy behavior.
User impact
New or modified custom/interactive problems can run
probhub judge-qa <ID> --no-cache. Existing workspaces withoutjudge.qaremain compatible. Failed, cancelled, stale, or invalid QA runs do not replace the last successful evidence or formal PDF/ZIP/Manifest artifacts.Validation
npm run check: 663 passed, 30 skippednpm run pack:check: 218 main-package files, 5 compatibility-package filesgit diff --checkall_expectations_metStacked on Draft PR #65 (
codex/judge-qa-execution).