Files
Garry TanandClaude Opus 5 65f7a1c5c9 fix(takes): add 'list' subcommand — 'list' was parsed as a page slug (#2079)
'gbrain takes list' printed 'No takes on list.' even when the brain held
many takes: the CLI had no list subcommand, so cmdList treated the word
'list' as a page slug and looked up a page named 'list'. The failure
read exactly like an empty takes table, so agents concluded there were
no takes and moved on.

'takes list' now lists all active takes (CLI parity with the takes_list
op), prefixing each row with its page slug. 'takes <slug>' unchanged.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-28 13:24:46 -07:00
..