chore(work): tick task in 06-doc-wiring

This commit is contained in:
2026-05-20 14:51:26 +02:00
parent a74b7360e1
commit 1c7b61f9bf
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-05-20T12:47:06.377Z",
"updated_at": "2026-05-20T12:51:27.860Z",
"epics": {
"binder-wrap-helper": {
"status": "done",
@@ -204,10 +204,10 @@
]
},
"06-doc-wiring": {
"status": "todo",
"status": "in-progress",
"title": "Wire compliance docs into CLAUDE.md, README, and glossary",
"ac_total": 2,
"ac_completed": 0,
"ac_completed": 1,
"depends_on": [
"05-compliance-overview"
],

View File

@@ -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: todo
status: in-progress
feature: ~
depends-on: [05-compliance-overview]
blocks: []
created: 2026-05-20T12:00:00Z
updated: 2026-05-20T11:58:25.281Z
updated: 2026-05-20T12:51:27.695Z
---
## Goal
@@ -42,5 +42,5 @@ Without these changes, `compliance-overview.md` is orphaned from the primary AI
## Tasks
- [ ] 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`.