ba28017f5b
Diagrams now show relationships + stack positioning, not just restating slide text: - slide 1: the widening gap (velocity vs coordination surface) → Nova absorbs - slide 2: Nova's position in the stack (SDLC/PDLC → contract → Nova → prod) - slide 3: inheritance tree (two tenets → 6 architectural elements they shape) - slide 4: confidence-threshold ladder (dev 0.50 → qa 0.75 → prod 0.90 → dr 0.95 + escalation) - slide 5: stack layers with the contract as the dividing line (above/below) - slide 6: the arc with what each milestone unlocks + the constant contract surface - slide 7: proven foundation → runway arc → ask → structural risk if not Fixed: slide 4 node/subgraph naming collision (DR → DRENV); slides 2 + 5 reworked to horizontal layout (were too tall for slides). ---ci--- project: acdl phase: 5 milestone: v1.30 status: execute ---/ci---
40 lines
2.0 KiB
Plaintext
40 lines
2.0 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 TB
|
|
subgraph PROVEN["Proven today — the foundation"]
|
|
direction LR
|
|
L1L2["13 L1 + 2 L2<br/>live in registry"]
|
|
PILOT["Pilot live-apply<br/>confidence 0.800<br/>dev AWS account"]
|
|
L1L2 --- PILOT
|
|
end
|
|
subgraph ARC["The runway arc — next steps"]
|
|
direction LR
|
|
N1["Ingest greenfield<br/>pilot projects"]
|
|
N2["Promote<br/>dev → prod<br/>activate qa, prod, dr"]
|
|
N3["Integrate SPGE<br/>constitutional library<br/>at the contract surface"]
|
|
N4["Serve as the<br/>infrastructure layer<br/>beneath every app"]
|
|
N1 --> N2 --> N3 --> N4
|
|
end
|
|
subgraph ASK["The ask"]
|
|
ENDORSE["Architecture<br/>endorsement"]
|
|
RUNWAY["Runway to next<br/>milestone by Nov 2026"]
|
|
ENDORSE --- RUNWAY
|
|
end
|
|
subgraph RISK["If we don't — the structural risk"]
|
|
GAP["Delivery acceleration<br/>vs operational absorption<br/>gap widens through 2027"]
|
|
end
|
|
PROVEN -->|"foundation enables"| ARC
|
|
ARC -->|"lands at"| ASK
|
|
ASK -.->|"without it"| RISK
|
|
style PROVEN fill:#1B1B1B,color:#fff,stroke:#D6002A
|
|
style ARC fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
|
style ASK fill:#1B1B1B,color:#fff,stroke:#D6002A
|
|
style RISK fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
|
style L1L2 fill:#1B1B1B,color:#fff,stroke:#D6002A
|
|
style PILOT fill:#1B1B1B,color:#fff,stroke:#D6002A
|
|
style N1 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
|
style N2 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
|
style N3 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
|
style N4 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
|
style ENDORSE fill:#1B1B1B,color:#fff,stroke:#D6002A
|
|
style RUNWAY fill:#1B1B1B,color:#fff,stroke:#D6002A
|
|
style GAP fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A |