cerebro_cycles
Identify circular import groups in your codebase to break architecture smells and improve modularity.
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 |