chore(work): finish epic compliance-docs-scaffolds

This commit is contained in:
2026-05-20 14:52:53 +02:00
parent 0792a6788a
commit b5b1179a53
3 changed files with 11 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-05-20T12:51:27.860Z", "updated_at": "2026-05-20T12:52:54.088Z",
"epics": { "epics": {
"binder-wrap-helper": { "binder-wrap-helper": {
"status": "done", "status": "done",
@@ -143,7 +143,7 @@
} }
}, },
"compliance-docs-scaffolds": { "compliance-docs-scaffolds": {
"status": "in-progress", "status": "done",
"title": "Compliance docs scaffolds — Epic D of ADR-025", "title": "Compliance docs scaffolds — Epic D of ADR-025",
"prd": "docs/work/prds/compliance-docs-scaffolds.prd.md", "prd": "docs/work/prds/compliance-docs-scaffolds.prd.md",
"stories": { "stories": {
@@ -204,10 +204,10 @@
] ]
}, },
"06-doc-wiring": { "06-doc-wiring": {
"status": "in-progress", "status": "done",
"title": "Wire compliance docs into CLAUDE.md, README, and glossary", "title": "Wire compliance docs into CLAUDE.md, README, and glossary",
"ac_total": 2, "ac_total": 2,
"ac_completed": 1, "ac_completed": 2,
"depends_on": [ "depends_on": [
"05-compliance-overview" "05-compliance-overview"
], ],
@@ -758,13 +758,7 @@
} }
} }
}, },
"ready": [ "ready": [],
{
"epic": "compliance-docs-scaffolds",
"story": "06-doc-wiring",
"title": "Wire compliance docs into CLAUDE.md, README, and glossary"
}
],
"blocked": [], "blocked": [],
"needs_prd_ship": [] "needs_prd_ship": []
} }

View File

@@ -3,12 +3,12 @@ id: 06-doc-wiring
epic: compliance-docs-scaffolds epic: compliance-docs-scaffolds
title: Wire compliance docs into CLAUDE.md, README, and glossary title: Wire compliance docs into CLAUDE.md, README, and glossary
type: technical-story type: technical-story
status: in-progress status: done
feature: ~ feature: ~
depends-on: [05-compliance-overview] depends-on: [05-compliance-overview]
blocks: [] blocks: []
created: 2026-05-20T12:00:00Z created: 2026-05-20T12:00:00Z
updated: 2026-05-20T12:51:27.695Z updated: 2026-05-20T12:52:53.917Z
--- ---
## Goal ## Goal
@@ -43,4 +43,4 @@ Without these changes, `compliance-overview.md` is orphaned from the primary AI
## Tasks ## 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`. - [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`.

View File

@@ -3,10 +3,10 @@ id: compliance-docs-scaffolds
prd: docs/work/prds/compliance-docs-scaffolds.prd.md prd: docs/work/prds/compliance-docs-scaffolds.prd.md
title: Compliance docs scaffolds — Epic D of ADR-025 title: Compliance docs scaffolds — Epic D of ADR-025
type: epic type: epic
status: in-progress status: done
features: [] features: []
created: 2026-05-20T12:00:00Z created: 2026-05-20T12:00:00Z
updated: 2026-05-20T12:47:06.204Z updated: 2026-05-20T12:52:53.917Z
--- ---
## Goal ## Goal
@@ -24,4 +24,4 @@ Epics AC shipped the compliance machinery (PII manifests + retention + sub-pr
- [x] [03 — Write seven policy templates](03-policy-templates/_story.md) - [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] [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) - [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)