go
Creates a typed git worktree for a work item and launches Claude Code in it — one isolated working copy per fix, feature, or spike, branching from the remote default branch by default..claude/worktrees/<type>/<id> on branch <type>/<id>.
--skip-install skips dependency installation.
worktree
Manage the worktreesgo (and workers) create:
tiny-brain worktree create <type> <id>.
worker
A worker definition is a named recipe — adapter + target + model + effort — thatrun start consumes:
--global writes to ~/.tiny-brain/workers.yaml instead of the repo;
--timeout-ms sets the per-invocation deadline.
run
Launches autonomous worker runs against a work item, in isolated worktrees (or a cloud sandbox), and manages their lifecycle:accept merges a run’s output back with a chosen strategy (ff · merge ·
cherry-pick · rebase, default auto). Runs, their events, and
accept/reject decisions are all visible on the
dashboard.