We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8766c2b commit a8b2ca0Copy full SHA for a8b2ca0
1 file changed
README.md
@@ -356,15 +356,15 @@ flowchart LR
356
flowchart TD
357
subgraph TOK["Token Efficiency"]
358
direction LR
359
- P01[Structured prompts] --> P04[Lazy section reads] --> P05[Model routing] --> P06[Adaptive rendering] --> P07[Zero-context subagent]
+ P01[Structured] --> P04[Lazy reads] --> P05[Model route] --> P06[Adaptive] --> P07[Zero-ctx]
360
end
361
subgraph DED["Dedup and Cache"]
362
363
- P02[Content-hash cache] --> P03[Fingerprint dedup] --> P08[Idempotency check]
+ P02[Hash cache] --> P03[Fingerprint] --> P08[Idempotent]
364
365
subgraph RES["Resilience"]
366
367
- P09[Context backpressure]
+ P09[Backpressure]
368
369
370
style P01 fill:#0d1f2d,stroke:#5ce1ff,color:#8eecff
0 commit comments