docs(work): close story 08 and epic platform-retrofit (20/20 tasks)

This commit is contained in:
2026-07-12 21:17:11 +02:00
parent 46250c819f
commit 8d1d1ebd0e
3 changed files with 22 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
{ {
"updated_at": "2026-07-12T18:55:42.123Z", "updated_at": "2026-07-12T19:17:13.357Z",
"epics": { "epics": {
"platform-retrofit": { "platform-retrofit": {
"status": "in-progress", "status": "done",
"title": "Platform retrofit — repurpose template-vertical as the Veect monorepo", "title": "Platform retrofit — repurpose template-vertical as the Veect monorepo",
"prd": "docs/work/prds/platform-retrofit.prd.md", "prd": "docs/work/prds/platform-retrofit.prd.md",
"stories": { "stories": {
@@ -87,10 +87,10 @@
"blocks": [] "blocks": []
}, },
"08-rewrite-agent-docs": { "08-rewrite-agent-docs": {
"status": "todo", "status": "done",
"title": "Rewrite CLAUDE.md and AGENTS.md for Veect", "title": "Rewrite CLAUDE.md and AGENTS.md for Veect",
"ac_total": 2, "ac_total": 2,
"ac_completed": 0, "ac_completed": 2,
"depends_on": [], "depends_on": [],
"blocks": [] "blocks": []
}, },
@@ -236,11 +236,6 @@
} }
}, },
"ready": [ "ready": [
{
"epic": "platform-retrofit",
"story": "08-rewrite-agent-docs",
"title": "Rewrite CLAUDE.md and AGENTS.md for Veect"
},
{ {
"epic": "walking-skeleton", "epic": "walking-skeleton",
"story": "01-vite-kitchen-fixture", "story": "01-vite-kitchen-fixture",

View File

@@ -3,7 +3,7 @@ id: 08-rewrite-agent-docs
epic: platform-retrofit epic: platform-retrofit
title: Rewrite CLAUDE.md and AGENTS.md for Veect title: Rewrite CLAUDE.md and AGENTS.md for Veect
type: technical-story type: technical-story
status: todo status: done
feature: docs feature: docs
depends-on: depends-on:
[ [
@@ -15,7 +15,7 @@ depends-on:
] ]
blocks: [] blocks: []
created: 2026-07-12T10:22:00Z created: 2026-07-12T10:22:00Z
updated: 2026-07-12T17:35:50.714Z updated: 2026-07-12T19:17:13.077Z
--- ---
## Goal ## Goal
@@ -52,5 +52,7 @@ Agent context is assembled from these files; today they describe a blog/CMS star
## Tasks ## 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. - [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.
- [ ] 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 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._

View File

@@ -3,7 +3,7 @@ id: platform-retrofit
prd: docs/work/prds/platform-retrofit.prd.md prd: docs/work/prds/platform-retrofit.prd.md
title: Platform retrofit — repurpose template-vertical as the Veect monorepo title: Platform retrofit — repurpose template-vertical as the Veect monorepo
type: epic type: epic
status: in-progress status: done
features: features:
[ [
blog, blog,
@@ -16,7 +16,7 @@ features:
core-realtime, core-realtime,
] ]
created: 2026-07-12T10:22:00Z created: 2026-07-12T10:22:00Z
updated: 2026-07-12T15:21:32.164Z updated: 2026-07-12T19:17:13.077Z
--- ---
## Goal ## Goal
@@ -38,16 +38,16 @@ All other gates (`typecheck`, `test`, `conformance`, `fallow:audit`, `coverage:d
## Stories ## Stories
- [ ] [00 — Baseline repair: L0 coverage tooling and documented command](00-baseline-repair/_story.md) - [x] [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) - [x] [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) - [x] [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) - [x] [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) - [x] [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) - [x] [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) - [x] [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) - [x] [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) - [x] [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] [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) ## Out of scope (from PRD)