// operations · evidence 03

Walkthrough: events and replay

Every task leaves a reconstructable trajectory: LLM calls, tools, loops, compaction, tokens and outcome.

okami events -n 40recent timeline
okami replaylist traces
okami replay <trace>full trajectory
okami doctor --jsonstructured health report
{"kind":"start","goal":"add /health"}
{"kind":"llm_call","tokens_in":6200,"tokens_out":420}
{"kind":"step","tool":"edit_file","ok":true}
{"kind":"complete_rejected","missing":["shell_ok:pytest -q"]}
{"kind":"complete","summary":"tests green"}

Open this page in the interactive docs