detect_cycles
Identifies circular dependencies by returning strongly connected components with multiple files from the dependency graph. Use to inspect cycles before refactors or release gates.
Instructions
Return strongly connected components with more than one file from the current dependency graph. Use it to inspect circular dependencies before refactors or release gates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectRoot | Yes | Absolute path to the project root directory | |
| tsconfigPath | No | Optional tsconfig path relative to projectRoot |