find_import_cycles
Detect import cycles in your file-level dependency graph using Tarjan's algorithm to identify and resolve circular imports.
Instructions
Detect import cycles (strongly-connected components) in the file-level import graph (Tarjan's).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_cycles | No | Maximum number of cycles to return (default 20, 0 = unlimited). | |
| project | No | Project name/path (default: active). |