Unit 17 · reflection
Unit 17 Agent Claim vs. Repository Evidence
Write one claim an agent made about its work, for example:
“Implemented the feature and all tests pass.”
Now build a two-column check:
| Claim | Independent evidence |
|---|---|
| requested files changed | git status / diff evidence |
| behavior implemented | test or manual execution |
| no scope creep | inspected changed-file list |
| tests pass | test command you ran yourself |
Add one row where the claim was incomplete, misleading, or impossible to verify.
Finish by stating which permission or stop condition you would tighten before giving a similar task another attempt.