Documentation
README
Debugging a Claude Code session
Given a Claude Code session ID, pull the local transcript (what the client saw) and the corresponding production cloud logs (which model/provider served it), then correlate them to understand the wire-format translation. The local .jsonl is ground truth for what rendered; the cloud logs confirm what the upstream sent; the internal/translate code explains why the wire shape looks that way.
Setup: Cloud deployment config
Before starting, create a gitignored config file with your deployment's cloud logging details:
This is the opening of the README. Read the full README on GitHub.