analyze_cross_module_dependencies
Analyze cross-module dependencies and coupling in Haskell codebases to identify architectural dependencies and complexity metrics for better code organization.
Instructions
Comprehensive analysis of cross-module dependencies and coupling
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_type | No | Type of analysis to perform | dependencies |
| module_pattern | No | Module name pattern to filter analysis (optional) | |
| include_metrics | No | Include detailed coupling metrics | |
| threshold | No | Minimum dependency count to include | |
| limit | No | Maximum number of results |