c098933f25
Sync course wiki / sync-wiki (push) Successful in 4s
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
646 B
646 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, then have you commit it on this branch.