Gate release publication on the exact tested commit - #1024
Open
fettpl wants to merge 1 commit into
Open
Conversation
fettpl
marked this pull request as ready for review
August 8, 2026 19:43
Contributor
Author
|
@snimu This is ready for maintainer review. Exact-head CI is fully green, including the new locked Python runtime lane, every Node lane, and the aggregate publication gate. Independent review found no remaining issues. No release workflow was dispatched and no tag, artifact, release, or R2 object was created or changed. |
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
CIworkflow completes successfully for a same-repository push to the default branchBehavior and compatibility
This intentionally changes release orchestration: default-branch publication moves from a direct push trigger to trusted
workflow_runcompletion, while tag/manual publication gains a reusable full-CI prerequisite. It does not change the daemon protocol or application APIs.Verification
npm run checknode --test scripts/release-workflow.test.mjs— 19 passed--exclude-newer 2026-08-01T14:06:46.468Z— 71 packages resolved, lock currentgit diff --checkCoordination
The Python dependency seam follows #945/#1018 while pinning the #932 uv/Python contract and repository seven-day cutoff. This draft was built from audited revision
a18809e0and will need mechanical reconciliation with the pending workflow changes in #1020, #1022, and #1018 before merge.No workflow was dispatched, no release artifact was uploaded or published, and no tag or release pointer was created or moved.
Fixes #927
Note
Gate release publication on the exact tested commit SHA
workflow_runon successful upstream CI for the default branch, binding all build, CI, artifact, and publish steps to a specificBUILD_SHAinstead of a branch ref.release-contextjob (resolve-release-context.mjs) validates upstream CI provenance, package version lockstep, trigger type, and tag consistency before any release work begins.release-gatejob (verify-release-gate.mjs) aggregates results fromrelease-context,full-ci, andbuild, and blocks publication unless the correct CI conditions are met for the trigger type (main/tag/manual).sourceSha), and optionally compares against immutable remote artifacts before upload.workflow_callwith asource_shainput, and gains a new Python runtime test shard usinguv.Macroscope summarized 259e267.