release: prepare 0.2.1-alpha draft packaging - #576
Merged
Merged
Conversation
mberrys
added a commit
that referenced
this pull request
Sep 14, 2026
Promote the merged 0.2.1-alpha release preparation from `dev` to `unstable`. - Source head: `37b1ec3594f527266c0639a717d1797a5c77ecd5` - Includes the 0.2.1-alpha version bump and repaired draft-release workflow. - PR #576 merged with hosted agent-fast build, source integrity, policy, package script, architecture, CodeQL, and security checks passing. - Fuzz was still running at merge time; its result remains tracked separately. This promotion is required before final `stable` qualification and exact-SHA package dispatch. <!-- codesmith:footer --> --- <a href="https://app.blacksmith.sh/studio-berry/codesmith/loop/pr/577"><picture><source media="(prefers-color-scheme: dark)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"><source media="(prefers-color-scheme: light)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-light-v2.svg"><img alt="View with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"></picture></a> <a href="https://backend.blacksmith.sh/track/enable-autofix?expires=1791983953&installation_model_id=435800&pr_number=577&repository=studio-berry%2Floop&return_to=https%3A%2F%2Fgithub.com%2Fstudio-berry%2Floop%2Fpull%2F577&signature=73a1d5b779a5bb05b77428b660b5f436d595e55e7a83d22a225ca74dfbc235ac"><picture><source media="(prefers-color-scheme: dark)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-light.svg"><img alt="Autofix with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"></picture></a> <sup>Need help on this PR? Tag <code>@codesmith-bot</code> with what you need. Autofix is disabled.</sup> <!-- codesmith:autofix:disabled --> <!-- /codesmith:footer -->
This was referenced Sep 14, 2026
mberrys
added a commit
that referenced
this pull request
Sep 14, 2026
Promote the qualified 0.2.1-alpha release from `unstable` to `stable`. - Exact source head: `614af044925b4df1fe7bdebf7523b52b8e36015b` - Includes the reviewed release preparation (#576), the unstable promotion (#577), and the required stable-history reconciliation (#579). - The stable branch is now an ancestor of this head, so the protected promotion is up to date. After merge, dispatch Linux and Windows package workflows with this exact stable SHA, then create the draft `v0.2.1-alpha` release. <!-- codesmith:footer --> --- <a href="https://app.blacksmith.sh/studio-berry/codesmith/loop/pr/580"><picture><source media="(prefers-color-scheme: dark)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"><source media="(prefers-color-scheme: light)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-light-v2.svg"><img alt="View with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"></picture></a> <a href="https://backend.blacksmith.sh/track/enable-autofix?expires=1791984741&installation_model_id=435800&pr_number=580&repository=studio-berry%2Floop&return_to=https%3A%2F%2Fgithub.com%2Fstudio-berry%2Floop%2Fpull%2F580&signature=ce77127e2d7cb85cfda6b65a80541589ac92cea134b4712a8be21cd6ecc1cc6f"><picture><source media="(prefers-color-scheme: dark)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-light.svg"><img alt="Autofix with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"></picture></a> <sup>Need help on this PR? Tag <code>@codesmith-bot</code> with what you need. Autofix is disabled.</sup> <!-- codesmith:autofix:disabled --> <!-- /codesmith:footer -->
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.
Release preparation
Prepares the Loop 0.2.1 alpha release line and repairs the release assembly workflow.
Changes
0.2.1-alphaGITHUB_TOKENLOOP_VERSION_PRERELEASEVerification
python -m unittest scripts.ci.test_verify_release_assets scripts.ci.test_workflow_contracts scripts.ci.test_check_version_policy scripts.ci.test_compare_package_boundary_evidence -q— 44 passedpython scripts/ci/check_version_policy.py— passedpython scripts/ci/check_supply_chain_pins.py— passedcheck-change.py --base origin/dev— source, policy, architecture, preflight, QML, search, and independent-validation checks passed; build/test checks are incomplete because this isolated worktree has no configured build directoryPackaging will be dispatched after this repair is promoted, using the final stable source SHA.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.