Gate release publication on the exact tested commit - #1024
Conversation
|
@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. |
|
Hi, thanks for taking the time to contribute to Prime Agent! Since open sourcing the project, we’ve received far more pull requests than we can responsibly review and validate. Prime Agent runs directly on users’ machines, so we need to be deliberate about which changes we accept and how they are reviewed. Rather than leave a large backlog that we cannot meaningfully work through, we’re closing the current PR queue and moving to a discussion-first contribution process. We have established new contribution guidelines to help us continue iterating on Prime Agent and better manage contributions from the community. Going forward, we won’t review unsolicited pull requests. Instead, please start with a GitHub Discussion. We’ll identify recurring bugs and feature requests, create Issues for work we want to pursue, and invite pull requests from maintainers or vouched contributors when implementation is ready. Please read the full process documented in our contribution guidelines. While we’re closing this backlog, we’re still reviewing it at a high level to identify recurring bugs, useful ideas, and important problems that we should address ourselves. Thanks again for the time you put into this! |
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.