docs(readme): the version-bump PR-only gap is closed by the main branch ruleset#10
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 32 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. 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 |
README described invariant 12's PR-only scope as an open hole: "a commit pushed
straight to main is never version-bump checked." That stopped being true on
2026-07-19, when a branch ruleset started rejecting direct pushes to main.
The checker's scope is unchanged — it still runs on
pull_requestonly. Whatchanged is that the bypass it left open is now unreachable, so the sentence
described a risk this repo no longer carries.
Verified before writing (AGENTS.md Don't #3 — never describe what a gate proves
without checking what it compares):
protect-main.(id 19168350),enforcement: active, created2026-07-19T12:42+02:00, targets
~DEFAULT_BRANCHpull_request,required_status_checks-> contextquality,non_fast_forwardbypass_actors: [],current_user_can_bypass: "never"— hence "admins included".github/workflows/ci.yml:97puts the version-bump step inside thequalityjob, so the required check actually carries invariant 12
Prose-only (
README.md), so no Gate B per CLAUDE.md §5. The hook fired itsloose-direction STOP anyway — the redundant reminder invariant 2 accepts by name.
Not changed, deliberately — see the PR discussion: the same claim appears in
AGENTS.md,scripts/check-version-bump.sh,ci.ymland the plugin CHANGELOG,where it is still literally true (it describes the checker, not the repo).