This commit is contained in:
2026-02-17 22:50:57 -08:00
parent ffeef9c136
commit f20d019c11
315 changed files with 9876 additions and 12537 deletions

View File

@@ -14,11 +14,15 @@ ordinal: 55000
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Refine Mermaid charts in documentation (primarily architecture docs) to improve readability, grouping, and label clarity without changing system behavior.
<!-- SECTION:DESCRIPTION:END -->
## Acceptance Criteria
<!-- AC:BEGIN -->
- [x] #1 Mermaid diagrams render successfully in VitePress docs build
- [x] #2 Diagrams have clearer grouping, edge labels, and flow direction
- [x] #3 No broken markdown or Mermaid syntax in updated docs
@@ -27,5 +31,7 @@ Refine Mermaid charts in documentation (primarily architecture docs) to improve
## Final Summary
<!-- SECTION:FINAL_SUMMARY:BEGIN -->
Improved Mermaid diagrams in docs/architecture.md by redesigning both flowcharts with clearer subgraphs, labeled edges, and consistent lifecycle/runtime separation. Verified successful rendering via `pnpm run docs:build` with no chunk-size warning regressions.
<!-- SECTION:FINAL_SUMMARY:END -->