todos.md
Are you an agent?

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.

Agent Reliability

Agent reliability summarizes hosted work without exposing task text or turning the public website into a task manager.

API report
platform-todos api post /api/v1/analytics/agent-reliability --body reliability.json --json
MCP catalog
platform-todos docs catalog --surface mcp --exposure-profile read-only --json

Metrics

The report is scoped to one organization and includes completion rate, reopened tasks, stale tasks, failed verification, average completion time, task-type strengths, hosted run success rate, and recent regressions.

SignalMeaning
Completion rateCompleted assigned tasks divided by assigned tasks.
Stale tasksOpen assigned tasks older than the configured stale window.
Failed verificationTasks or audit events where verification failed or was rejected.
Task-type strengthsCompletion rate grouped by task type, category, or general work.
Recent regressionsReopened tasks, failed verification, failed runs, and stale work inside the recent window.

Agent-safe shape

The API returns schemaVersion, organizationId, filters, summary, and agents. Each agent row contains derived counts and scores only. Unsafe agent identifiers are hashed, and task titles, descriptions, raw messages, secrets, and local OSS data are not returned.

bun install -g @hasna/todos