// 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| artifact | what it proves |
|---|---|
| .okami/events.jsonl | timeline of task events |
| .okami/audit.jsonl | tool calls and approval decisions |
| .okami/checkpoints/journal.jsonl | snapshots before writes |
| exit code | 0 only for COMPLETE |

