Skip to main content

Module transcript

Module transcript 

Source
Expand description

JSONL Transcript Watcher for Claude Code conversation logs.

Watches ~/.claude/projects/{hash}/{session}.jsonl files for changes and provides parsed, rendered preview text for the Web UI.

Re-exports§

pub use types::TranscriptRecord;
pub use types::TranscriptState;
pub use watcher::TranscriptRegistry;
pub use watcher::TranscriptWatcher;

Modules§

parser
JSONL line parser for Claude Code transcripts.
renderer
Preview text renderer for transcript records.
types
Types for transcript parsing and state tracking.
watcher
Transcript file watcher — monitors JSONL files for changes and maintains parsed transcript state per agent.