Record the post-merge verification for the Sources browse redesign - #2598
Conversation
Content-verified that the Sources browse redesign landed on main as 0f85b91: every branch commit is an ancestor of main, the eight changed files are byte-identical between the branch tip and main, and the branch-tip-to-merge tree diff is empty, so the auto-merge race orphaned nothing. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Sh8qHzezbEjWGp4MGJtjyk
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_d0f4e453-997c-43c4-a4dc-d3184680e883) |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_3fe5bbbd-c6b0-4e72-a0b6-c7520b7b7000) |
Summary
npm run ledger:append --scope prlanded. No canonical ledger table row is touched, and no other file changes.87b1d5eto the same branch, so it is exactly the auto-merge raceprlandedexists to catch. The record states what was verified by content rather than by ancestry alone: all seven branch commits are ancestors oforigin/main; the eight changed files are byte-identical between branch tip87b1d5eandmain; andgit diff 87b1d5e 0f85b91is empty, so the merge took the branch tree wholesale and orphaned nothing. The remote branch was deleted on merge, so no late commit can be stranded behind it.mainunderTZ=America/Los_Angeles, the pre-merge focused browser proof, and the explicit note thatverify:uiandverify:pr-localwere never run locally.Verification
npm run check:ledger-write-discipline—Ledger write discipline passed for 0f85b916d62d..HEAD.(self-test passed first). This is the gate that governs this change.npm run check:branch-review-ledger—Branch review ledger guard passed: 880 live table records + 1206 archived + 604 immutable (880 under the 2026-07-29 machine-readable contract), immutable review writes, six cells each, no conflict markers, mojibake, heading records, or duplicates.npm run ledger:appendwrote the record; the file is the tool's own output, committed unedited.npm run verify:pr-localnpm run verify:uiVerification not run:
verify:pr-localwas not run. UI verification not run: the diff is a single generated Markdown record underdocs/branch-review-records/, with no source, route, style or browser surface in it —classifyPullRequestFilesreturnsclinicalRisk: false, ui: false, ragRanking: false, migration: false, operationalRisk: false. The two ledger gates above are the checks that actually apply.Notes
docs/branch-review-ledger.mdanddocs/outstanding-issues.mdare serial-only, and a normal PR must not add rows to either. This adds one immutable record file and nothing else, which is the sanctioned route.mainas0f85b91.🤖 Generated with Claude Code
https://claude.ai/code/session_01Sh8qHzezbEjWGp4MGJtjyk
Generated by Claude Code
Note
Low Risk
Documentation-only append to immutable review records; no runtime, auth, or data-path changes.
Overview
Adds a single append-only immutable row under
docs/branch-review-records/(vialedger:append/prlanded) documenting post-merge verification for PR #2593 — no application code, routes, or canonical ledger table edits.The record captures the merge-commit race check (branch tip
87b1d5evs merged0f85b91: empty tree diff, byte-identical changed files, remote branch deleted) and what was actually run: 102 related unit tests onmain, focused Chromium UI specs andverify:cheapon the branch, with explicit gaps (verify:ui,verify:pr-localnot run locally; three shallow-cloneverify:cheapfailures called out as base artefacts).Reviewed by Cursor Bugbot for commit 3b35ed2. Configure here.