Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/acdeveloper-sci/fortriage/llms.txt

Use this file to discover all available pages before exploring further.

The Executive Summary tab surfaces high-level project health metrics and the detailed project summary generated by Forti4D. It is designed to be shared with architects, technical leads, and stakeholders who need the big picture without diving into individual unit metrics. If no analysis has been run yet, the tab shows an informational message directing you to the Overview tab.

Global KPI Cards

Four KPI cards are computed from the ## 1. ... section of PROJECT_SUMMARY.md and displayed in a single row:
CardDescription
Total FilesNumber of distinct Fortran source files in the analyzed corpus
Total Lines of Code (LOC)Aggregate line count across all files, including blanks and comments
Total Program UnitsTotal number of subroutines, functions, programs, and other units found
Average LOC per fileMean lines of code per source file — a quick proxy for file-level complexity
These values are extracted from the bullet list in section 1 of the project summary using the pattern - **Label**: Value. If a bullet is absent from the generated document, its card renders rather than failing.
The project summary — including the section-1 bullets powering these KPI cards — is generated entirely by Forti4D. ForTriage parses and renders it verbatim, without modification or reformatting.

Project Summary Sections

Below the KPI cards, ForTriage renders the remaining sections of PROJECT_SUMMARY.md. The document is split on ## N. Title headings (e.g., ## 2. Risk Summary, ## 3. Migration Strategy Overview), and each section is rendered as standard Markdown in ascending numeric order. Section 1 (Global Metrics) is consumed for the KPI cards above and is not rendered a second time in the body. Every other section present in the document is shown, so the exact set of sections depends on what Forti4D produced for the run. Typical sections found in a Forti4D project summary include:
SectionTypical TitleContents
1Global MetricsBullet list of corpus-wide counts — parsed into the KPI row above
2Risk SummaryBreakdown of units by tier with narrative commentary
3Migration Strategy OverviewHigh-level recommended approach for the modernization effort
4Coupling AnalysisDiscussion of fan-in/fan-out hotspots and COMMON block risks
5Clone DetectionSummary of duplicate or near-duplicate units found
6RecommendationsPrioritized, actionable next steps for the team
Because ForTriage renders every section verbatim through st.markdown, all Markdown formatting from Forti4D — headings, bullet lists, bold text, tables — is preserved exactly as generated.

Build docs developers (and LLMs) love