ai-todo-cli
v0.1.2
Published
CLI tool for AI agents to interact with ai-todo
Readme
ai-todo-cli
CLI tool for AI agents to interact with ai-todo.
All commands are dynamically discovered from the server. All output is JSON.
Install
npm install -g ai-todo-cliLogin
ai-todo loginFor headless environments:
ai-todo login --token <jwt>Usage
ai-todo tasks:list
ai-todo tasks:list --filter today
ai-todo tasks:create --title "Review PR" --priority 1
ai-todo tasks:complete --id <task-id>
ai-todo tasks:delete --id <task-id>
ai-todo tasks:add-log --id <task-id> --content "Done with phase 1"
ai-todo spaces:listRun ai-todo --help to see all available commands (fetched from server).
For AI Agents
This CLI is designed for AI agent integration. Key features:
- All output is structured JSON
- Exit codes: 0 = success, 1 = error, 2 = auth required
- Commands are dynamically loaded from
/api/manifest - No interactive prompts — all input via flags
License
MIT
