feat(ledger): add durable ULID + Crockford display IDs to outstanding-issues tooling - #2005
Conversation
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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:30 minutes Limit details: You’ve used all 1 included review currently available under your plan. You completed 90 included PR reviews in the past 7 days; at that activity level, included reviews refill at 1 review per hour. 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 (10)
Comment |
34db01b to
6a1cd14CompareUh oh!
There was an error while loading. Please reload this page.
BigSimmo
commented
Aug 16, 2026
Final unblocking review
Review outcomeI completed a focused review and a separate manual adversarial pass. CodeRabbit did not produce a review because its PR review limit/spending cap was reached, and no local CodeRabbit CLI was available. There were no submitted reviews or actionable review threads. Four high-confidence PR-introduced correctness gaps were reproduced:
Focused fixes and regression tests were prepared locally, but GitHub externally auto-merged the PR during the final concurrent-head recheck, before those commits were attached to the branch. No Codex commit or push landed after that merge. These four items therefore remain residual risks in the merged code. Verification
No review-ledger record was added because the PR merged during the pre-push concurrency check, and a ledger-only post-merge tip would violate repository policy. The PR was externally merged by its existing auto-merge workflow; I did not merge it. |
Implements durable issue-id identity for outstanding-issues rows and collision-safe display IDs (ulid in comment), with parser and reconciliation safety updates.