docs(P47): remove HIPAA from ciagent tracking files
acdl-ci / Lint (push) Successful in 7s
acdl-ci / Test (push) Successful in 25s
acdl-ci / Platform check-only (offline) (push) Successful in 8s

---ci---
phase: 47
milestone: v1.9
status: complete
requirements:
  covered: []
  partial: []
---/ci---
This commit is contained in:
Jon Chery
2026-07-23 14:10:16 +00:00
parent be6dc7cff6
commit fc070ccb15
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -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`
+1 -1
View File
@@ -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
---