Skip to content

docs: prlanded records for #1204/#1215/#1220 + fix the prlanded landing check#1229

Merged
cursor[bot] merged 3 commits into
mainfrom
cursor/prlanded-ledger-1220-6273
Jul 25, 2026
Merged

docs: prlanded records for #1204/#1215/#1220 + fix the prlanded landing check#1229
cursor[bot] merged 3 commits into
mainfrom
cursor/prlanded-ledger-1220-6273

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Documentation only, from running /prlanded on the merged #30 search-correctness work.

Ledger records. docs/branch-review-ledger.md had no landing record for PRs #1204, #1215, or #1220, so this appends one row each with the squash SHA, what landed, and how it was verified. All three were confirmed landed by tree comparison against their squash commits (eb443dfd, b2d794c5, e7e60c6d), each identical to its branch tip. The #1220 row also records the merge friction worth remembering: a github-actions[bot] branch-sync merge landed on the PR branch every 10–20 minutes, and every bot-authored head produced action_required workflow runs, so the three required checks never reported and both a normal and an --admin merge were refused. Runs on agent-pushed heads execute normally, so the resolution was to push an own-authored head and merge on green.

Skill fix. Step 2 of .claude/skills/prlanded/SKILL.md told you to run git diff --stat origin/main...<branch>. Three-dot diffs from the merge base, which after a squash is still the pre-merge main, so it replays the branch's own delta and reports a false orphan on every fresh merge — it did exactly that today for #1220, on a branch whose content demonstrably landed. Replaced with a two-dot tree comparison against the squash commit, which stays correct after other PRs land on main, plus a note explaining why the three-dot form is wrong here.

RAG impact: no retrieval behaviour change — documentation and skill text only.

Checks: npm run check:branch-review-ledger (925 records, union merge active, no duplicates), npm run format:changed, npm run docs:check-links, npm run verify:cheap (387 test files, 3431 tests).

Open in Web Open in Cursor 

cursoragent and others added 2 commits July 25, 2026 17:05
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
…t main

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@cursor[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 47 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 6b4b2a32-ec17-4cf5-9676-e2d2c59c728a

📥 Commits

Reviewing files that changed from the base of the PR and between 8e56747 and d9e1034.

📒 Files selected for processing (2)
  • .claude/skills/prlanded/SKILL.md
  • docs/branch-review-ledger.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/prlanded-ledger-1220-6273

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.

❤️ Share

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

@supabase

supabase Bot commented Jul 25, 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 ↗︎.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
@cursor
cursor Bot merged commit 584b804 into main Jul 25, 2026
18 checks passed
@cursor
cursor Bot deleted the cursor/prlanded-ledger-1220-6273 branch July 25, 2026 17:15
Sign up for free to 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