issues: close #087 — the knip failure was a worktree-install false positive - #1340
Conversation
…itive check:knip exits 0 once the worktree has its own node_modules. The findings only appeared because tooling was resolving from the parent checkout. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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:34 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 |
BigSimmo
commented
Jul 28, 2026
@cursoragent Inspect the PR and repository state, identify the root cause of every failing CI check, unresolved review comment, merge conflict, and related defect. Apply the smallest robust fix using existing project patterns and best practices, without unrelated changes. Run Bugbot and all relevant lint, type-check, test, build, and CI-equivalent commands, fix any issues found, then resolve only the review comments that are fully addressed. Summarise the root causes, changes made, validation results, and any remaining blockers. |
PR #1340 was already healthy and landed while under inspection. No product defect, failing check, merge conflict, or review thread needed a fix. Root causes
Changes made
Validation
Remaining blockers
|
Uh oh!
There was an error while loading. Please reload this page.
Capture the pre-merge babysit outcome and confirm the squash land of #1340, including the orphaned late ledger row from the auto-merge race. Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>


Closes
#087indocs/outstanding-issues.mdas not a defect.The reported findings — unused devDependencies
rimraf/tsx/@testing-library/dom, andplaywright-coreunlisted acrossscripts/capture-chrome-parity.tsand fourtests/ui-*.spec.ts— only appeared because the worktree had nonode_modulesof its own, so tooling resolved from the parent checkout.After
npm ciin the same worktree,npm run check:knipexits 0 with no ignore-list change and no dependency edit.The archived row keeps the durable lesson: never act on a knip finding from a worktree that has not been installed.
One row moved from Open items to Resolved / archive. No code, config, or dependency change.
🤖 Generated with Claude Code