| 1 | #!/usr/bin/env node |
| 2 | // Parse Claude Code stream-json run log(s): tool-call sequence, token usage, and |
| 3 | // RESIDUAL CONTEXT OCCUPANCY — how many tokens of the context window each tool |
| 4 | // family's responses still occupy when the run ends. |
nothing calls this directly
no test coverage detected