| 167 | } |
| 168 | |
| 169 | export class SuggestImprovementsTool extends Tool<z.infer<typeof SuggestImprovementsArgs>> { |
| 170 | name = 'suggest_improvements'; |
| 171 | description = 'Heuristic code-quality scan: flags oversized files, oversized functions, deep nesting, magic numbers, repeated string literals, missing docstrings on exports, accumulated TODOs. Returns a ranked list of suggestions, NOT auto-applied. Read-only.'; |
| 172 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected