cerebro_orphans
Identify dead-code candidates by listing files with no imports. Framework entrypoints are excluded as they are loaded by convention.
Instructions
List code files that nothing imports — dead-code candidates. Framework entrypoints (modules, controllers, pages, configs, tests) are listed separately since they're loaded by convention, not by import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |