Files
acdl/docs/presentations/assets/mmd/leadership-slide-5.mmd
T
CIAgent b51dfb1c03 feat(P03): 7 S&P-themed mermaid diagrams + render helper (D-246)
---ci---
project: acdl
phase: 3
milestone: v1.30
status: execute
wave: 2
persona: ci-doc-writer + backend-engineer
---/ci---
2026-08-20 14:21:31 +00:00

23 lines
1.2 KiB
Plaintext

%%{init: {'theme':'base', 'themeVariables': {'primaryColor':'#1B1B1B','primaryBorderColor':'#D6002A','primaryTextColor':'#fff','secondaryColor':'#fff','secondaryBorderColor':'#D6002A','secondaryTextColor':'#1B1B1B','tertiaryColor':'#F0F0F0','lineColor':'#1B1B1B','fontFamily':'"Helvetica Neue","Arial",sans-serif'}}}%%
flowchart LR
subgraph IN["In Nova's lane"]
I1["Infrastructure<br/>primitives"]
I2["Operational<br/>guardrails"]
I3["CVE response<br/>infra layer"]
end
C["The<br/>contract"]
subgraph OUT["Outside Nova's lane"]
O1["Application<br/>business logic"]
O2["IDE & sprint<br/>workflows"]
O3["AppSec &<br/>dependency review"]
end
IN --- C --- OUT
style IN fill:#1B1B1B,color:#fff,stroke:#D6002A
style OUT fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style C fill:#fff,color:#D6002A,stroke:#D6002A
style I1 fill:#1B1B1B,color:#fff,stroke:#D6002A
style I2 fill:#1B1B1B,color:#fff,stroke:#D6002A
style I3 fill:#1B1B1B,color:#fff,stroke:#D6002A
style O1 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style O2 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style O3 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A