fix: drop the accidentally committed worktree gitlink, ignore .claude/worktrees
Build & push image / build-and-push (push) Successful in 6s
Build & push image / test (push) Successful in 9m42s

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:
2026-08-12 18:57:53 -04:00
co-authored by Claude Opus 5
parent 88f44cf141
commit 8adeeeabe0
2 changed files with 3 additions and 1 deletions
Submodule .claude/worktrees/qwen deleted from d8b023efd6
+3
View File
@@ -1,3 +1,6 @@
/gadfly
/out
*.orig
# Local worktrees created for agent work — never part of the repo.
.claude/worktrees/