chore: gitignore agent-relay broker workspace state#186
Conversation
The broker writes memory/workspace/.relay/state.json on every run, which churned on PR branches (e.g. the "pr-reviewer fixes for #184" noise commits). Ignore **/.relay/ and untrack the committed state file. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Review limit reached
More reviews will be available in 52 minutes and 53 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ 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 |
The agent-relay broker writes
memory/workspace/.relay/state.jsonon every run. Because it was tracked, it churned onto PR branches — e.g. the sixchore: apply pr-reviewer fixes for #184commits on relaycast#184 were nothing but this state file flipping.**/.relay/to the runtime-state section of.gitignore.git rm --cached memory/workspace/.relay/state.jsonto untrack the committed copy.🤖 Generated with Claude Code