From b5b1179a53b910f76615e191c7beacf3c8eee1db Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 20 May 2026 14:52:53 +0200 Subject: [PATCH] chore(work): finish epic compliance-docs-scaffolds --- docs/work/_system/_state.json | 16 +++++----------- .../06-doc-wiring/_story.md | 6 +++--- .../epics/compliance-docs-scaffolds/_epic.md | 6 +++--- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/docs/work/_system/_state.json b/docs/work/_system/_state.json index a92d982..3e8f535 100644 --- a/docs/work/_system/_state.json +++ b/docs/work/_system/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-20T12:51:27.860Z", + "updated_at": "2026-05-20T12:52:54.088Z", "epics": { "binder-wrap-helper": { "status": "done", @@ -143,7 +143,7 @@ } }, "compliance-docs-scaffolds": { - "status": "in-progress", + "status": "done", "title": "Compliance docs scaffolds — Epic D of ADR-025", "prd": "docs/work/prds/compliance-docs-scaffolds.prd.md", "stories": { @@ -204,10 +204,10 @@ ] }, "06-doc-wiring": { - "status": "in-progress", + "status": "done", "title": "Wire compliance docs into CLAUDE.md, README, and glossary", "ac_total": 2, - "ac_completed": 1, + "ac_completed": 2, "depends_on": [ "05-compliance-overview" ], @@ -758,13 +758,7 @@ } } }, - "ready": [ - { - "epic": "compliance-docs-scaffolds", - "story": "06-doc-wiring", - "title": "Wire compliance docs into CLAUDE.md, README, and glossary" - } - ], + "ready": [], "blocked": [], "needs_prd_ship": [] } diff --git a/docs/work/epics/compliance-docs-scaffolds/06-doc-wiring/_story.md b/docs/work/epics/compliance-docs-scaffolds/06-doc-wiring/_story.md index 61f7112..79a8094 100644 --- a/docs/work/epics/compliance-docs-scaffolds/06-doc-wiring/_story.md +++ b/docs/work/epics/compliance-docs-scaffolds/06-doc-wiring/_story.md @@ -3,12 +3,12 @@ id: 06-doc-wiring epic: compliance-docs-scaffolds title: Wire compliance docs into CLAUDE.md, README, and glossary type: technical-story -status: in-progress +status: done feature: ~ depends-on: [05-compliance-overview] blocks: [] created: 2026-05-20T12:00:00Z -updated: 2026-05-20T12:51:27.695Z +updated: 2026-05-20T12:52:53.917Z --- ## Goal @@ -43,4 +43,4 @@ Without these changes, `compliance-overview.md` is orphaned from the primary AI ## Tasks - [x] Add a "Policy templates" section to `docs/compliance/README.md` (explaining the `docs/compliance/templates/` directory, copy-to-`compliance/` workflow, `[FILL IN:]` convention, and the `grep -rn '\[FILL IN:' compliance/` one-liner) and add four glossary entries (`pre-launch compliance checklist`, `compliance overview`, `fill-in template`, `[FILL IN:] marker`) to `docs/glossary.md`; commit as `docs(compliance): document policy template convention in README and glossary`. -- [ ] Add `docs/guides/compliance-overview.md` to the "Read First" section of `CLAUDE.md` with a one-line description matching the existing entries' style; commit as `docs(core): add compliance-overview.md to CLAUDE.md Read First`. +- [x] Add `docs/guides/compliance-overview.md` to the "Read First" section of `CLAUDE.md` with a one-line description matching the existing entries' style; commit as `docs(core): add compliance-overview.md to CLAUDE.md Read First`. diff --git a/docs/work/epics/compliance-docs-scaffolds/_epic.md b/docs/work/epics/compliance-docs-scaffolds/_epic.md index 76ea585..dc5c7d6 100644 --- a/docs/work/epics/compliance-docs-scaffolds/_epic.md +++ b/docs/work/epics/compliance-docs-scaffolds/_epic.md @@ -3,10 +3,10 @@ id: compliance-docs-scaffolds prd: docs/work/prds/compliance-docs-scaffolds.prd.md title: Compliance docs scaffolds — Epic D of ADR-025 type: epic -status: in-progress +status: done features: [] created: 2026-05-20T12:00:00Z -updated: 2026-05-20T12:47:06.204Z +updated: 2026-05-20T12:52:53.917Z --- ## Goal @@ -24,4 +24,4 @@ Epics A–C shipped the compliance machinery (PII manifests + retention + sub-pr - [x] [03 — Write seven policy templates](03-policy-templates/_story.md) - [x] [04 — Write pre-launch compliance checklist](04-pre-launch-compliance-checklist/_story.md) - [x] [05 — Write compliance-overview.md hub](05-compliance-overview/_story.md) -- [ ] [06 — Wire compliance docs into CLAUDE.md, README, and glossary](06-doc-wiring/_story.md) +- [x] [06 — Wire compliance docs into CLAUDE.md, README, and glossary](06-doc-wiring/_story.md)