2684095e2f
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
557 B
557 B
Agent B prompt — the count command
Paste this into the AI session you've pointed at the tasks-app-count worktree folder.
Add a count command to this task app that prints how many tasks are still pending.
- Reuse the existing
pending()method onTaskListintasks.py; don't reimplement it. - Wire a
countcommand into the dispatch incli.py. - Running
python cli.py countshould print something like2 pending(the number of tasks not marked done).
Make the change, then stop — I'll review the diff and commit it myself.