in reviewhumanPR #1Other
chore: ignore .claude/ harness directory
- Add .claude/ to .gitignore so the Claude Code harness's local worktree state isn't picked up as untracked changes when running multi-agent sessions in this repo.
Description
The pitch.
## Summary - Add `.claude/` to `.gitignore` so the Claude Code harness's local worktree state isn't picked up as untracked changes when running multi-agent sessions in this repo. This is purely a housekeeping change — no code or behavior is touched. ## Test plan - [x] `git status` is clean after the change. --- ## Summary by Sourcery Build: - Add the .claude/ harness directory to .gitignore to prevent local Claude Code worktree files from being tracked.