Quickstart
This path gets a new machine from zero to a local, agent-readable task workspace. It does not require a web dashboard or hosted account.
Install the CLI
Install the package once on the machine.
Install
bun install -g @hasna/todosBootstrap the repo
Register the current repo as the task workspace.
Bootstrap project
todos project-bootstrap . --name launchCheck the workspace
Confirm the local task state and current project.
Status
todos statusProjects
todos projects listCreate a task
Add work with a short title. Keep it clear.
Add task
todos add "Ship production smoke test" --project launchMove the task
Start it, finish it, and inspect the result.
List tasks
todos listStart task
todos start <task-id>Done
todos done <task-id>What success looks like
After setup, agents can see the backlog, claim work, update status, and leave a trail people can understand.