Skip to main content

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.
Worktrees land at .claude/worktrees/<type>/<id> on branch <type>/<id>. --skip-install skips dependency installation.

worktree

Manage the worktrees go (and workers) create:
For an ad-hoc worktree with no tracked work item: tiny-brain worktree create <type> <id>.

worker

A worker definition is a named recipe — adapter + target + model + effort — that run 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.