diff --git a/.ciagent/PROJECT.md b/.ciagent/PROJECT.md index 95ea29f..4ea819f 100644 --- a/.ciagent/PROJECT.md +++ b/.ciagent/PROJECT.md @@ -414,12 +414,13 @@ Docs-only NFR patch on the v1.9 line. Two categories of changes: 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 +2. **Complete removal of a compliance framework** — all references to a + specific healthcare compliance framework 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. + Compliance milestone lists now read: GDPR, SOX, SOC2, DORA. All section + references from that framework 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` diff --git a/.ciagent/ROADMAP.md b/.ciagent/ROADMAP.md index 6387344..bd6633a 100644 --- a/.ciagent/ROADMAP.md +++ b/.ciagent/ROADMAP.md @@ -14,7 +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.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.0 demo URL:** https://git.cloudinit.dev/continuous-intelligence/acdl-evidence/raw/branch/main/index.html ---