fix: isolate nightly release staging - #3175
Merged
Merged
Conversation
f-trycua
force-pushed
the
agent/nightly-release-isolated-staging
branch
from
August 14, 2026 10:57
48bbe34 to
3759cc7
Compare
f-trycua
marked this pull request as ready for review
August 14, 2026 10:58
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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
stage-versioned-treerelease-control command that copies a registered source tree and rewrites only its declared version sitesapply-versionagainst the publish checkoutRoot cause
The Driver publish job mutated its source checkout to the nightly version before attribution and publication validation. Those later phases also used the checkout as stable-version authority, which forced exceptions such as
require_stable_state=Falseand caused two initial rollout failures.Impact
Nightly artifacts are unchanged in shape: the skill tarball still contains the nightly-versioned skill, while installers and verified platform archives retain their existing contracts. The difference is architectural: stable source authority remains immutable throughout publication.
Validation
uv run --no-project --with pytest --with jsonschema --with pyyaml --with toml pytest .github/scripts/tests/ -q— 218 passed, 18 subtests passedpython3 .github/scripts/release_channels.py validate— 2 components validatedgo run github.com/rhysd/actionlint/cmd/actionlint@latest .github/workflows/nightly-cua-driver.yml .github/workflows/ci-test-scripts.ymlgit diff --checkStack
Exclusions
Refs #3096