Vote for your favorite SkillMD. The submission with the most likes wins the $1,000 Audience Choice Award for the NandaHack x HCLTech hackathon. Voting is open through September 25.Vote now →
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.

Author

mariagorskikh avatar

@mariagorskikh

github profile →
Status
In review
Opened on
May 26
Branch
claude/bold-mayer-1Yz2y

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.

Try it

Open PR on GitHubView diff

Checkout locally

git fetch origin pull/1/head:pr-1
git checkout pr-1