06b9f8f308
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
633 B
633 B
Agent A prompt — the wipe command
Paste this into the AI session you've pointed at the tasks-app-wipe worktree folder.
Add a wipe command to this task app that removes all tasks.
- Put the deletion logic on
TaskListintasks.py(awipe()method that empties the list), and wire awipecommand into the dispatch incli.pythat calls it and saves. - Running
python cli.py wipeshould empty the list and print a short confirmation likewiped all tasks. - After
wipe,python cli.py listshould print(no tasks yet).
Make the change, then stop — I'll review the diff and commit it myself.