Testing/CI/tooling consistency (#9,#20,#21,#22,#23,#28) (#59)

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #59.
This commit is contained in:
2026-06-22 16:07:58 -04:00
committed by Claude (agent)
parent a6a3cfdc50
commit 391df7fc6d
17 changed files with 216 additions and 82 deletions
+4
View File
@@ -214,6 +214,10 @@ You're reviewing a branch that adds a `clear` command to the tasks-app. The diff
python reviewer.py apply my-review.json
```
(If your assistant wrapped the JSON in a ```` ```json ```` code fence even though the prompt said
"JSON only," don't worry — `apply` tolerates a fenced or prose-wrapped response and reads the JSON
out of it.)
4. **Make the human decision.** Open `feature.patch` and check the agent's headline claim: the
`clear` branch in `cli.py` never calls `save(tlist)`, so it prints "cleared all tasks" while
`tasks.json` is untouched — a silent no-op, the exact kind of plausibility trap Module 10 trained