The pin bump used `git add -A` from a checkout that had a git worktree under .claude/worktrees/, so the previous commit recorded it as a gitlink — a submodule pointer to a commit no clone can resolve. Removed, and .gitignore now covers the directory so it cannot recur. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
/gadfly
|
|
/out
|
|
*.orig
|
|
|
|
# Local worktrees created for agent work — never part of the repo.
|
|
.claude/worktrees/
|