1 Commits

Author SHA1 Message Date
Ryan Hamamura
0d8bf04446 chore: add worktree support for parallel Claude Code sessions
Some checks failed
CI / Build and Test (push) Has been cancelled
2026-02-19 13:57:06 -10:00
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
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.