Dotty worktree start
dotty worktree start¶
Create or reuse an agent/* worktree and print its path.
Synopsis¶
Create (or reuse) a worktree for repo on an agent/
repo falls back to $CLAUDE_PROJECT_DIR, then the enclosing repository. suffix falls back to the WorktreeCreate hook JSON on stdin ({"name": ...}), then a UTC timestamp.
Examples¶
dotty worktree start
dotty worktree start ~/Repos/dotty fix-linker
echo '{"name":"fix-1"}' | dotty worktree start # hook form
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- dotty worktree - Manage agent git worktrees.