cdno triage
Process uncategorised inbox/ captures. For each one, keep it as a project action, discard it, or
skip it.
cdno triage [OPTIONS]
Options
Only the global options. triage ignores --json.
Behaviour
- Interactive — walks each pending capture and prompts you to keep (turn into a project action), discard, or skip.
- Non-interactive (piped or
--no-interactive) — just lists what’s pending, without changing anything.
Examples
# Work through the inbox:
cdno triage
# Just see the backlog (no changes):
cdno triage --no-interactive
Related MCP tools
triage_inbox (lists pending items) and
discard_inbox_item (clears one).