| 1 | #!/usr/bin/env node |
| 2 | // Parse the newest Claude Code session log for a project + its subagent logs, |
| 3 | // and report the tool-call breakdown (main + subagents). Works for interactive |
| 4 | // runs (driven via itrun.sh) — Claude Code writes full transcripts to |
nothing calls this directly
no test coverage detected