graph LR A["Uncolored Math\nπ΅ flat, ambiguous"] -->|"semantic\nmapping"| B["Colorized Math\nπ¨ role-tagged"] B --> C["Pattern Recognition\nβ‘ instant recall"] C --> D["Faster Comprehension\nπ better retention"] B --> E["Cross-slide Consistency\nπ same color = same role"] style A fill:#e55f87 style B fill:#5fb3b3 style C fill:#fac863 style D fill:#6699cc style E fill:#99c794
graph LR A["Slide Decks\nmd + html"] --> B["Delegation\nSisyphus-Junior"] B --> C["Apply Colors\n{\\color{...}...}"] C --> D["Verification\ngrep counts"] D -->|"β no-op"| B D -->|"β queue timeout"| E["Script Fallback\nPython deterministic"] E --> F["β Done"] D -->|"β ok"| F style A fill:#e55f87 style B fill:#6699cc style C fill:#fac863 style D fill:#99c794 style E fill:#ff9800 style F fill:#4caf50
graph LR subgraph "Colorized β " C1["cqs\n11 files"] C2["net_optim\n~16 files"] C3["comb_optim\n10 files"] C4["algo4dfm\n~24 files"] C5["projgeom\n6 files"] end subgraph "Remaining β³" R1["algo4dfm\nstubborn no-ops"] R2["projgeom\n4 files"] end style C1 fill:#99c794 style C2 fill:#99c794 style C3 fill:#99c794 style C4 fill:#99c794 style C5 fill:#99c794 style R1 fill:#ff9800 style R2 fill:#ff9800