find_unimplemented_interfaces
Identify interfaces without any implementing class in a loaded project, highlighting potentially dead or incomplete type definitions.
Instructions
Interfaces with methods that no class explicitly implements (heuristic: TS is structural).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |