chore: stop tracking agent-relay's scratch files - #112
Conversation
`.agentworkforce/relay/pending-cleanups.json` is an empty queue and its `.lock` is a marker file; the relay tooling rewrites both per checkout. They were swept into #111 by a `git add -A` and have no business in the history — a lock file in particular. Removed and ignored so the next `add -A` cannot pick them up again. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Warning Review limit reachedNext included review available in 19 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
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 |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
An empty queue file and a lock marker, both rewritten per checkout by the relay
tooling, were swept into #111 by a
git add -A. Removed from the index andadded to
.gitignoreso the next one cannot pick them up.No skill content changes.
🤖 Generated with Claude Code
Note
Low Risk
Gitignore and index cleanup only; no runtime or credential logic changes.
Overview
Stops versioning agent-relay scratch under
.agentworkforce/relay/: removes the tracked emptypending-cleanups.jsonqueue and its lock file from the repo, and adds.agentworkforce/relay/to.gitignoreso per-checkout relay writes stay local.No application or skill logic changes—only repo hygiene after those files were accidentally committed.
Reviewed by Cursor Bugbot for commit 9e002c3. Bugbot is set up for automated code reviews on this repo. Configure here.