no-ref: ignore local tool artifacts and planning docs - #7
Conversation
Ignore .full-review*/ and .serena/ tool state, and keep docs/plans/ local per the planning-doc-placement rule. See kintsugi-platform PR #14860. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 15 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
PR Risk Assessment
Re-evaluated after synchronize (merge main into branch). Incremental change is branch-healing only; the substantive diff remains .gitignore additions with no production-code impact.
Cluster: .gitignore
- Files/codepaths:
.gitignoreonly — adds.full-review*/,.serena/, anddocs/plans/ignore entries. - Blast radius: none; affects what Git tracks locally, not runtime behavior.
- Reversibility: trivially reversible (revert 7 lines).
- Shared-resource pressure: none.
- Tests: exempt — tooling/config with no runtime behavior change.
Active approval: @michael-kintsugi approved on HEAD (186f2498). No re-approval needed.
risk_level: Very Low
review_required: false
reviewers: []
action_taken: no_action
rationale: Single-file .gitignore-only change adding local tool-state and planning-doc ignore patterns; no production code, infra, or runtime behavior modified. Trivially reversible with zero blast radius.
Sent by Cursor Automation: Assign PR reviewers & Assess Risk & Approve if Safe


Summary
.full-review*/and.serena/local tool state, and keepdocs/plans/local per the org-wideplanning-doc-placementrule.Mirrors kintsugi-platform #14860.
Jira
no-ref
Tests
Not applicable,
.gitignoreonly.Document Checklist
n/a
Note
Low Risk
.gitignore-only change with no runtime or security impact.
Overview
Extends
.gitignoreso local, non-deliverable paths stay out of version control.Adds ignores for
.full-review*/and.serena/(regenerated agent/tool state) anddocs/plans/(planning docs kept local per the org planning-doc-placement rule). Aligns with kintsugi-platform #14860.Reviewed by Cursor Bugbot for commit 186f249. Bugbot is set up for automated code reviews on this repo. Configure here.