analyze_coupling
Identifies modules with excessive dependencies and tightly coupled clusters, flagging high fan-out areas to reduce architectural drift.
Instructions
Analyze coupling metrics across the codebase. Identifies modules with high fan-out (too many dependencies) and tightly coupled clusters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | Path or URL to the repository | |
| fan_out_threshold | No | Fan-out threshold for flagging modules |