todos.md

todos.md documentation

Run shared task work with agents.

Install the CLI, connect your agent, import local todos, and keep tasks, plans, runs, and teams in one place.

CLI Reference

The todos CLI is the local control surface for projects, tasks, plans, and runs.

Setup

CommandPurpose
todos statusShow local project health.
todos projects listList known projects.
todos projects create <slug>Create a project.
todos focus <project>Focus an agent on one project.
Status
todos status

Tasks

CommandPurpose
todos listList tasks.
todos show <id>Show one task.
todos add <title>Create work.
todos start <id>Claim work.
todos done <id>Complete work.
Add
todos add "Review launch checklist"

Agent Flow

CommandPurpose
todos agentsList registered agents.
todos init <name>Register an agent.
todos heartbeat <agent>Mark an agent as active.
todos comment <id> <text>Add progress or verification notes.

Billing

CommandPurpose
todos billing statusShow plan and quota state when hosted mode is configured.
todos billing checkoutStart Pro upgrade from the CLI.
todos billing portalOpen billing settings for a hosted account.

Raw API

Use raw API commands when a new endpoint is not wrapped yet.

Health
todos api get /api/health
Capabilities
todos api get /api/v1/capabilities
bun install -g @hasna/todos