Skip to content

Commit 4052688

Browse files
balloobclaude
andauthored
chore: symlink CLAUDE.md to AGENTS.md and ignore uv.lock (#16)
## Summary - Add `CLAUDE.md` as a symlink to `AGENTS.md` so Claude Code picks up the same agent guidance without duplicating content. - Uncomment `uv.lock` in `.gitignore` so the lockfile is no longer tracked (appropriate for a library). ## Test plan - [x] `git check-ignore -v uv.lock` resolves to `.gitignore:101` - [x] `CLAUDE.md` resolves to `AGENTS.md` via symlink Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6b0c749 commit 4052688

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ipython_config.py
9898
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101-
# uv.lock
101+
uv.lock
102102

103103
# poetry
104104
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)