chore: untrack legacy files (CLAUDE.md, research/bench/run.sh)#149
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 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`).
855bd25 to
1d4fb21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes two legacy tracked files that should now be local/ignored:
research/is already gitignored, but run.sh predates the rule and stays tracked. Untracking it so all ofresearch/is consistently local-only.Both files remain on disk via
git rm --cachedso local workflows aren't disrupted.