// 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 timelineokami replaylist tracesokami replay <trace>full trajectoryokami 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"}
