Extract conversation transcripts from AI coding session logs (Clawdbot, Claude Code, Codex). Use when asked to export prompt history, session logs, or transcripts from .jsonl session files.
Initial release of prompt-log - Extracts conversation transcripts from AI coding session logs (.jsonl) for Clawdbot, Claude Code, and Codex. - Supports optional time filters (`--after`, `--before`) and custom output path. - Generates a markdown transcript by default in `.prompt-log/`. - Requires `jq` and optionally `gdate` on macOS.