chore: add worktree support for parallel Claude Code sessions
Some checks failed
CI / Build and Test (push) Has been cancelled

This commit is contained in:
Ryan Hamamura
2026-02-19 13:57:06 -10:00
parent 742212fd20
commit 0d8bf04446
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@@ -52,3 +52,6 @@ internal/examples/nats-chatroom/nats-chatroom
# NATS data directory # NATS data directory
data/ data/
# Claude Code worktrees
.claude/worktrees/

5
CLAUDE.md Normal file
View File

@@ -0,0 +1,5 @@
# Via Project Instructions
## Worktree Usage
Always enter a worktree at the start of a session using the `EnterWorktree` tool. This prevents parallel Claude Code sessions from interfering with each other.