Build out all 27 modules + capstone (#1)
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #1.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# 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 on `TaskList` in `tasks.py`; don't reimplement it.
|
||||
- Wire a `count` command into the dispatch in `cli.py`.
|
||||
- Running `python cli.py count` should print something like `2 pending` (the number of tasks not
|
||||
marked done).
|
||||
|
||||
Make the change, then stop — I'll review the diff and commit it myself.
|
||||
Reference in New Issue
Block a user