docs(issues): reconcile 16 queued ledger requests after PR #2093 - #2098
Conversation
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:34 minutes Limit details: You’ve used all 1 included review currently available under your plan. You completed 101 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 (19)
Comment |
This pull request has been ignored for the connected project Preview Branches by Supabase. |
CI triageCI failed on this PR. Automated classification of the 2 failed job(s):
Compared with main CI run #11938 (cancelled). Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger. |
Applies the queued inbox requests into docs/outstanding-issues.md, including the Phase 2 staging-parity result for #56: staging replayed to 194/194 parity with every row md5-verified, and check:drift run against staging returning 19 findings showing the migration chain does not reproduce supabase/schema.sql. Four cancellation decisions are honoured, including the superseded #56 request that recorded check:drift as blocked before the gate was actually run. Re-run from base dda4956 so the batch is complete: the previous attempt was cut against 9d83245 and left one later-arriving request pending, which the write-discipline guard correctly rejected as a partial transaction.
ae55c0d to
8c13f97CompareBigSimmo
commented
Aug 18, 2026
Fixed and pushed. The two failures shared one cause: the reconciliation was cut against base Re-cut from Published by force-push because the fix required re-cutting onto a newer base; merging 🤖 Addressed by Claude Code |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Dedicated ledger reconciliation, run from a fresh base off
origin/main(9d832452d) with no product change riding along, per the serialization rule.docs/outstanding-issues.md, honouring 4 cancellation decisions.#056(PR Replay the migration chain onto staging to parity, and record that the chain does not reproduce schema.sql (Phase 2, #056) #2093, merged): staging replayed to 194/194 migration parity with every row md5-verified byte-identical to its repository file, andcheck:driftrun against staging returning 19 findings showing the committed migration chain does not reproducesupabase/schema.sql.#056request, which recordedcheck:driftas blocked on a missing credential before the gate was actually run. Cancelled and replaced rather than edited, per the immutable-request rule.Verification
npm run check:outstanding-issues—360 rows (104 open, 256 archived), unique display and durable ids, no ids deleted from base9d832452dc31npm run check:ledger-write-discipline—passed for 9d832452dc31..HEADnpm run issues:reconcile—Applied 16 request(s), inbox now0 pending / 250 appliednpm run formatRisk and rollout
Documentation-only. No code, schema, migration or config change. Rollback is an ordinary
git revert; the immutable audit records underdocs/outstanding-issues-inbox/applied/preserve the transaction either way.Do not use GitHub's Update branch button on this PR — it carries a reconciliation, and merging
maininto it turns a complete transaction into a partial one that the guard correctly rejects.