648 B
648 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
python3 cli.py wipeshould empty the list and print a short confirmation likewiped all tasks. - After
wipe,python3 cli.py listshould print(no tasks yet).
Make the change, then stop. I'll review the diff, then have you commit it on this branch.