Skip to content

chore: untrack legacy files (CLAUDE.md, research/bench/run.sh)#149

Merged
danieljohnmorris merged 2 commits into
mainfrom
chore/untrack-claude-md
May 2, 2026
Merged

chore: untrack legacy files (CLAUDE.md, research/bench/run.sh)#149
danieljohnmorris merged 2 commits into
mainfrom
chore/untrack-claude-md

Conversation

@danieljohnmorris
Copy link
Copy Markdown
Collaborator

@danieljohnmorris danieljohnmorris commented May 2, 2026

Removes two legacy tracked files that should now be local/ignored:

  • CLAUDE.md (added to .gitignore) — per-developer Claude Code context. AGENTS.md is the cross-tool tracked equivalent.
  • research/bench/run.shresearch/ is already gitignored, but run.sh predates the rule and stays tracked. Untracking it so all of research/ is consistently local-only.

Both files remain on disk via git rm --cached so local workflows aren't disrupted.

@danieljohnmorris danieljohnmorris changed the title chore: untrack CLAUDE.md (per-developer context) chore: untrack legacy files (CLAUDE.md, research/bench/run.sh) May 2, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

CLAUDE.md is per-developer Claude Code context. AGENTS.md is the
cross-tool tracked equivalent already in the repo. Removing CLAUDE.md
from tracking lets each developer keep their own local version without
spilling into shared history.

Local copies remain on disk; only the index entry is removed (via
`git rm --cached`).
@danieljohnmorris danieljohnmorris force-pushed the chore/untrack-claude-md branch from 855bd25 to 1d4fb21 Compare May 2, 2026 19:07
@danieljohnmorris danieljohnmorris merged commit f64b794 into main May 2, 2026
4 checks passed
@danieljohnmorris danieljohnmorris deleted the chore/untrack-claude-md branch May 2, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant