docs(ledger): record the prlanded verification for PR #2210 - #2231
Conversation
PR #2210 merged at 11:07:02Z via merge commit ca7b187 (merge method `merge`, not squash, so history is preserved and the branch is a true ancestor of main). Verified by content rather than ancestry, per the prlanded contract: `git diff --stat ca7b1873dde98d` is empty, and all 11 commits are reachable from origin/main — no orphaned late commit from the auto-merge race. Recorded on a branch restarted from current main: the original PR is merged and its remote branch auto-deleted, so this is a fresh change rather than a commit stacked on merged history. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014uzqrokJW55EN9vbZhFyXz
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:14 minutes Limit details: You’ve used the included review currently available. Your 87 included PR review attempts over the past 7 days set your current allowance 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?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day 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)
Comment |
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Uh oh!
There was an error while loading. Please reload this page.
Summary
prlandedverification for PR fix(design-system): resolve the full-frontend design review findings #2210, which merged at 11:07:02Z. One generated immutable review record; no source, config, or behaviour change.PR #2210 merged via merge commit
ca7b187using merge methodmerge, not squash — so history is preserved and the branch tip is a true ancestor ofmain. Verified by content rather than ancestry, as the prlanded contract requires:git diff --stat ca7b187 3dde98d— empty. Every line landed.origin/main. No orphaned late commit from the auto-merge race.The 24-file delta between
ca7b187and currentmainis the four PRs that landed afterwards, not missing work — which is exactly why the contract specifies a two-dot comparison against the merge commit rather than three-dot againstmain.Why this is a separate PR. PR #2210 is merged and its branch was deleted, so per
AGENTS.mda merged PR cannot carry follow-up commits. This branch was restarted from currentmain(d737c96) rather than stacked on merged history.I'd normally let a review record ride its owning product PR instead of taking a branch of its own — that is the standing bundling guidance, and a ledger-only tip is explicitly discouraged. That option closed when #2210 merged before the record existed, since the record can only be written after the merge it verifies. Flagging the trade-off rather than pretending it isn't one: if you'd prefer this not to exist as its own PR, close it and the record can be dropped or folded into the next change instead.
Verification
npm run verify:pr-local— exit 0, no failures. Correctly routed to the light documentation scope:Skipping build: no build-affecting source, config, package, or container changes detected.npm run check:branch-review-ledger—Branch review ledger guard passed: 880 live table records + 1206 archived + 426 immutable … no conflict markers, mojibake, heading records, or duplicates.npm run check:ledger-write-discipline—Ledger write discipline passed for d737c9685e6e..HEAD.npm run ledger:lookup -- claude/frontend-design-6sl1ft --scope "prlanded"reportedNOT REVIEWED at this HEAD and scopebefore the append, so this is not a duplicate record.npm run verify:releasenot run — not a release confidence claim.Risk and rollout
docs/branch-review-records/. No source, schema, config, dependency, or runtime surface is touched.git revertof the one commit, or simply delete the record file.Notes
--headis the merge commitca7b187ae74991d3135437c79c8cc41e8db1e567, not the branch tip3dde98d. The prlanded contract asks for the merged commit's full 40-character SHA; for a merge-method merge that is the merge commit. Worth knowing for future lookups, since resolving the branch name now finds nothing — the remote branch is gone.Lighthouse budgetred seen on earlier heads was confirmed as the documented bistablemobile-/CLS flake (0.016 or 0.223, CI-only, captured onmainin8607102), not a regression from that diff — it passed on the final run.Generated by Claude Code