Hanzo AI

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.

API reference →

hanzo todo projects list

Every 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.

CommandWhat it does
hanzo todo boardReturns a board's issues — work items with their column, priority, assignee, labels and schedule.
hanzo todo issuesAnswers across every project in the org.

projects

CommandWhat it does
hanzo todo projects createRefused — 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> 1Takes 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> 1Returns 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> 1Edits a work item — rename it, rewrite it, move it to another column, or re-prioritise it.
hanzo todo projects listReturns 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

CommandWhat it does
hanzo todo rooms get <room>Summarises one room's work.

How is this guide?

On this page