From 8d1d1ebd0ef5753fdd4b3b848a8af25c2b7771a5 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Sun, 12 Jul 2026 21:17:11 +0200 Subject: [PATCH] docs(work): close story 08 and epic platform-retrofit (20/20 tasks) --- docs/work/_system/_state.json | 13 ++++------ .../08-rewrite-agent-docs/_story.md | 10 ++++---- docs/work/epics/platform-retrofit/_epic.md | 24 +++++++++---------- 3 files changed, 22 insertions(+), 25 deletions(-) diff --git a/docs/work/_system/_state.json b/docs/work/_system/_state.json index f1e51c3..bb242a4 100644 --- a/docs/work/_system/_state.json +++ b/docs/work/_system/_state.json @@ -1,8 +1,8 @@ { - "updated_at": "2026-07-12T18:55:42.123Z", + "updated_at": "2026-07-12T19:17:13.357Z", "epics": { "platform-retrofit": { - "status": "in-progress", + "status": "done", "title": "Platform retrofit — repurpose template-vertical as the Veect monorepo", "prd": "docs/work/prds/platform-retrofit.prd.md", "stories": { @@ -87,10 +87,10 @@ "blocks": [] }, "08-rewrite-agent-docs": { - "status": "todo", + "status": "done", "title": "Rewrite CLAUDE.md and AGENTS.md for Veect", "ac_total": 2, - "ac_completed": 0, + "ac_completed": 2, "depends_on": [], "blocks": [] }, @@ -236,11 +236,6 @@ } }, "ready": [ - { - "epic": "platform-retrofit", - "story": "08-rewrite-agent-docs", - "title": "Rewrite CLAUDE.md and AGENTS.md for Veect" - }, { "epic": "walking-skeleton", "story": "01-vite-kitchen-fixture", diff --git a/docs/work/epics/platform-retrofit/08-rewrite-agent-docs/_story.md b/docs/work/epics/platform-retrofit/08-rewrite-agent-docs/_story.md index cdaf52e..e065c7d 100644 --- a/docs/work/epics/platform-retrofit/08-rewrite-agent-docs/_story.md +++ b/docs/work/epics/platform-retrofit/08-rewrite-agent-docs/_story.md @@ -3,7 +3,7 @@ id: 08-rewrite-agent-docs epic: platform-retrofit title: Rewrite CLAUDE.md and AGENTS.md for Veect type: technical-story -status: todo +status: done feature: docs depends-on: [ @@ -15,7 +15,7 @@ depends-on: ] blocks: [] created: 2026-07-12T10:22:00Z -updated: 2026-07-12T17:35:50.714Z +updated: 2026-07-12T19:17:13.077Z --- ## Goal @@ -52,5 +52,7 @@ Agent context is assembled from these files; today they describe a blog/CMS star ## Tasks -- [ ] Rewrite CLAUDE.md for Veect — project overview and Read First (control-plane/runner vocabulary, new package map, ADR-027/028/029 + `docs/product/` references), versioning bullet updated to the root-only policy, ports/DSN/feature lists purged of deleted packages, and the "15 conformance rules" miscount fixed to sixteen — one commit, all gates pass. -- [ ] Rewrite AGENTS.md for Veect — package map, boundary rules, and per-package conventions reflecting auth + cores + the three surviving apps, same vocabulary and ADR references as CLAUDE.md — one commit, all gates pass. +- [x] Rewrite CLAUDE.md for Veect — project overview and Read First (control-plane/runner vocabulary, new package map, ADR-027/028/029 + `docs/product/` references), versioning bullet updated to the root-only policy, ports/DSN/feature lists purged of deleted packages, and the "15 conformance rules" miscount fixed to sixteen — one commit, all gates pass. +- [x] Rewrite AGENTS.md for Veect — package map, boundary rules, and per-package conventions reflecting auth + cores + the three surviving apps, same vocabulary and ADR references as CLAUDE.md — one commit, all gates pass. + +_Landed: d7534b9 (CLAUDE.md + prompt-context.sh) + 46250c8 (AGENTS.md, overview.md, union prune, generator warnings). Reviewer-approved with follow-up ledger items: (1) the '16 conformance rules' claim overcounts — 15 real rules; `no-undeclared-reader` is a PHANTOM listed in CLAUDE.md but never implemented (fix: implement it or correct the count to 15); (2) docs/guides/releasing.md still describes six tracked packages; (3) glossary Hybrid-versioning/Tag-prefix entries describe the retired scheme; (4) packages/core-trpc lacks AGENTS.md._ diff --git a/docs/work/epics/platform-retrofit/_epic.md b/docs/work/epics/platform-retrofit/_epic.md index d3c0ef0..4a8a5eb 100644 --- a/docs/work/epics/platform-retrofit/_epic.md +++ b/docs/work/epics/platform-retrofit/_epic.md @@ -3,7 +3,7 @@ id: platform-retrofit prd: docs/work/prds/platform-retrofit.prd.md title: Platform retrofit — repurpose template-vertical as the Veect monorepo type: epic -status: in-progress +status: done features: [ blog, @@ -16,7 +16,7 @@ features: core-realtime, ] created: 2026-07-12T10:22:00Z -updated: 2026-07-12T15:21:32.164Z +updated: 2026-07-12T19:17:13.077Z --- ## Goal @@ -38,16 +38,16 @@ All other gates (`typecheck`, `test`, `conformance`, `fallow:audit`, `coverage:d ## Stories -- [ ] [00 — Baseline repair: L0 coverage tooling and documented command](00-baseline-repair/_story.md) -- [ ] [01 — Commit the product spec and design references under docs/product/](01-commit-product-docs/_story.md) -- [ ] [02 — Rewrite release-please to a single root product version](02-single-version-release-please/_story.md) -- [ ] [03 — Delete web-tanstack and the four demo content features](03-delete-demo-apps-and-features/_story.md) -- [ ] [04 — Reduce web-next to an auth shell with a boot smoke assertion](04-web-next-shell/_story.md) -- [ ] [05 — Scaffold core-events and core-realtime](05-scaffold-optional-cores/_story.md) -- [ ] [06 — Archive the shipped template work tree](06-archive-template-work/_story.md) -- [ ] [07 — Library traces for @xyflow/react and zustand](07-editor-library-traces/_story.md) -- [ ] [08 — Rewrite CLAUDE.md and AGENTS.md for Veect](08-rewrite-agent-docs/_story.md) -- [ ] [09 — Snapshot the clean slate as an orphan template branch](09-template-snapshot/_story.md) _(founder request 2026-07-12)_ +- [x] [00 — Baseline repair: L0 coverage tooling and documented command](00-baseline-repair/_story.md) +- [x] [01 — Commit the product spec and design references under docs/product/](01-commit-product-docs/_story.md) +- [x] [02 — Rewrite release-please to a single root product version](02-single-version-release-please/_story.md) +- [x] [03 — Delete web-tanstack and the four demo content features](03-delete-demo-apps-and-features/_story.md) +- [x] [04 — Reduce web-next to an auth shell with a boot smoke assertion](04-web-next-shell/_story.md) +- [x] [05 — Scaffold core-events and core-realtime](05-scaffold-optional-cores/_story.md) +- [x] [06 — Archive the shipped template work tree](06-archive-template-work/_story.md) +- [x] [07 — Library traces for @xyflow/react and zustand](07-editor-library-traces/_story.md) +- [x] [08 — Rewrite CLAUDE.md and AGENTS.md for Veect](08-rewrite-agent-docs/_story.md) +- [x] [09 — Snapshot the clean slate as an orphan template branch](09-template-snapshot/_story.md) _(founder request 2026-07-12)_ ## Out of scope (from PRD)