diff --git a/.ciagent/PROJECT.md b/.ciagent/PROJECT.md index b7d2eda..c7199bb 100644 --- a/.ciagent/PROJECT.md +++ b/.ciagent/PROJECT.md @@ -389,6 +389,19 @@ Leadership' to 'The Desired Outcomes'. Marp `theme: default` kept as base. No code changes; 494 tests pass; `run_ci.sh` + `run_platform.sh --check-only` green. +## Patch v1.9.3 (complete, tag `v1.9.3`) + +Docs-only NFR patch on the v1.9 line. Renders both Marp presentation decks +to self-contained HTML (committed to `docs/presentations/`, base64-embedded +images, full S&P Global Energy brand theme) and PPTX (uploaded to the Gitea +release as downloadable attachments). The HTML files are viewable in any +browser and on the git forge — they render the red accent bar, dark +title-slide background, red H1 headings, and Akkurat Pro font stack. README +updated to document HTML as committed artifacts (re-render when Marp source +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. + ## Requirements ### v1.0 (Prior milestone — the demo) diff --git a/.ciagent/ROADMAP.md b/.ciagent/ROADMAP.md index df4c6da..7211e6b 100644 --- a/.ciagent/ROADMAP.md +++ b/.ciagent/ROADMAP.md @@ -13,6 +13,7 @@ - **v1.8 (complete, tag `v1.8.0`):** P1 remediation + uptime monitoring + engineering standards + encryption/deletion-protection by default + decommission alias + path documentation. Clears 8 pending P1 issues (P1-3..P1-9 + S1). Adds per-stack CMK + encryption-by-default for all primitives. Adds deletion-protection-by-default + L2 feature flag. Adds uptime-kuma primitive (ECS Fargate, deployed by default after L2, separate state, feature flag, alert channels). Adds decommission mode (2-step pipeline with HITL SRE gates + CMDB-validated change request). Adds `modules/STANDARDS.md` (L1+L2 authoring + review standards). Adds `schemas/README.md`, `pipelines/README.md`, `adapters/README.md`. - **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.0 demo URL:** https://git.cloudinit.dev/continuous-intelligence/acdl-evidence/raw/branch/main/index.html ---