mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-30 11:22:34 +00:00
'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: Garry Tan <garrytan@gmail.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>