chore: gitignore .claude/ harness state#1611
Conversation
Claude Code creates per-session state under .claude/ (worktrees, transcripts) that is intentionally local to the harness and should not be tracked in source. Mirrors the existing pattern of ignoring .hermes/ and findings/. Refs #1609.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Summary
Claude Code creates per-session state under
.claude/(worktrees, transcripts) that is intentionally local to the harness and should not be tracked in source. This mirrors the existing pattern of ignoring.hermes/andfindings/.Closes #1609 (tracked alongside sibling coverage PRs).
Branch convention exemption: the diff is one config line, so a
chore/prefix would have been more idiomatic, but keeping the branch name aligned with the coverage series for grouping.Test plan
git statusis clean after the change while agent worktrees are present in.claude/worktrees/.Generated by Claude Code