What's wrong with this entry?
Anonymous. No account, no email.
What
Create and work in isolated git worktrees directly from Claude Code, with full session management and cleanup prompts.
Usage
# Start Claude Code with a new worktree
claude --worktree
claude -w
# Start with a named worktree
claude --worktree=my-feature
# Combine with tmux for parallel sessions
claude --worktree --tmuxDetails
- Creates a new git worktree in
.claude/worktrees/with a dedicated branch based on HEAD - Automatically switches the session's working directory to the worktree
- On session exit, prompts to keep or remove the worktree and associated tmux session
- Symlinks configured directories (like
node_modules) from main repo to avoid disk bloat - Copies
settings.local.jsonand configures git hooks from the main repository - The worktree branch is automatically deleted when removing the worktree
Evidence
New -w, --worktree [name] flag and CreateWorktree tool (search for "Create a new git worktree for this session")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.