Expand description
Renders Claude Code session transcripts into self-contained HTML folios.
Modules§
- discovery
- Locating session files under Claude Code’s project store.
- gist
- Publishing a rendered folio to a GitHub gist through
gh, resolving and confirming the publishing account first. - picker
- Interactive selection of a session to render, when the user names none.
- render
- Turning a parsed folio into a self-contained HTML document.
- serve
- A tiny development server that serves a folio with live reload.
- tools
- How each built-in tool’s call and result are set.
- transcript
- Parsing of Claude Code session JSONL into typed conversation values.