mirror of
https://github.com/wassname/pi-plan.git
synced 2026-08-03 13:10:46 +08:00
Re-running verify was fine for 'npm test' but a footgun for ML workflows where verify may be a 10-hour training run -- and bash made 'read-only' nominal anyway (it could mutate). The agent now runs verify itself and saves the output as evidence. The judge checks, in order: anything here / quoted+attributed / provenance / quotes match disk / substance. Matches the cooperative-but- confused threat model: reading real artifacts catches confusion; execution only defended against deliberate forgery, which is out of scope. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>