Running-example consistency: paths, tasks.json, command collisions (#7,#10,#11) (#57)
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #57.
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
# and the other two remain. This is a behavior check on the multi-file change — it does not
|
||||
# care HOW the AI implemented it, only that `delete` works end to end.
|
||||
#
|
||||
# Run it from inside your tasks-app project directory:
|
||||
# bash lab/verify.sh
|
||||
# Copy this into your tasks-app project directory, then run it from there:
|
||||
# cp /path/to/modules/04-getting-the-ai-out-of-the-browser/lab/verify.sh .
|
||||
# bash verify.sh
|
||||
#
|
||||
# (It self-locates cli.py, so it also still works if you run it in place as `bash lab/verify.sh`.)
|
||||
# It saves and restores your real tasks.json, so your actual task list is left untouched.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user