clawgs 0.2.0

Extract structured JSON snapshots from Claude Code and Codex JSONL transcripts
Documentation
1
2
3
4
{"type":"session_meta","payload":{"cwd":"/tmp/project"}}
{"type":"event_msg","payload":{"type":"user_message","message":"Build a parser"}}
{"type":"response","payload":{"usage":{"input_tokens":1212}}}
{"type":"response_item","payload":{"type":"function_call","name":"exec_command","arguments":"{\"command\":\"ls -la\"}"}}