fix: drop the accidentally committed worktree gitlink, ignore .claude/worktrees
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]>
This commit is contained in:
Submodule .claude/worktrees/qwen deleted from d8b023efd6
@@ -1,3 +1,6 @@
|
|||||||
/gadfly
|
/gadfly
|
||||||
/out
|
/out
|
||||||
*.orig
|
*.orig
|
||||||
|
|
||||||
|
# Local worktrees created for agent work — never part of the repo.
|
||||||
|
.claude/worktrees/
|
||||||
|
|||||||
Reference in New Issue
Block a user