From 1eeee323c016dfc1f7af24fdb78ec88cde1b4acf Mon Sep 17 00:00:00 2001 From: Jon Chery Date: Thu, 23 Jul 2026 15:44:36 +0000 Subject: [PATCH] docs(P49): update ROADMAP + PROJECT for v1.9.6 patch release ---ci--- phase: 49 milestone: v1.9 status: complete requirements: covered: [] partial: [] ---/ci--- --- .ciagent/PROJECT.md | 30 ++++++++++++++++++++++++++++++ .ciagent/ROADMAP.md | 1 + 2 files changed, 31 insertions(+) diff --git a/.ciagent/PROJECT.md b/.ciagent/PROJECT.md index 7c1e29c..9aad05c 100644 --- a/.ciagent/PROJECT.md +++ b/.ciagent/PROJECT.md @@ -458,6 +458,36 @@ across presentation files, consumer guide, and test fixtures. No code changes (test fixture strings only); 494 tests pass; `run_ci.sh` + `run_platform.sh --check-only` green. PPTX files uploaded to Gitea release. +## Patch v1.9.6 (complete, tag `v1.9.6`) + +Docs-only NFR patch on the v1.9 line. Both Marp presentation decks +consolidated to 10 high-impact slides each — every slide high-impact, fluff +eliminated. + +**How The Platform Works (16 → 10):** +- Merged Problem + North Star + What It Is/Isn't → 1 slide (4 frictions → + North Star → 3 success criteria → 2 anti-goals) +- Merged Policy & Security + Secure by Default → 'Security by Construction' +- Merged Immutable Audit + Human-in-the-Loop → 'Accountability & Audit' +- Folded Observability, Platform-Managed Environments, Portability into + existing slides as bullets +- Added 'The Vision Realized' closing slide + +**The Developer Experience (15 → 10):** +- Merged What Dev Does + Contract + No Platform Code → 'The Contract — The + Entire Consumer Surface' +- Merged Instant Feedback + Deploy Outputs → 'The Developer Feedback Loop' +- Merged Safe Promotion Path + Rising Bar → 1 slide +- Cut Citizen Developer Experience standalone (mentioned on slides 2 + 10) +- Kept Versioned Releases, Friendly Onboarding, Safe Decommission + +**Also:** Removed '5-line YAML' claim from both decks (credibility — complex +stacks require more lines). Source markdown files unchanged (remain complete +reference with speaker notes for all original slides). + +No code changes; 494 tests pass; `run_ci.sh` + `run_platform.sh --check-only` +green. PPTX files uploaded to Gitea release. + ## Requirements ### v1.0 (Prior milestone — the demo) diff --git a/.ciagent/ROADMAP.md b/.ciagent/ROADMAP.md index e8232e9..653d235 100644 --- a/.ciagent/ROADMAP.md +++ b/.ciagent/ROADMAP.md @@ -16,6 +16,7 @@ - **v1.9.3 (complete, tag `v1.9.3`):** rendered presentation decks. HTML renderings of both Marp decks committed to docs/presentations/ (self-contained, base64-embedded images, S&P Global Energy theme). PPTX files uploaded to the Gitea release as downloadable attachments. README updated to document HTML as committed artifacts and PPTX as release attachments. Docs-only NFR patch. - **v1.9.4 (complete, tag `v1.9.4`):** presentation slide updates + complete removal of a specific compliance framework from all docs. Title slide redesigned (deck title as H1, 'Agentic Cloud Delivery Platform' as subtitle). DX deck: removed Local Reproducibility slide, redesigned Safe Promotion Path with side-by-side layout, 'an agent' → 'an AI agent', What a Developer Does diagram floated right. All references to that framework removed from 25 files (presentations, module READMEs, docs). Compliance lists now: GDPR, SOX, SOC2, DORA. HTML re-rendered. PPTX uploaded to release. Docs-only NFR patch. - **v1.9.5 (complete, tag `v1.9.5`):** vision gaps + Testing badge + engine terminology + agentic tags + CR format. 9 requirements: (1) DX closing slide strengthened with 'infrastructure as a utility' vision bullet; (2) 'moving' → 'promoting'; (3) added red tape + scalability bullets to Problem slide; (4) Roadmap slide redesigned side-by-side; (5) new 'What This Platform Is — and Isn't' slide (PW deck 16 slides); (6) 'shipped'/'Available today' → 'Testing' (0 consumer adoption); (7) global 'substrate' → 'engine' (88 matches, 30+ files); (8) 'forge' → 'VCS' in presentation files only; (9) new Agentic badge (purple) on agentic features. CR format changed to CHG0678912. HTML re-rendered. PPTX uploaded to release. Docs-only NFR patch. +- **v1.9.6 (complete, tag `v1.9.6`):** consolidate both Marp decks to 10 high-impact slides. PW deck 16 → 10 (merged Problem+North Star+Anti-goals, merged Policy+Secure by Default, merged Audit+HITL, folded Observability/Environments/Portability into existing slides, added Vision Realized closing). DX deck 15 → 10 (merged What Dev Does+Contract+No Platform Code, merged Feedback+Deploy Outputs, merged Promotion+Rising Bar, cut Citizen Developer standalone, kept Versioned Releases/Onboarding/Decommission). Removed '5-line YAML' claim from both decks. Source markdown unchanged. Docs-only NFR patch. - **v1.0 demo URL:** https://git.cloudinit.dev/continuous-intelligence/acdl-evidence/raw/branch/main/index.html ---