Skip to content

docs(issues): reconcile 74 queued requests into the outstanding-issues ledger - #2119

Merged
BigSimmo merged 5 commits into
mainfrom
issues-reconcile-fresh
Aug 18, 2026
Merged

docs(issues): reconcile 74 queued requests into the outstanding-issues ledger#2119
BigSimmo merged 5 commits into
mainfrom
issues-reconcile-fresh

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

Why a fresh branch instead of continuing #2110

#2110's reconciliation was pushed once with SKIP_LEDGER_WRITE_GUARD=1 after resolving a duplicate-target collision on #316 (two pending requests, same stale fingerprint). That push permanently created two applied records — an update to #316 and a cancellation of a superseded request — whose pending predecessors never existed on any base commit main has ever had. This turned out to be structurally unfixable via forward-only commits:

Rebuilding fresh from current main avoids all of that: every one of the 74 requests reconciled here already existed as a genuine pending request on main before this branch was created, so the pending→applied transition is fully visible in an ordinary diff. No SKIP_LEDGER_WRITE_GUARD needed.

Verification

  • npm run issues:reconcileReconciling 74 request(s) into docs/outstanding-issues.md with 10 cancellation decision(s), Applied 74 request(s), no manual duplicate-target resolution needed (confirms docs(issues): queue corrected #316 ledger request pending reconciliation #2118 left main's inbox internally consistent).
  • npm run check:outstanding-issuesLedger inbox check passed: 0 pending request(s), 325 applied; Outstanding-issues guard passed: 365 rows (62 open, 303 archived)... no ids deleted from base ddc7e8998267.
  • npm run docs:check-links1902 repo path references resolve (full batch-apply simulation).
  • npm run check:ledger-write-disciplinepassed for ddc7e8998267..HEAD — no override.
  • npm run format (prettier --check) — clean.

Not run, with reason: lint, typecheck, the unit suite and any browser gate. The diff is the canonical ledger plus inbox audit records — no source, config, or test file changes, so none of those gates has a failure path here.

Risk and rollout

  • Risk: Low. Documentation-only, and every applied request keeps its immutable audit record.
  • Rollback: revert this PR's squash commit; the requests return to pending and can be reconciled again.
  • Provider or production effects: None.

Notes

  • Do not use GitHub's "Update branch" button on this PR — AGENTS.md calls that out specifically for PRs touching the canonical ledger. If it goes stale, re-reconcile from a fresh base instead of syncing in place.
  • PR docs(issues): reconcile seven queued requests into the outstanding-issues ledger #2110 can be closed once this merges — its content is fully superseded here, and its own branch has the structural issue described above baked into its history.

Generated by Claude Code

…s ledger
Fresh reconciliation from current main (ddc7e89, which already includes
PR #2118's corrected #316 requests), replacing PR #2110. That branch's
reconciliation was pushed once with SKIP_LEDGER_WRITE_GUARD after a
duplicate-target collision fix, which permanently baked two applied
records (an update and a cancellation) whose pending predecessors never
existed on any base commit -- structurally unfixable via forward-only
commits, since the ledger tool forbids ever cancelling a cancel-type
request and #316's row-update and 22946f19's cancellation slots were
each already claimed by then. Building fresh here instead of rewriting
that branch's history.
Applied 74 requests (10 cancellation decisions) in one clean pass with
no manual duplicate-target resolution needed, confirming PR #2118 left
main's inbox internally consistent.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@supabase

supabaseBot commented Aug 18, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitaiBot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in:39 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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 78107756-dad7-4d9d-ae31-2f2896ce61de

📥 Commits

Reviewing files that changed from the base of the PR and between ed19e14 and 50758d7.

📒 Files selected for processing (1)
  • docs/branch-review-records/dfc41a86e3ff8a725918e688ca8f15daf4ff20296601dbb8d33bac59c780d6b6.record.md

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

CI triage

CI failed on this PR. Automated classification of the 2 failed job(s):

  • Static PR checksneeds investigation: inspect the failing step and uploaded diagnostics; rerun only after classifying the cause.
  • PR requiredneeds investigation: inspect the failing step and uploaded diagnostics; rerun only after classifying the cause.

Compared with main CI run #12087 (cancelled).

Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger.

claudeand others added 2 commits August 18, 2026 13:15
…as open
main advanced past this branch's original base (ddc7e89 -> ce702ba)
after an automatic branch sync merged main in, bringing 14 new pending
outstanding-issues-inbox requests that the earlier reconciliation never
saw. check:ledger-write-discipline correctly flagged the branch for
processing only part of the base inbox. Re-ran issues:reconcile against
the current branch tip to apply the remaining 14 requests.
@BigSimmo
BigSimmo merged commit 86cc82f into mainAug 18, 2026
23 checks passed
@BigSimmo
BigSimmo deleted the issues-reconcile-fresh branch August 18, 2026 13:22
BigSimmo added a commit that referenced this pull request Aug 19, 2026
* docs(issues): reconcile the post-B4 inbox (2 requests; #9DGA6R closed) and mark HANDOVER S7 (B4) merged
Fresh-base issues:reconcile: closes #9DGA6R (packet B4 landed as PR #2170,
squash 5437c30); records the earlier cancel dc18b947 as ineffective.
HANDOVER §2 S7 row -> Merged. The stale closed-PR branch
claude/issues-reconcile-20260818 (#2110, superseded by #2119) was deleted so
the concurrent-reconcile guard could clear.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* docs(issues): queue the docling-lab-fixtures.v2 request (pending; applies at the next reconcile)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* docs(ledger): record the post-B4 reconcile review
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@BigSimmo@claude