Show HN: Claude-code-replay – get lost project code back from Claude Code logs Claude-code-replay reconstructs lost project state from Claude Code session logs by replaying file writes and optionally classifying Bash events through Claude Sonnet 4.6. The tool walks JSONL log files in chronological order to restore files and commits, serving as a last resort when destructive commands have wiped a project tree. Users can run it via npx or npm install, with an opt-in classifier that determines which Bash events to execute during recovery. Replay Claude Code session logs .jsonl to reconstruct the lost project state — file by file, commit by commit, in the order events happened. The tool of last resort when a destructive command wiped the tree. There are two replay layers, and the second is opt-in: Deterministic replay — walks every .jsonl under --logs-dir including subagent JSONLs under