tarn_fix_plan
Analyze a Tarn JSON report or run tests first, then return a prioritized fix plan with next actions and remediation hints.
Instructions
Analyze a Tarn JSON report and return a prioritized fix plan with next actions, evidence, and remediation hints. Accepts either a report object from tarn_run or the same inputs as tarn_run to execute first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the project root used when `path` is provided. Defaults to the workspace root captured during MCP `initialize`, or the server process's current directory. | |
| env | No | Environment name used when `path` is provided | |
| max_items | No | Limit the number of failing steps included in the plan | |
| path | No | Optional .tarn.yaml path or directory to run before planning. Relative paths resolve against `cwd`. | |
| report | No | Structured JSON report from tarn_run | |
| tag | No | Tag filter used when `path` is provided | |
| vars | No | Variable overrides used when `path` is provided |