Skip to content

Commit 6bbb43f

Browse files
QSchlegelclaude
andcommitted
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

File tree

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ scripts/bot-ref/bot-wallet.json
5757
# CI artifacts
5858
ci-artifacts/
5959
.ci-dist/
60+
61+
# Claude Code worktrees and local session state (never commit)
62+
.claude/worktrees/

0 commit comments

Comments
 (0)