tarn_report
Read summary and failure files to produce a compact report with totals, exit code, and grouped failures for a persisted test run.
Instructions
Render the concise report (NAZ-404) for a persisted run: a tiny JSON envelope with totals, exit code, and grouped failures. No HTTP, no test execution — purely reads summary.json + failures.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the project root. Defaults to the workspace root captured during MCP `initialize`, or the server process's current directory. | |
| run_id | No | Run identifier or alias. Defaults to `last`. |