chore(ledger): record PR #2091 merge-conflict resolution - #2092
Conversation
Immutable review record for the content-conflict resolution pushed to claude/patient-factsheets-search-regression-8iyvnd (commit 3cae468). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015qDHwBNZYyRLdJHqSkiYTg
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:3 minutes Limit details: You’ve used all 1 included review currently available under your plan. You completed 100 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 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 |
Uh oh!
There was an error while loading. Please reload this page.
Summary
npm run ledger:append) for the genuine merge-conflict resolution pushed toclaude/patient-factsheets-search-regression-8iyvnd(PR fix(factsheets): route the mode home through the shared composer template #2091, commit3cae468).src/components/factsheets/factsheets-home-page.tsxto route through the sharedModeHomeTemplate, deleting the hand-rolled "browse by topic"/"start with a factsheet" card grids entirely. Meanwhilemainhad separately merged PR Unify the card layer behind one category-identity registry #2060, which restyled that same grid (design-token/cn-helper adoption).git merge-treecorrectly flagged this as a real content conflict — not staleness.origin/maininto the PR branch and keeping the PR's rewritten file (git checkout --ours): the deletion supersedes the restyle, since the whole point of fix(factsheets): route the mode home through the shared composer template #2091 is removing that section. Verified the three helper exports it also removes (featuredFactsheets,categoryCount,factsheetCategoryGlyph) have no other callers anywhere insrc//tests/before pushing —categoryTheme, which stays exported, is still used byfactsheet-detail-page.tsxandfactsheets-search-page.tsx.Verification
npm run verify:pr-local— Verification not run: this PR adds a single append-only, content-addresseddocs/branch-review-records/*.record.mdfile (no product code, config, or test changed) — Tier 1 perdocs/process-hardening.md.npm run verify:ui— not applicable, no UI/routing/styling changed.npm run verify:release— not applicable, not a release/handoff request.The actual resolution work (on PR #2091's branch) was verified there:
git merge-tree --write-treereturned a clean tree after resolution, andgrep -rnacrosssrc/andtests/confirmed no dangling references to the removed exports.Risk and rollout
Notes
main.Generated by Claude Code