{% import "md/macros/sections.md" as s with context -%}
{#
  Reading order for an agent orienting in an unfamiliar repository: the feature
  index and entry points first, because they are how it finds anything, then the
  component map, then where the risk and the coverage gaps are.
-#}
{{ s.section("projectAnalysis.featureIndex", "Feature Index") }}
{{ s.section("projectAnalysis.entryPoints", "Entry Points") }}
{{ s.section("projectAnalysis.components", "Components") }}
{{ s.section("projectAnalysis.dataStores", "Data Stores") }}
{{ s.section("projectAnalysis.externalSystems", "External Systems") }}
{{ s.section("projectAnalysis.rankedHotspots", "Ranked Hotspots") }}
{{ s.section("projectAnalysis.qualityCoverage", "Quality Coverage") }}
{{ s.section("projectAnalysis.scanCoverage", "Scan Coverage") }}
{{ md_rest("projectAnalysis", 3) }}
