Skip to content

Commit adcd16c

Browse files
committed
Align Architecture Map C footer text with rendered diagram
1 parent 15f5433 commit adcd16c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/ARCHITECTURE.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ flowchart TB
224224
H12 ==> RC
225225
```
226226

227-
How to read connection styles:
228-
229-
| Connection style | Meaning in this map |
230-
| --- | --- |
231-
| `A --> B` | Request/control flow between app layers |
232-
| `A -.-> B` | Render path or token-gated internal event flow |
233-
| `A ==> B` | Data/cache/file access |
227+
Reading note: arrows indicate directional dependencies/flow between modules.
228+
Where a connection has special meaning, it is labeled directly on the edge
229+
(for example, `token-gated internal POST`).

0 commit comments

Comments
 (0)