// operations · evidence 01

Walkthrough: verifiable task

Okami does not complete because the model says it completed; it completes because the harness verified observable effects.

okami task "create hello.txt with hi" \
  -e file_exists:hello.txt \
  -e "file_contains:hello.txt:hi"
start
  step: write_file hello.txt
  observation: written
  terminal: task_complete
  check file_exists       PASS
  check file_contains     PASS
complete
artifactwhat it proves
.okami/events.jsonltimeline of task events
.okami/audit.jsonltool calls and approval decisions
.okami/checkpoints/journal.jsonlsnapshots before writes
exit code0 only for COMPLETE

Open this page in the interactive docs