find_cycles
Find dependency cycles in your TypeScript/React project to prevent circular imports and render loops.
Instructions
Find dependency cycles in the graph (import/render/call cycles)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Repo root (defaults to cwd) |