1 parent 15f5433 commit adcd16cCopy full SHA for adcd16c
1 file changed
docs/ARCHITECTURE.md
@@ -224,10 +224,6 @@ flowchart TB
224
H12 ==> RC
225
```
226
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 |
+Reading note: arrows indicate directional dependencies/flow between modules.
+Where a connection has special meaning, it is labeled directly on the edge
+(for example, `token-gated internal POST`).
0 commit comments