diff --git a/docs/work/_system/_state.json b/docs/work/_system/_state.json index 8541736..1ac2f07 100644 --- a/docs/work/_system/_state.json +++ b/docs/work/_system/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-07-12T12:13:09.057Z", + "updated_at": "2026-07-12T12:53:59.948Z", "epics": { "binder-wrap-helper": { "status": "done", @@ -551,10 +551,10 @@ "blocks": [] }, "01-commit-product-docs": { - "status": "in-progress", + "status": "done", "title": "Commit the product spec and design references under docs/product/", "ac_total": 3, - "ac_completed": 2, + "ac_completed": 3, "depends_on": [], "blocks": [ "08-rewrite-agent-docs" @@ -984,11 +984,6 @@ } }, "ready": [ - { - "epic": "platform-retrofit", - "story": "01-commit-product-docs", - "title": "Commit the product spec and design references under docs/product/" - }, { "epic": "platform-retrofit", "story": "02-single-version-release-please", diff --git a/docs/work/epics/platform-retrofit/01-commit-product-docs/_story.md b/docs/work/epics/platform-retrofit/01-commit-product-docs/_story.md index d6dc228..34ffee7 100644 --- a/docs/work/epics/platform-retrofit/01-commit-product-docs/_story.md +++ b/docs/work/epics/platform-retrofit/01-commit-product-docs/_story.md @@ -3,12 +3,12 @@ id: 01-commit-product-docs epic: platform-retrofit title: Commit the product spec and design references under docs/product/ type: technical-story -status: in-progress +status: done feature: docs depends-on: [] blocks: [08-rewrite-agent-docs] created: 2026-07-12T10:22:00Z -updated: 2026-07-12T12:13:08.775Z +updated: 2026-07-12T12:53:59.678Z --- ## Goal @@ -46,4 +46,4 @@ Sandcastle implementers run in git worktrees, which contain only committed files - [x] Migrate the spec bundle `.proto/veect-product-docs/` → `docs/product/` (top level, filenames preserved) and delete the stray `veect-product-docs.zip` at the repo root — spec docs committed and greppable; all gates pass on this commit. _(landed 4d1d534, reviewer-approved; zip was already absent — verified no-op; gates green under the epic's baseline waiver)_ - [x] Migrate the design references from `.proto/design/` → `docs/product/reference/` (HTML prototypes as-is, `veect-codebase/` prototype, upload PNGs and remaining bundle files), add `docs/product/reference/` to the fallow/lint ignore lists so whole-codebase auditors skip reference material, and delete the emptied `.proto/` — one commit, all gates pass. _(landed 1483a45, reviewer-approved: 92/92 files byte-identical, ignore lists + coverage allowlist with test; `.proto/` removed from the main tree post-merge — backup in session scratchpad)_ -- [ ] Amend `docs/product/README.md`: prepend a short "Repo supersessions" section linking ADR-027/028/029 and add the `Veect.dc.html` ground-truth row to the authority table (ADR-029 §5) — one commit, all gates pass. +- [x] Amend `docs/product/README.md`: prepend a short "Repo supersessions" section linking ADR-027/028/029 and add the `Veect.dc.html` ground-truth row to the authority table (ADR-029 §5) — one commit, all gates pass. _(landed ae86501, reviewer-approved — supersession claims verified accurate against all three ADRs)_