Computes project-wide quality metrics and a legacy heatmap for Fortran code. Aggregates lines of code, comment density, and legacy constructs, then assigns a modernization score.
Analyzes Fortran module dependencies, detecting modules with mutable public state. Computes fan-in/fan-out metrics and generates a Mermaid diagram of module hierarchy.
MCP server for interacting with Tripwire Enterprise REST API, enabling file integrity monitoring workflows such as node management, policy tests, element versioning, and promotions.
Automatically formats Fortran code with fprettify to enforce consistent indentation and spacing, improving readability and adhering to style guidelines.
Safely rename legacy Fortran variables to descriptive modern names across a file scope, validating scope rules, preserving comments, and building to verify correctness.