Priority: medium Complexity: low Status: done
The project has 40+ CLI commands. To understand what a specific command does, its flags, and its behaviour, you need to read argparse definitions in cli.py. This is expensive to do at the start of every session.
A docs/cli-reference.md file with a table of commands grouped by purpose:
start-task, continue-task, finish-task)update, create, merge-tasks)show, show-goal, render-report)history-ingest, history-normalize, history-derive, history-compare, history-audit)sync-usage)init, verify-public-boundary, export, render-completion)For each command: purpose, key flags, typical usage example.
cli.py are listed