Close the release base-H5 receipt bypass; add explicit gate-failed pool opt-in with verdict carriage - #786
Merged
Merged
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.
Fixes #780.
What
Two halves that land together:
--base-h5identifies as a US multispine pool (sibling manifest with the pool artifact kind, or the H5's own embedded artifact-metadata row — so a bare-copied pool still self-identifies), the release builder now requires and authenticates the pool manifest through the designed loader seam instead of the generic single-year H5 path. A present-but-malformed identity row is a hard error, never a bypass. The same authentication applies topreflight_us_release_gates.py.--allow-gate-failed-base-poolaccepts an authenticated pool withstatus=gate_failed/simulation_ready=falseand stamps the full agreement-gate verdict (gates sha256, failure count, failure digest, flag use) into the release manifest. Preflight surfaces the carried red verdict prominently but does not change its exit code for it — the publication decision stays human. Without the flag, the newly closed fail-closed behavior. The exact-k--pool-manifestarm remains simulation-ready-only.Why
The by-origin battery has no locally observed pass on any build (all six 1% diagnostics and the 25% candidate are red), the live incumbent predates it, and the adversarial audit that found the bypass also showed several battery legs are infeasible or mis-referenced by design (#781, #782, #783). Publication policy: head-to-head clear win vs the live incumbent is the bar; the battery verdict travels as evidence. No battery bounds, tolerances, plans, or gate logic are touched by this PR.
Verification
git diff --checkclean.Root
PROGRESS.md/out.mdare the build lane's session journals per repo convention (history, not state).Provenance: implemented by a gpt-5.6-sol lane; reviewed (contracts, edge cases, preflight semantics) by Claude; direction ruled by Max 2026-08-26.
🤖 Generated with Claude Code