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.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.
Global KPI Cards
Four KPI cards are computed from the## 1. ... section of PROJECT_SUMMARY.md and displayed in a single row:
| Card | Description |
|---|---|
| Total Files | Number 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 Units | Total number of subroutines, functions, programs, and other units found |
| Average LOC per file | Mean lines of code per source file — a quick proxy for file-level complexity |
- **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 ofPROJECT_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:
Common PROJECT_SUMMARY.md sections
Common PROJECT_SUMMARY.md sections
| Section | Typical Title | Contents |
|---|---|---|
| 1 | Global Metrics | Bullet list of corpus-wide counts — parsed into the KPI row above |
| 2 | Risk Summary | Breakdown of units by tier with narrative commentary |
| 3 | Migration Strategy Overview | High-level recommended approach for the modernization effort |
| 4 | Coupling Analysis | Discussion of fan-in/fan-out hotspots and COMMON block risks |
| 5 | Clone Detection | Summary of duplicate or near-duplicate units found |
| 6 | Recommendations | Prioritized, actionable next steps for the team |
st.markdown, all Markdown formatting from Forti4D — headings, bullet lists, bold text, tables — is preserved exactly as generated.