tarn_report
Generate a concise JSON report from a persisted test run, providing totals, exit code, and grouped failures without executing tests.
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`. |