Skip to content

wt

wt is an opinionated git worktree wrapper built for parallel AI coding — one worktree per change, one agent session per worktree, zero merge conflicts between them. It wraps git worktree with defaults that make the pattern effortless: worktrees are sibling directories (<repo>.worktrees/<name>/), names are memorable adjective-noun pairs, and a shell wrapper makes cd-into-worktree from a menu work. If you’re running several coding agents at once, wt is what keeps each one in its own isolated working copy.

Terminal window
curl -fsSL https://shll.ai/install | sh -s -- wt

Installs shll + wt via Homebrew — or install the whole toolkit.

wt is where the work happens: each fab-kit change gets its own disposable worktree, so parallel agents never collide. Watch every worktree’s session at a glance in the run-kit dashboard.

  • Readme — the full canonical guide, synced from wt’s own repo.
  • Commands — every subcommand and flag.