| name | towles-tool |
| description | Use towles-tool (`tt`) CLI for journaling and worktrees. Use when asked about "tt commands", "daily notes", "meeting notes", or worktree management. |
| user_invocable | true |
towles-tool CLI
Personal CLI toolkit. Binary: tt
Config: ~/.config/towles-tool/towles-tool.settings.json
Journaling
tt journal daily-notes
tt journal meeting
tt journal note
tt journal jot "text"
tt journal list
tt journal search TEXT
Worktree tasks
tt task init
tt task new "Do the thing" --repo myrepo -b feat/thing
tt task new "Do the thing" --repo myrepo --goal "..."
tt task ls
tt task env <name>
tt task ports
tt task rm <name>
tt task clean
rm/clean run a task's declared TT_TASK_TEARDOWN command (from its
rendered .env) against the worktree right before removing it — for
whatever a task's TT_TASK_SETUP started that the built-in docker
compose/container sweep can't find on its own (e.g. a compose stack not
named after the task). Unset by default; declare it per-repo in
.env.example.