feat(release): automate verified pre-tag candidate promotion#489
Draft
jeremi wants to merge 7 commits into
Draft
feat(release): automate verified pre-tag candidate promotion#489jeremi wants to merge 7 commits into
jeremi wants to merge 7 commits into
Conversation
Signed-off-by: Jeremi Joslin <[email protected]>
Signed-off-by: Jeremi Joslin <[email protected]>
Signed-off-by: Jeremi Joslin <[email protected]>
Signed-off-by: Jeremi Joslin <[email protected]>
Signed-off-by: Jeremi Joslin <[email protected]>
Signed-off-by: Jeremi Joslin <[email protected]>
Signed-off-by: Jeremi Joslin <[email protected]>
jeremi
force-pushed
the
agent/issue-484-lean-beta-release
branch
from
July 25, 2026 17:01
17c5986 to
7864378
Compare
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
Implements the automation and evidence model from #484 across all five workstreams:
Definition of done
measurement_requiredstate until a real hosted run supplies a measured numeric budgetorigin/mainSecurity decisions and deviation
Privileged manual operations use
repository_dispatch, so package-write and OIDC workflow code always comes from the protected default branch. Automation never creates or updates Git refs, andgh release create --verify-tagprevents implicit tag recreation if a verified tag disappears.The issue expected the three existing libc6 dispositions to use
dynamic_symbol_absent. Real v0.13 service ELF evidence shows the binaries importdlsym, and CVE-2026-5450 is callsite-specific rather than expressible as simple symbol absence. Treating symbol absence as evaluable would be fail-open. The implementation therefore uses the issue's allowedfile_digest_equalsassertion over the complete executable closures, plus the specifically reviewed out-of-closure libraries. This is stricter, forces re-review when those reviewed bytes change, and is documented in the baselines. The independent security review found the deviation defensible and fail-closed.Verification
actionlint .github/workflows/*.ymlnpm run check: current and archived docsets built; 586,127 internal links/assets checkedruff check,ruff format --check, Python compileall, YAML duplicate-key validation, andgit diff --checkREGISTRY_RELEASE_SOURCE_MODE=monorepo release/scripts/check-release-source-model.shrelease/scripts/registry-release validate release/manifests/registry-stack-beta-17.yamlcrates/registry-relay: just ci-preflightproducts/notary: just ci-preflightLive acceptance blockers before this can leave draft
registry-notary-candidateandregistry-relay-candidateas private GHCR packages and verify live package visibilitymeasurement_requiredwith the measured per-runner storage budgetThese require merged default-branch workflow code, live GitHub Actions/GHCR state, and a real published tag. They are intentionally not represented by fabricated local evidence.
Refs #484