Quickstart
This path gets a new machine from zero to a local, agent-readable task workspace.
Install the CLI
Install the package once on the machine.
Install
bun install -g @hasna/todosCreate a project
Create a project for the current repo.
Create project
todos projects create 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.