Skip to content

Commit a8b2ca0

Browse files
style: shorter node labels in Nine patterns for compact layout
1 parent 8766c2b commit a8b2ca0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,15 +356,15 @@ flowchart LR
356356
flowchart TD
357357
subgraph TOK["Token Efficiency"]
358358
direction LR
359-
P01[Structured prompts] --> P04[Lazy section reads] --> P05[Model routing] --> P06[Adaptive rendering] --> P07[Zero-context subagent]
359+
P01[Structured] --> P04[Lazy reads] --> P05[Model route] --> P06[Adaptive] --> P07[Zero-ctx]
360360
end
361361
subgraph DED["Dedup and Cache"]
362362
direction LR
363-
P02[Content-hash cache] --> P03[Fingerprint dedup] --> P08[Idempotency check]
363+
P02[Hash cache] --> P03[Fingerprint] --> P08[Idempotent]
364364
end
365365
subgraph RES["Resilience"]
366366
direction LR
367-
P09[Context backpressure]
367+
P09[Backpressure]
368368
end
369369
370370
style P01 fill:#0d1f2d,stroke:#5ce1ff,color:#8eecff

0 commit comments

Comments
 (0)