Commit 6bbb43f
fix(repo): remove stray .claude/worktrees gitlink and ignore worktree dirs
A Claude Code worktree directory (.claude/worktrees/peaceful-northcutt) was
accidentally committed as a gitlink in dde4f56. With no matching .gitmodules
entry, every submodule-aware git operation errors on it — visibly as the
'fatal: No url found for submodule path' exit-128 warning in CI checkout
cleanup on all recent runs.
Remove the gitlink from the index and gitignore .claude/worktrees/ so a
local worktree can never be committed again.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent f42bacb commit 6bbb43f
2 files changed
Lines changed: 3 additions & 1 deletion
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
0 commit comments