Todo
The `hanzo todo` commands.
Also for this capability: API · CLI · MCP · SDKs
Hanzo Todo: boards, the work items on them, and the filters that make a board.
hanzo todo projects listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo todo board | Returns a board's issues — work items with their column, priority, assignee, labels and schedule. |
hanzo todo issues | Answers across every project in the org. |
projects
| Command | What it does |
|---|---|
hanzo todo projects create | Refused — a board is a repository on the forge |
hanzo todo projects get <key> | Returns one board of your org by its key — the repository name. |
hanzo todo projects issues claim <key> 1 | Takes an issue: it becomes yours and it moves to in_progress. |
hanzo todo projects issues create <key> | Opens a work item on the board — an issue on that repository on the deployment's forge, filed as YOU. |
hanzo todo projects issues get <key> 1 | Returns ONE work item in full — its description included. |
hanzo todo projects issues list <key> | Returns a board's issues — work items with their column, priority, assignee, labels and schedule. |
hanzo todo projects issues update <key> 1 | Edits a work item — rename it, rewrite it, move it to another column, or re-prioritise it. |
hanzo todo projects list | Returns the boards of your org — the places your work actually is. |
hanzo todo projects rm <key> | Refused — a board is a repository on the forge |
hanzo todo projects update <key> | Refused — a board is a repository on the forge |
rooms
| Command | What it does |
|---|---|
hanzo todo rooms get <room> | Summarises one room's work. |
How is this guide?