33Generated: {{generated_at}}
44Source: `{{source}}`
55Mode: `{{mode}}`
6- Audience: `{{audience}}`
6+ Audience: `{{audience}}`
7+ Length: `{{overview_length}}`
78
89## What This System Is
910
10- This repository contains the core software system for **{{repo_name}}**.
11+ {{plain_summary}}
12+
1113It appears to follow a **{{architecture_pattern}}** architecture with a stack centered on:
1214
1315- Languages: {{top_languages}}
1416- Frameworks: {{top_frameworks}}
1517
1618## Who Uses It and Why
1719
18- - PMs and designers use this explainer to understand product surfaces and user flows.
19- - New engineers use this explainer to identify entry points and module boundaries.
20- - Senior engineers use deep docs to evaluate architecture and dependency risk.
20+ - {{audience_note}}
21+ - {{mode_note}}
22+ - {{overview_length_note}}
2123
2224## Key Building Blocks (3-7)
2325
2426{{building_blocks}}
2527
28+ ## Documentation Coverage
29+
30+ {{docs_coverage}}
31+
32+ Start with these docs:
33+
34+ {{docs_quick_links}}
35+
2636## High-Level Architecture Diagram
2737
2838
2939
3040## If You Are PM / Designer / New Engineer, Start Here
3141
32421. Read this file top-to-bottom once.
33- 2. Open the user flow image: `../diagrams/svg/primary_user_flow.svg`.
43+ 2. Open `../diagrams/svg/primary_user_flow.svg` and trace the flow: `{{primary_user_flow_summary}} `.
34443. Jump to module ownership and “where to modify” in the deep docs.
45+ 4. If needed, inspect `meta/coverage_report.json` and `meta/confidence_report.json` for caveats.
46+
47+ ## External Context (Optional Enrichment)
48+
49+ {{external_context_summary}}
3550
3651## Deep Dive Links
3752
@@ -40,4 +55,3 @@ It appears to follow a **{{architecture_pattern}}** architecture with a stack ce
4055- [Flows Deep Explainer](../deep/FLOWS_DEEP.md)
4156- [Dependencies Deep Explainer](../deep/DEPENDENCIES_DEEP.md)
4257- [Glossary](../deep/GLOSSARY.md)
43-
0 commit comments