diff --git a/.ciagent/PROJECT.md b/.ciagent/PROJECT.md index a1a78da..7c1e29c 100644 --- a/.ciagent/PROJECT.md +++ b/.ciagent/PROJECT.md @@ -426,6 +426,38 @@ Docs-only NFR patch on the v1.9 line. Two categories of changes: No code changes; 494 tests pass; `run_ci.sh` + `run_platform.sh --check-only` green. PPTX files uploaded to Gitea release. +## Patch v1.9.5 (complete, tag `v1.9.5`) + +Docs-only NFR patch on the v1.9 line. 9 requirements implemented: + +1. DX closing slide strengthened with 'Infrastructure as a utility, not a + craft' bullet — conveys the full vision (infrastructure consumed, not + maintained; platform compounds value over time). +2. PW Problem slide: 'moving a merged change' → 'promoting a change'. +3. PW Problem slide: added 'Red tape' and 'Scalability without increasing + headcount' bullets (4 frictions, not 2). +4. PW Roadmap slide: redesigned with side-by-side HTML table layout + (Testing | Planned), 16px font, no overflow. +5. PW deck: new slide 'What This Platform Is — and Isn't' after North Star + (sovereign boundary, infrastructure as utility, 4 anti-goals). PW deck + now 16 slides. +6. Maturity nomenclature: 'Available today'/'shipped' → 'Testing' across + both decks + source markdown. New .testing badge (blue/teal). The + platform has 0 consumer adoption — 'shipped' was inaccurate. +7. Global: 'substrate' → 'engine' across entire project (88 matches, 30+ + files including .ciagent/, docs/, modules/, adapters/, schemas/, code). +8. Presentation files only: 'forge' → 'VCS' (6 occurrences in 4 files). + 'forge' retained in all technical docs and code. +9. New .agentic badge (purple/violet) appended to agentic features in both + decks: confidence signal, autonomous dev, pattern recognition, dynamic + module creation, citizen developer surface, auto-promotion. + +Also: Change Request ID format changed from 'CR-2026-001' to 'CHG0678912' +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. + ## Requirements ### v1.0 (Prior milestone — the demo) diff --git a/.ciagent/ROADMAP.md b/.ciagent/ROADMAP.md index 572691b..e8232e9 100644 --- a/.ciagent/ROADMAP.md +++ b/.ciagent/ROADMAP.md @@ -15,6 +15,7 @@ - **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 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.0 demo URL:** https://git.cloudinit.dev/continuous-intelligence/acdl-evidence/raw/branch/main/index.html ---