docs(ledger): record PR #1310 as landed at squash 422e43d86 - #1325
Conversation
Closes out the branch-review-ledger repair. Notes that main is ahead of the authoring branch: review tightened findReviews to an exact scope comparison, which matters because the original substring match would have let a branch-cleanup-deletion-pending row satisfy a branch-cleanup lookup and skip a branch that still needed cleanup. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 3 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. 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 Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe branch review ledger gains a row for PR 1310, documenting lookup and validation hardening changes and successful post-merge branch-hygiene checks. ChangesBranch review ledger
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Comment |
|
@cursor fix merge conflict |
|
Merge conflict on #1325 is fixed. GitHub marked it
|
…d-closeout Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>


Ledger-only closeout for #1310, which merged as squash
422e43d86.Verified against
origin/mainafter the merge:npm run check:branch-review-ledgerPASS (1107 records before this row) andvitest tests/repo-hygiene.test.ts25/25 PASS.The record also captures that main ended up ahead of the authoring branch. Review tightened
findReviewsto compare scope exactly instead of by substring — worth recording, because the original substring match would have let abranch-cleanup-deletion-pendingrow satisfy a--scope branch-cleanuplookup and skip a branch that still needed cleanup.refTokens,headMatches, andresolveHeadwere hardened in the same pass.One row appended to
docs/branch-review-ledger.md; no code, config, or behaviour change.🤖 Generated with Claude Code
Summary by CodeRabbit