docs: document main merge protections - #7
Conversation
|
Warning Review limit reached
Next review available in: 39 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe changes document expanded ChangesBranch protection documentation
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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 `@docs/superpowers/plans/2026-07-24-ux-portfolio-implementation.md`:
- Around line 2251-2259: Update the GitHub merge-gate paragraph to explicitly
identify author/approver separation and stale-approval dismissal as planned or
manually enforced controls, not currently active branch-protection requirements.
Align the wording with the status documented in parallel-worktree-execution.md
and readme.md while preserving the active checks and truthful permission
limitation.
🪄 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 Plus
Run ID: d1944a1d-0b2a-43af-b9f0-fef042e78198
📒 Files selected for processing (3)
docs/superpowers/plans/2026-07-24-parallel-worktree-execution.mddocs/superpowers/plans/2026-07-24-ux-portfolio-implementation.mdreadme.md
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 `@readme.md`:
- Line 46: Update the pull request requirements wording in the README to qualify
CodeRabbit enforcement as applying where supported, and document that the same
review checklist must be completed manually when the status cannot be configured
as a branch-protection 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 Plus
Run ID: 0353bb85-d486-4519-b29a-c1397620648b
📒 Files selected for processing (3)
docs/superpowers/plans/2026-07-24-parallel-worktree-execution.mddocs/superpowers/plans/2026-07-24-ux-portfolio-implementation.mdreadme.md
🚧 Files skipped from review as they are similar to previous changes (2)
- docs/superpowers/plans/2026-07-24-parallel-worktree-execution.md
- docs/superpowers/plans/2026-07-24-ux-portfolio-implementation.md
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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 `@docs/superpowers/plans/2026-07-24-parallel-worktree-execution.md`:
- Around line 177-179: Update the CodeRabbit approval description in the
parallel worktree execution plan to state that approval requires both resolved
review conversations and successful configured pre-merge checks.
In `@readme.md`:
- Around line 45-46: Update the branch-gate approval requirement in the README
so the single fresh approval must come from a reviewer who is not the pull
request author, while preserving the existing stale-approval behavior.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: c3cba665-0133-460a-b01d-ea29495bffb2
📒 Files selected for processing (4)
.coderabbit.yamldocs/superpowers/plans/2026-07-24-parallel-worktree-execution.mddocs/superpowers/plans/2026-07-24-ux-portfolio-implementation.mdreadme.md
🚧 Files skipped from review as they are similar to previous changes (1)
- docs/superpowers/plans/2026-07-24-ux-portfolio-implementation.md
What changed
.coderabbit.yaml.mainprotections:verify, verified commit signatures, resolved review conversations, one fresh non-author approval, stale-approval dismissal, and administrator enforcement.Why
Every pull request targeting
mainmust receive CodeRabbit review, and unresolved review conversations or unsigned commits must block merging. CodeRabbit's documented request-changes workflow supplies the enforceable review lifecycle: it requests changes for findings and approves after its conversations are resolved and configured pre-merge checks pass.Validation
npm run verifyverifyand CodeRabbit checks are successful; PR merge state is clean and review decision is approved.