From be6dc7cff6bcaba243b0f16d3f0cba67bee4310a Mon Sep 17 00:00:00 2001 From: Jon Chery Date: Thu, 23 Jul 2026 14:09:31 +0000 Subject: [PATCH] docs(P47): update ROADMAP + PROJECT for v1.9.4 patch release ---ci--- phase: 47 milestone: v1.9 status: complete requirements: covered: [] partial: [] ---/ci--- --- .ciagent/PROJECT.md | 23 +++++++++++++++++++++++ .ciagent/ROADMAP.md | 1 + 2 files changed, 24 insertions(+) diff --git a/.ciagent/PROJECT.md b/.ciagent/PROJECT.md index c7199bb..95ea29f 100644 --- a/.ciagent/PROJECT.md +++ b/.ciagent/PROJECT.md @@ -402,6 +402,29 @@ changes) and PPTX as release attachments (binary, not committed to git). No code changes; 494 tests pass; `run_ci.sh` + `run_platform.sh --check-only` green. +## Patch v1.9.4 (complete, tag `v1.9.4`) + +Docs-only NFR patch on the v1.9 line. Two categories of changes: + +1. **Presentation slide updates** — title slide redesigned (deck title as H1 + slightly bigger, 'Agentic Cloud Delivery Platform' as H3 subtitle on dark + background). DX deck: removed Local Reproducibility slide (not beneficial + for DX narrative), redesigned Safe Promotion Path with side-by-side + HTML table layout for Approaches A and B, 'an agent' → 'an AI agent' on + slides 2 and 3, What a Developer Does diagram floated to the right side. + Running header simplified to just the deck name. + +2. **Complete HIPAA removal** — all HIPAA references removed from 25 files + across the codebase: presentation source files (Marp + full markdown), + all module READMEs (S3, RDS, ECR, ECS, VPC, IAM, KMS, CloudFront, ALB, + uptime), top-level README, consumer guide, docs index, module standards. + Compliance milestone lists now read: GDPR, SOX, SOC2, DORA. All HIPAA + §164.xxx section references removed from compliance annotations. + Rendered HTML decks re-generated from updated Marp source. + +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 7211e6b..6387344 100644 --- a/.ciagent/ROADMAP.md +++ b/.ciagent/ROADMAP.md @@ -14,6 +14,7 @@ - **v1.9.1 (complete, tag `v1.9.1`):** leadership presentation decks. Two leadership-facing presentation decks (How the Platform Works + The Developer Experience) for senior leadership (CTO, Head of Cloud, Head of Infrastructure, Head of DevOps). Each deck has a full markdown source of truth (with speaker notes + mermaid diagrams) and a lean Marp deck (no speaker notes, embedded PNG diagrams). A README documents the 3-step slide creation process (full markdown → Marp synthesis → PPTX export). Docs-only NFR patch. - **v1.9.2 (complete, tag `v1.9.2`):** S&P Global Energy theme for presentation decks. Applies the S&P Global Energy brand visual identity (red-core #D6002A, grey-90 #1B1B1B, Akkurat Pro font) to both Marp decks. Title headers changed to full platform name. Footer 'Confidential' → 'Internal'. Title slide subtitle removed. Last DX slide renamed to 'The Desired Outcomes'. Docs-only NFR patch. - **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 HIPAA removal. 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 HIPAA references removed from 25 files (presentations, module READMEs, docs). HTML re-rendered. PPTX uploaded to release. Docs-only NFR patch. - **v1.0 demo URL:** https://git.cloudinit.dev/continuous-intelligence/acdl-evidence/raw/branch/main/index.html ---