Skip to content

Commit 693130e

Browse files
committed
docs(architecture): note sidebar-vs-tier divergence in one sentence
why: The sidebar now uses four navigation buckets (Domain Packages, UX, Utils, Internal) while the architecture page continues to describe dependency layers in three tiers. A reader looking at both could reasonably wonder whether the discrepancy is a bug. Call out the two-axis framing explicitly so the choice reads as intentional: sidebar = reader-facing grouping; tier map = dependency ordering. what: - Append one sentence after the opening paragraph of docs/architecture.md clarifying that the four sidebar buckets are orthogonal to the three dependency tiers documented below. - No other content change; the three-tier structure stays as-is.
1 parent 7ecf281 commit 693130e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/architecture.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Twelve workspace packages in three tiers. Lower layers never depend on
66
higher ones — domain packages consume shared infrastructure, and the
77
presentation layer wires everything together for downstream projects.
88

9+
The sidebar groups these twelve packages into four navigation buckets
10+
(Domain Packages, UX, Utils, Internal) — a reader-facing grouping that
11+
is orthogonal to the dependency-ordered tier map below.
12+
913
## Tier 1: Shared infrastructure
1014

1115
The rendering pipeline that all domain packages consume:

0 commit comments

Comments
 (0)