veto_rca
Analyzes error stack traces with git blame to identify the likely introducing commit for debugging.
Instructions
Stack trace or error description → structured root-cause hypothesis with likely introducing commit. Combines git blame/log with debugger analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | Error message or stack trace to analyze. | |
| file_hint | No | Suspected file path for focused git blame (optional). | |
| project_dir | No | Git repo root for blame context (optional). | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |