docs(ledger): record post-merge audit of PR #1614 (RAG index restore) - #1636
Conversation
Pass — guard-only migration, no DDL, no ranking/RPC behaviour change; pr-policy ragRanking=false so no eval-canary was required. One P3 doc nit noted (renumber note says 237->246 but the row is #248). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGgb4y8raYMDE4mAXUGmT6
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:35 minutes 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 (1)
Comment |
This pull request has been ignored for the connected project Preview Branches by Supabase. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
The 2026-08-06 row for PR #1614's post-merge audit used a raw commit SHA in the "Branch or ref" column instead of a PR/branch reference, so ledger:lookup could never find it by branch name or PR number — defeating the review-throttle guard. Flagged independently by Devin and Sentry review bots on PR #1636. Append-only ledger, so this supersedes rather than edits the prior row. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGgb4y8raYMDE4mAXUGmT6
Uh oh!
There was an error while loading. Please reload this page.
Summary
mainover the previous 20 hours for regressions and design-system issues.docs/branch-review-ledger.mdrow recording the post-merge audit of PR fix: restore RAG search health indexes #1614 ("fix: restore RAG search health indexes"), a protected RAG-surface change.ragRanking: falsebypr-policy.mjs, so noRAG impact:line or eval-canary was required.tests/supabase-schema.test.tsgreen (74/74). One pre-existing P2 (already tracked as issue#248: no in-repo proof the live indexes exist yet) and one P3 doc nit (renumber note inconsistency) — both non-blocking.RAG impact
RAG impact: no retrieval behaviour change — this PR only appends a ledger record; the underlying reviewed commit (
a24f74fdf0134487a03dce37dd9f1e9bd18502f5, already onmain) is itself a guard-only migration with no ranking/RPC/DDL change, confirmed viapr-policy.mjs'sclassifyPullRequestFilesreturningragRanking: false.Full review recap (informational, not part of this diff)
Confirmed and already-fixed regression: PR #1616 ("ui: complete and activate the v2 design system") globally activated the v2 token layer, which included a blue
--commandtoken that contradicted the pre-existing, documented color contract (docs/redesign/permanent-colour-direction.md: "graphite for command"). No automated gate caught it —scripts/design-system-contract-utils.mjsdoesn't assert literal token colour values, and all 14 production-surface visual-regression baselines were "not-committed / pending approval" at merge time. The regression was live onmain(auto-deploys to production) for ~7 hours until PR #1630 reverted it cleanly (verified: no residual blue-token instances remain anywhere in the repo). Recommend tracking "design-system contract has no literal-token-value assertion + baselines not gated at merge" as a follow-up indocs/outstanding-issues.md.UI hotfix chain (#1615, #1630, #1621, #1629, #1628, #1633, #1635): internally consistent, no conflicts between fixes, no
min-h-11regressions reintroduced, no masked test flakes.Mockups + editable pins feature (#1618, #1605, #1631): clean. #1631 (real feature, not a mockup) has correct button wiring, tokens, tap targets,
<Link>-based navigation, and solid test coverage across 5 test files.Infra/docs/tooling batch (#1617, #1625, #1627, #1624, #1622, #1620, #1623, #1632, #1634): clean. Sentry-credential scrub (#1622) is real and enforced in 3 places with no leaked secret values. Pre-push gate change (#1620) adds a proper 4th guard, fails closed, doesn't conflict with the existing format/drift/auto-merge guards. Cloud/MCP boundary PRs (#1617/#1625/#1627/#1623) actually strengthen the credential boundary rather than weaken it.
Test plan
npm run check:migration-role— pass (cited by reviewing subagent)npx vitest run tests/supabase-schema.test.ts— 74 passednpm run check:outstanding-issues— 253 rows, unique ids, next-id above highestnpm run check:branch-review-ledger— 607 live + 1206 archived records, merge driver active, no conflicts/duplicates/mojibake🤖 Generated with Claude Code
https://claude.ai/code/session_01EGgb4y8raYMDE4mAXUGmT6
Generated by Claude Code