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---
32 lines
1.6 KiB
Plaintext
32 lines
1.6 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 NOW["Now"]
|
||
A["α — operating model<br/>named platform-ops body<br/>SLAs on every L2"]
|
||
end
|
||
subgraph Q1["Q1 2027"]
|
||
B["β — infra observability<br/>auto-published on apply<br/>no per-team dashboards"]
|
||
end
|
||
subgraph Q2["Q2 2027"]
|
||
G["γ — runbook generation<br/>from observed patterns<br/>SREs start, not blank"]
|
||
end
|
||
subgraph Q4["Q3-Q4 2027"]
|
||
D["δ — audit ledger<br/>S3 Object Lock + JWS<br/>externally verifiable"]
|
||
end
|
||
A -->|"unlocks"| B
|
||
B -->|"builds on"| G
|
||
G -->|"matures to"| D
|
||
NOW -.->|"governance<br/>is the unlock"| B
|
||
subgraph UNCHANGED["Stays constant across the arc"]
|
||
C["The contract surface<br/>remains the only<br/>SDLC/PDLC integration"]
|
||
end
|
||
D -.->|"exits to"| UNCHANGED
|
||
style NOW fill:#1B1B1B,color:#fff,stroke:#D6002A
|
||
style Q1 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
||
style Q2 fill:#1B1B1B,color:#fff,stroke:#D6002A
|
||
style Q4 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
||
style UNCHANGED fill:#fff,color:#1B1B1B,stroke:#D6002A
|
||
style A fill:#1B1B1B,color:#fff,stroke:#D6002A
|
||
style B fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
||
style G fill:#1B1B1B,color:#fff,stroke:#D6002A
|
||
style D fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
|
||
style C fill:#fff,color:#1B1B1B,stroke:#D6002A |