veto_rca
Analyze error stack traces to produce structured root-cause hypotheses and identify the commit that introduced the error using git blame and debugger analysis.
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). |