feat(hygiene): sweep auto-adds non-WSC issues + bot auto-classify - #20
Conversation
Extends the sweep job so known-bot issues (renovate/dependabot/socket-security/corridor-security) get Area+Priority set directly instead of needs-triage, and org-wide open issues not yet on the board (excluding wave-surfer-connect) get auto-added, capped at 200 adds/run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_a07f7888-49d0-4c43-bf35-5a64405f0642) |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 40 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
The public .github repo cannot name the private wave-surfer-connect repo in source (public-repo-guard blocked it). Move the exclusion to repo variable HYGIENE_EXCLUDE_REPOS, referenced via env; the search clause and the double- guard now use $EXCLUDE_REPO. No behavior change; private name stays private. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Extends the daily sweep: known-bot issues (renovate[bot]/dependabot[bot]/socket-security[bot] -> Area=Substrate/Priority=P2, corridor-security[bot] -> Area=Identity/Priority=P1) get their board fields set directly instead of needs-triage-labeled. A new step auto-adds org open issues not yet on project #3, excluding wave-surfer-connect (double-guarded: search filter + explicit repo check in the loop). Capped at 200 adds and 20 pages per run, with a step-summary line reporting the count and cap status.
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Note
Medium Risk
The workflow bulk-writes org Project v2 fields and adds issues to the shared board; mistakes could mis-triage bot work or flood the board, though caps and a fixed bot allow-list limit blast radius.
Overview
Extends the daily ticket-hygiene sweep so under-fielded board items are handled differently for known automation authors, and open org issues can be pulled onto the WAVE project automatically.
During the Flag under-fielded items pass, the sweep now loads each item’s author and project item id. Issues from an allow-listed set of bots get Area and Priority set on the org project via GraphQL (using new workflow env AREA_FIELD_ID / PRIORITY_FIELD_ID) when those fields are still empty; everyone else still gets
needs-triage. The step summary reports both flagged and auto-classified counts.A new step Auto-add non-WSC issues to the board searches for open
wave-avissues not already on project #3, excludeswave-surfer-connectin the query and again in the loop, and adds up to 200 items per run (max 20 search pages), with cap status in the summary.Reviewed by Cursor Bugbot for commit 46a5e7d. Configure here.
Summary by cubic
Auto-classifies known bot-authored issues and auto-adds open org issues to Project #3 to reduce triage noise and keep the board current. Adds caps, clear step-summary reporting, and a private repo exclusion via
HYGIENE_EXCLUDE_REPOS.renovate[bot],dependabot[bot],socket-security[bot](Substrate/P2) andcorridor-security[bot](Identity/P1) when missing, instead of labelingneeds-triage.org:wave-avissues not on Project feat: add capabilities.json (platform-registry Phase D) #3, excluding the repo provided viaHYGIENE_EXCLUDE_REPOS(double-guarded), up to 200 adds/run and 20 pages. Step summary reports added count, cap status, and bot-classified count.Written for commit addb8af. Summary will update on new commits.