| 176 | } |
| 177 | |
| 178 | export class FindDeadCodeTool extends Tool<z.infer<typeof FindDeadCodeArgs>> { |
| 179 | name = 'find_dead_code'; |
| 180 | description = 'Detect orphaned source files, unused exports, and uncalled local functions across the project. Returns a structured report — does NOT delete anything. Use before cleanup refactors. Read-only.'; |
| 181 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected