591 B
591 B
Agent B prompt: the remaining command
Paste this into the AI session you've pointed at the tasks-app-remaining worktree folder.
Add a remaining 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
remainingcommand into the dispatch incli.py. - Running
python3 cli.py remainingshould print something like2 pending(the number of tasks not marked done).
Make the change, then stop. I'll review the diff, then have you commit it on this branch.