feat(tooling): add bounded worktree cleanup batching, cross-platform issue scripts, and post-restore sanity runbook (#079, #338, #326) - #2068
Conversation
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 95 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 (5)
Comment |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Addresses Workstream 6 tasks:
#079(Worktree Batch Cleanup Script): Added bounded--batch-size <N>batching toscripts/clean-worktree.mjswith porcelain parsing, orphan detection preserving main/active worktrees, and--self-testvalidation.#338(Cross-Platform Issue Register Generator): Standardizedscripts/outstanding-issues.mjsandscripts/issues-report.mjsto use standard Node.js APIs (node:path,node:fs,node:url) and forward-slash git paths for seamless cross-platform execution (Linux/macOS/Windows).#326(Document Post-Restore Recovery Controls): Documented operational runbook steps and sanity check queries indocs/db-maintenance.mdanddocs/disaster-recovery-runbook.mdfor all 5 environment-owned recovery controls (pg_cron telemetry retention schedules, Supabase Vault secrets, custom database GUCs, Supabase Edge Functions, and dashboard-owned auth/pool configuration).Verification
node scripts/clean-worktree.mjs --self-test(PASS)node scripts/outstanding-issues.mjs --self-test(PASS)npm run typecheck:internal(PASS)npm run lint:internal(PASS)npm run format(PASS)