feat(evidence): add v3 qualification and immutable recovery - #303
Merged
Conversation
abrichr
force-pushed
the
codex/evals-release-lifecycle-contract
branch
from
August 27, 2026 16:52
b3dd56f to
5b56880
Compare
abrichr
force-pushed
the
codex/evals-release-lifecycle-contract
branch
from
August 27, 2026 17:00
5b56880 to
6225d0a
Compare
abrichr
force-pushed
the
codex/evals-release-lifecycle-contract
branch
from
August 27, 2026 22:25
d7383d3 to
5a95ad4
Compare
The pinned digest covers the canonical JSON of production_acceptance_policy().
Rebasing onto main combined main's policy with this branch's manifest_schema
bump, so neither the old branch pin nor main's pin is correct for the result.
Recomputing the policy on both sides shows exactly one field differs:
manifest_schema: openadapt.production-acceptance/v1 -> /v2
which is this branch's intended change. The new pin is the digest of that
policy.
abrichr
force-pushed
the
codex/evals-release-lifecycle-contract
branch
from
August 28, 2026 20:15
bd16ad3 to
3a98c78
Compare
abrichr
force-pushed
the
codex/evals-release-lifecycle-contract
branch
from
August 28, 2026 20:18
3a98c78 to
984a885
Compare
The central schemas name this path as the only issuer. The workflow exists and refuses. It does not write accepted evidence.
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.
What this changes
This PR adds the private v3 workflow qualification producer, fixes two immutable release recovery gaps, and updates the public evidence layer to the final contracts at
OpenAdaptAI/.github@989681f6f475616b7e2cb72360c716db0927f7ad:The private producer covers healthy, safe halt, idempotency replay, uncertain delivery, declared attended, and governed repair for every task. It requires at least three signed trials in each task and condition cell. It derives silent incorrect success, over-halt, dispatch, retry, replay, effect, cleanup, intervention, and repair counts from signed receipt facts.
Every uncertain-delivery trial must return
RECONCILIATION_REQUIRED. The producer requires one dispatch for that trial and rejects blind retry or replay dispatch. Each receipt also binds its source artifact, campaign, run, protected repository, workflow, ref, commit, environment, and runner identity.The public summary command uses the current wall clock and a clean checkout of the pinned central commit. An accepted summary requires an active signer registry, authority state, and revocation state, plus registered objects that pass the central verifier. This pin's signer registry pointer is inactive, so the command refuses to write accepted evidence.
The pair command validates the regular object against its exact central JSON Schema before it writes a file. Kinds without a final central schema are refused.
The PyPI recovery check reads an existing version before
skip-existingcan continue a partial upload. GitHub Release publication uses a repository-scopedopenadapt-releasetoken.This PR installs
.github/workflows/issue-production-acceptance.ymlat the path the central schemas name as the only issuer. Every run refuses. It does not write a manifest, a summary, an attestation, or a GitHub Release.Authority and privacy boundary
Evals does not own signing keys, the signer registry, the revocation ledger, or KMS policy. The command imports the verifier from the exact pinned central checkout and refuses a dirty checkout.
Private campaign rows, source artifacts, task names, application values, environment values, and live identities stay behind the private evidence boundary.
Fail-closed dependencies (not waits)
Central main at
989681f6f475616b7e2cb72360c716db0927f7adcontains the final schemas and verifier code. Its signer registry pointer is inactive. The summary and pair commands refuse to write accepted evidence at this pin. That is the correct production behavior.Checked against live state:
OpenAdaptAI/.githubmain. The producer refuses. No mock accepted evidence.release-identityandpypiexist;OPENADAPT_RELEASE_APP_ID=4730708;OPENADAPT_RELEASE_APP_PRIVATE_KEYis set in both environments.testmust pass at the exact head after the issuer commit.This PR does not issue an admission, activate an issuer, sign evidence, publish a package, create a release, change a repository setting, or copy private evidence into a public repository.