cerebro_cycles
Detect circular import groups in code, highlighting mutual dependencies that indicate architecture smells and require breaking.
Instructions
Find circular import groups (files that mutually depend on each other) — an architecture smell worth breaking. Returns each cycle's members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |