Skip to content

docs(ledger): record the prlanded verification for PR #2210 - #2231

Merged
BigSimmo merged 3 commits into
mainfrom
claude/frontend-design-6sl1ft
Aug 21, 2026
Merged

docs(ledger): record the prlanded verification for PR #2210#2231
BigSimmo merged 3 commits into
mainfrom
claude/frontend-design-6sl1ft

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

PR #2210 merged via merge commit ca7b187 using merge method merge, not squash — so history is preserved and the branch tip is a true ancestor of main. Verified by content rather than ancestry, as the prlanded contract requires:

  • git diff --stat ca7b187 3dde98dempty. Every line landed.
  • All 11 of 11 commits reachable from origin/main. No orphaned late commit from the auto-merge race.
  • Remote branch auto-deleted by GitHub on merge.

The 24-file delta between ca7b187 and current main is 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 against main.

Why this is a separate PR. PR #2210 is merged and its branch was deleted, so per AGENTS.md a merged PR cannot carry follow-up commits. This branch was restarted from current main (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-localexit 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-ledgerBranch 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-disciplineLedger write discipline passed for d737c9685e6e..HEAD.
  • npm run ledger:lookup -- claude/frontend-design-6sl1ft --scope "prlanded" reported NOT REVIEWED at this HEAD and scope before the append, so this is not a duplicate record.
  • UI verification not run: no UI, routing, styling, or browser behaviour changed — this adds one Markdown file.
  • npm run verify:release not run — not a release confidence claim.

Risk and rollout

  • Risk: None. A single generated, immutable, append-only Markdown record under docs/branch-review-records/. No source, schema, config, dependency, or runtime surface is touched.
  • Rollback: git revert of the one commit, or simply delete the record file.
  • Provider or production effects: None.
  • RAG impact: none.

Notes

  • The record's --head is the merge commitca7b187ae74991d3135437c79c8cc41e8db1e567, not the branch tip 3dde98d. 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.
  • Final CI state on fix(design-system): resolve the full-frontend design review findings #2210 before merge: Production UI (1)(2)(3), Production UI critical, Advisory UI, Unit coverage, Build, Static PR checks, Safety and config, Ingestion SAST all green. The Lighthouse budget red seen on earlier heads was confirmed as the documented bistable mobile-/ CLS flake (0.016 or 0.223, CI-only, captured on main in 8607102), not a regression from that diff — it passed on the final run.

Generated by Claude Code

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
@coderabbitai

coderabbitaiBot commented Aug 21, 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 current included review allowance is based on your included PR review attempts over the past 7 days.

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 @coderabbitai review or push new commits to the PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7d7d2b24-c007-47e9-b10c-029ed80e2299

📥 Commits

Reviewing files that changed from the base of the PR and between 5db9d18 and 14b01f5.

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

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

@supabase

supabaseBot commented Aug 21, 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 ↗︎.

@BigSimmo
BigSimmo marked this pull request as ready for review August 21, 2026 13:05
@BigSimmo
BigSimmo merged commit f2cd088 into mainAug 21, 2026
24 checks passed
@BigSimmo
BigSimmo deleted the claude/frontend-design-6sl1ft branch August 21, 2026 13:32
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