feat(ci): automated alpha/beta/stable release pipeline#65
Open
plumppig wants to merge 27 commits into
Open
Conversation
Designs an automated CI/CD process that publishes alphas on every master merge, betas on each release-branch merge, and stables after a soak period gated on Jira-tracked Critical/Major bug counts. The npm `latest` dist-tag is moved only by an explicit operator workflow. Spec covers Subsystem 1 (GitHub Actions workflows + helper scripts), Subsystem 4 (manual `latest` promotion), and the Jira label convention used for joining. Subsystems 2 (Blue/Green dashboard test apps) and 3 (Jira ticket structure) will get their own specs later. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
In theory these workflows work great, but our billing is on a legacy plan and therefor we aren't allowed to use Actions. |
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
ryuu.js: every PR merge tomasterpublishes an alpha; soak gates auto-promote alpha→beta→stable;latestis operator-controlled.version:<base>-<phase>label, or while another beta is already in flight.scripts/ci/with 42 unit tests. Daily cron at 14:00 UTC drives auto-promotion.promote-latest.ymlis the only path to move npmlatestand isworkflow_dispatch-only.See
docs/superpowers/specs/2026-04-24-cicd-github-actions-design.mdfor the full design anddocs/ci/setup.mdfor the operator runbook.Required before merging
These are operator-only Phase 0 setup tasks. The workflows reference them but won't function until they exist:
ryuu-ci-botcreated, installed on this repo, with permissions Contents/PRs/Actions Read+Write, Metadata Read.Test plan
🤖 Generated with Claude Code