veto_debt_register
Analyzes code quality and git commit frequency to identify high-churn, low-quality files and produce a prioritized technical debt register with debt type, location, and suggested agent.
Instructions
Analyzes code quality + git commit frequency to produce a ranked technical debt register. High-churn + low-quality files are highest priority. Returns a prioritized list with debt type, location, and suggested agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_files | No | Max files to analyze (default 10, max 30). | |
| extensions | No | File extensions to scan (default: ['.ts','.js','.py','.go']). | |
| project_dir | Yes | Absolute path to project. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |