What problem does it solve?
Managing multiple git worktree sandboxes across local and remote hosts is error-prone and tedious. wt provides a unified workflow to create, enter, run commands in, list, and remove isolated sandboxes while keeping config and host management in sync.
Core Features & Use Cases
- Create and manage git worktree sandboxes on local or remote hosts with consistent layout and metadata.
- Enter a sandbox, run commands, list sandboxes, and prune stale sandboxes to support branch testing, feature experimentation, and collaborative workflows.
- Configure remote hosts and share sandbox templates or usage guidance via a SKILL.md file for agent agents.
Quick Start
Create a local sandbox from the current branch and enter it to start working immediately.