docs: formalize Continuum release contract#687
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR adds a release profile, rewrites the release runbook, and updates release workflows, guard scripts, and contributor guidance to enforce tag/commit alignment, milestone checks, and post-release planning. ChangesRelease process contract
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related issues
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Release Preflight
If this PR is from a |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/release.yml:
- Around line 80-90: The “Verify checkout matches release tag” check only
compares the checked-out commit to steps.meta.outputs.tag, so a workflow
dispatched from a different ref can still pass. Update the release workflow’s
verification step to also validate the dispatch ref/source used by
workflow_dispatch (for example against github.ref or the dispatched tag input)
in addition to HEAD_COMMIT vs TAG_COMMIT, so release.yml cannot run from main
while claiming a tag. Also align the release-preflight.sh example so it reflects
the enforced dispatch-ref requirement.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: aea25410-561a-4002-929f-c4dc8194cf7c
📒 Files selected for processing (8)
.continuum/release.yml.github/CONTRIBUTING.md.github/RELEASE.md.github/workflows/release-autotag.yml.github/workflows/release.ymlAGENTS.mdscripts/check-docs-topology.shscripts/release-guard.sh
Release Preflight
If this PR is from a |
Code Lawyer Activity Summary
Validation:
@codex please confirm there are no remaining release-dispatch or release-contract blockers. |
Summary
.continuum/release.yml.github/RELEASE.mdaround a Continuum release contract, release state machine, release types, version policy, dist-tags, idempotency, failure handling, and release evidencetype:releasetracking issues to remain open in a target milestoneValidation
npx markdownlint .github/RELEASE.md AGENTS.md .github/CONTRIBUTING.mdbash -n scripts/release-guard.shbash -n scripts/check-docs-topology.shgit diff --checknpm run lint:docs-topologynpm run lint:md:codenpm run lint:mdnpm run release:guard -- --stage prep-prIRONCLADTypeScript policy checkCloses #688
Summary by CodeRabbit
New Features
Bug Fixes
Documentation