docs(release): refresh v0.2.0 launch signposts#656
Conversation
|
Warning Review limit reached
More reviews will be available in 42 minutes and 50 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 (15)
✨ 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 |
|
Self-audit finding for PR #656. Cc: @codex
|
Summary
Testing
|
Activity Summary
Validation:
No unresolved review threads remain. |
Linked Issue
Tracks #625. This does not close the release gate; #625 should close only after the signed
v0.2.0tag publishes and publication checks pass.Branch / Issue-Title Check
docs/v0.2.0-launch-signpostsis a release signpost branch, not an issue-title slug.Summary
v0.2.0signed tag.0.2.0install command, but they no longer claim crates.io publication has already happened.docs/topics/releases.mdanddocs/topics/docs-maintenance.md.v0.2.0verification packet.Why
The release process requires repo-resident truth to be merged before the tag. After PR #655 landed the release prep, several signposts still read as if
0.2.0was already published. This PR makes the launch state accurate without requiring a post-publication backfill merge.Changes
README.md,docs/GUIDE.md,docs/ENTRYPOINTS.md, anddocs/site/index.mdto distinguish release-target install commands from completed publication.docs/BEARING.md,docs/README.md, anddocs/TECHNICAL_TEARDOWN.mdfor the currentv0.2.0launch state.docs/topics/releases.md,docs/topics/docs-maintenance.md, anddocs/topics/README.md.docs/method/releases/v0.2.0/verification.mdwith PR chore(release): prepare v0.2.0 #655 merge evidence and this launch signpost validation.CHANGELOG.mdso the0.2.0entry reflects this release-facing docs correction.Method Evidence
docs/method/releases/v0.2.0/verification.mdupdated.Tracker Hygiene
Risk
Low. This is docs/signpost text only. The main risk is release wording drift; mitigated by docs-check, release-prep guard, and full preflight.
Backout
Revert this PR before tagging if the release wording is wrong. Do not tag
v0.2.0untilmainagain contains accurate README, topic, release, and verification docs.Testing
cargo xtask docs-checknode scripts/check-doc-cli-commands.mjscargo xtask release-prep-guard --version 0.2.0BATS_LIB_PATH=test/vendor bats -t test/release-governance.bats test/docs-planning-boundary.batspnpm exec prettier --check ...on touched docsgit diff --checkcargo xtask preflightEvidenceMap / SourceMap (if applicable)
Not applicable.
Screenshots / Logs (optional)
Not applicable.
Merge Strategy
main, complete the release gate, create the signedv0.2.0tag from syncedmain, runcargo xtask release-guard --tag v0.2.0, push the exact tag, and monitor publication.Checklist
cargo xtask preflight)cargo xtask release-prep-guard --version 0.2.0)