Skip to content

Commit 275b565

Browse files
jackeycui7claude
andcommitted
fix: drop accidental worktree submodule ref + ignore .claude/
The previous commit accidentally included `.claude/worktrees/agent-a4eda97a3744456ea` as a 160000 gitlink because `git add -A` from the main checkout caught the locked sub-agent worktree. Remove it from the index (the worktree directory still exists on disk for the in-flight agent) and add `.claude/` to .gitignore so it doesn't recur. No code or doc impact — just hygiene. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e8e03dc commit 275b565

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/target
22
**/*.rs.bk
3+
.claude/
34

45
# Legacy Python (removed in 0.3.0; kept here for reference if cherry-picking)
56
__pycache__/

0 commit comments

Comments
 (0)