dependency_graph
Analyzes Fortran module dependencies, detecting modules with mutable public state. Computes fan-in/fan-out metrics and generates a Mermaid diagram of module hierarchy.
Instructions
Computes module dependency graph and detects modules exposing mutable public state. Scans all Fortran modules in the project, identifies 'use' statements (excluding standard intrinsics), computes fan-in/fan-out metrics, and generates a Mermaid diagram representing the module hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |