docs(release): adapt lifecycle runbook#657
Conversation
|
Warning Review limit reached
More reviews will be available in 48 minutes and 24 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (17)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Lawyer Self-Audit FindingsCc: @codex
|
|
Summary
Testing
|
Code Lawyer Activity Summary
Verification
No PR review threads required resolution; |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a368051c49
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Code Lawyer Activity Summary
Verification
All four PR review threads were resolved via GraphQL. No domain-specific behavior was added. |
SHIPME certification correctionRoot cause: Fix: commit Verification:
|
Linked Issue
None.
Summary
Adapt the Continuum release lifecycle into Wesley's repo-local release doctrine and profile.
Why
Wesley needs the shared release philosophy without importing rules that conflict with its current GitHub tracker model. This keeps the release spine intact while preserving Wesley's existing split: goalpost milestones for implementation slices, release milestones for release-gate issues, and concrete
vX.Y.Zlabels for version scheduling.Changes
.continuum/release.ymlwith Wesley's version sources, publish crates, signposts, validation commands, release workflow, and evidence surfaces.docs/method/release.mdinto the Wesley release doctrine: lifecycle, release types, version selection, scope buckets, goalposts, signposts, and non-negotiables.wesley-emit-codec.Method Evidence
Tracker Hygiene
work-in-progresswhile active, or no linked issue was used.Risk
Low runtime risk. This is release governance, documentation, workflow verification, and tests. The only workflow behavior change widens an existing crates.io visibility loop to include a crate already declared as published.
Backout
Revert the commit. This removes the release profile/doctrine updates and restores the previous post-publish crate visibility loop.
Testing
cargo xtask docs-checkbats test/release-governance.bats test/ci-workflows.batsgit diff --checkpnpm exec prettier --check .continuum/release.yml docs/method/release.md docs/method/release-runbook.md docs/topics/releases.md docs/topics/README.md docs/governance/RELEASE_POLICY.md docs/governance/RELEASE_CHECKLIST.md docs/CRATES_IO_RELEASE.md CHANGELOG.md .github/workflows/release-crates.ymlcargo xtask preflightcargo xtask preflightplus repo Bats smoke suiteMerge Strategy
Checklist
cargo xtask preflight)