How We Built the OpenClaw Session Viewer
OpenClaw agent sessions are stored as JSONL files — one JSON object per line, one file per session. This is great for reliability and append-only logging. It's terrible for reading.
A single active s
blog.coracode.co.uk3 min read