From bb12cc243292f7bc28cd887a74e3fd9f4d004077 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Sun, 12 Jul 2026 15:32:09 +0200 Subject: [PATCH] docs(work): tick story 03 slice 1 (web-tanstack deleted as 986f8b2) --- docs/work/_system/_state.json | 4 ++-- .../03-delete-demo-apps-and-features/_story.md | 4 ++-- .../epics/platform-retrofit/08-rewrite-agent-docs/_story.md | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/work/_system/_state.json b/docs/work/_system/_state.json index 72ba234..7403de4 100644 --- a/docs/work/_system/_state.json +++ b/docs/work/_system/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-07-12T13:08:09.607Z", + "updated_at": "2026-07-12T13:32:10.837Z", "epics": { "binder-wrap-helper": { "status": "done", @@ -575,7 +575,7 @@ "status": "todo", "title": "Delete web-tanstack and the four demo content features", "ac_total": 5, - "ac_completed": 0, + "ac_completed": 1, "depends_on": [ "02-single-version-release-please" ], diff --git a/docs/work/epics/platform-retrofit/03-delete-demo-apps-and-features/_story.md b/docs/work/epics/platform-retrofit/03-delete-demo-apps-and-features/_story.md index 0d97c6a..3bf8041 100644 --- a/docs/work/epics/platform-retrofit/03-delete-demo-apps-and-features/_story.md +++ b/docs/work/epics/platform-retrofit/03-delete-demo-apps-and-features/_story.md @@ -8,7 +8,7 @@ feature: web-tanstack, blog, media, marketing-pages, navigation depends-on: [02-single-version-release-please] blocks: [04-web-next-shell, 08-rewrite-agent-docs] created: 2026-07-12T10:22:00Z -updated: 2026-07-12T11:55:30.668Z +updated: 2026-07-12T13:32:10.555Z --- ## Goal @@ -42,7 +42,7 @@ The demo content blocks the package map: the Veect features (workspaces, project ## Tasks -- [ ] Delete `apps/web-tanstack` and all its wiring in one slice — workspace/turbo entries, root scripts, CI references (e.g. `WEB_TANSTACK_SENTRY_DSN` / `VITE_` DSN wiring), e2e project entries — one commit, all gates green. +- [x] Delete `apps/web-tanstack` and all its wiring in one slice — workspace/turbo entries, root scripts, CI references (e.g. `WEB_TANSTACK_SENTRY_DSN` / `VITE_` DSN wiring), e2e project entries — one commit, all gates green. _(landed 986f8b2, reviewer-approved; dangling-ref grep clean — survivors are framework-support code only; story-08 note: dead 'web-tanstack' app-tag union member in core-shared instrumentation + stale "app (4 packages)" list in docs/architecture/overview.md)_ - [ ] Delete `packages/blog` and prune its composition wiring in the same slice — core-api router anchor, core-cms collection anchor, bindAll entry, web-next pages/imports, seeds, e2e specs, Storybook references, glossary terms — one commit, all gates green. - [ ] Delete `packages/media` and prune its composition wiring in the same slice (same checklist as blog) — one commit, all gates green. - [ ] Delete `packages/marketing-pages` and prune its composition wiring in the same slice (same checklist; includes its cross-feature event handlers consuming auth events) — one commit, all gates green. 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 33aad45..e036200 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 @@ -15,7 +15,7 @@ depends-on: ] blocks: [] created: 2026-07-12T10:22:00Z -updated: 2026-07-12T13:08:09.330Z +updated: 2026-07-12T13:32:10.555Z --- ## Goal @@ -41,6 +41,7 @@ Agent context is assembled from these files; today they describe a blog/CMS star - AGENTS.md: package map, boundary rules, per-package conventions sections. - `.claude/hooks/prompt-context.sh` — _added 2026-07-12 (story 02 follow-up flag)_: the hook still injects hybrid per-package versioning guidance ("root template + 5 feature packages version independently") into every agent prompt; update its Releases pointer (and any deleted-feature mentions) to the root-only policy in the CLAUDE.md slice. - Note for the same slice: `turbo/generators/lib/release-please-utils.ts` registers new features as release-please components, which would collide with plain `v*` tags if ever invoked pre-npm-distribution (story 02 follow-up flag). Either leave a warning comment at its call site or note it in AGENTS.md's generator section — no functional generator changes (PRD keeps generators as-is). +- _Added 2026-07-12 (story 03 slice-1 reviewer flags):_ prune the dead `"web-tanstack"` member from the app-tag union in `core-shared` instrumentation (`bind-otel-instrumentation.ts`, `sentry/init-client.ts`) and fix the stale "app (4 packages)" list in `docs/architecture/overview.md` — both deferred from the deletion slice as non-breaking. ## Out of scope