veto_debt_register
Analyzes code quality and git commit frequency to prioritize technical debt. Returns a ranked list of files with debt type, location, and suggested agent for resolution.
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. |