From 52af9f1fdd81c9f4e11e081648ebf15347355234 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 13 May 2026 20:41:18 +0200 Subject: [PATCH] chore(work): finish epic 2026-05-13-binder-wrap-helper --- .../03-update-generator-templates/_story.md | 4 ++-- docs/work/2026-05-13-binder-wrap-helper/_epic.md | 2 +- docs/work/_state.json | 16 +++++----------- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/work/2026-05-13-binder-wrap-helper/03-update-generator-templates/_story.md b/docs/work/2026-05-13-binder-wrap-helper/03-update-generator-templates/_story.md index 1c49805..05df4f4 100644 --- a/docs/work/2026-05-13-binder-wrap-helper/03-update-generator-templates/_story.md +++ b/docs/work/2026-05-13-binder-wrap-helper/03-update-generator-templates/_story.md @@ -3,7 +3,7 @@ id: 03-update-generator-templates epic: 2026-05-13-binder-wrap-helper title: Update feature generator templates to emit wireUseCase call shape type: technical-story -status: todo +status: done feature: core-shared depends-on: [01-wire-use-case-helper] blocks: [] @@ -36,4 +36,4 @@ New features scaffolded after the migration would otherwise drift back to the in ## Tasks -- [ ] Update `bind-production.ts.hbs` and `bind-dev-seed.ts.hbs` in `turbo/generators/templates/feature/src/di/` to emit `wireUseCase` calls; verify a test-scaffold of a new feature produces correct binder output and all gates pass on this commit. +- [x] Update `bind-production.ts.hbs` and `bind-dev-seed.ts.hbs` in `turbo/generators/templates/feature/src/di/` to emit `wireUseCase` calls; verify a test-scaffold of a new feature produces correct binder output and all gates pass on this commit. diff --git a/docs/work/2026-05-13-binder-wrap-helper/_epic.md b/docs/work/2026-05-13-binder-wrap-helper/_epic.md index 1d3f907..1d4dc7e 100644 --- a/docs/work/2026-05-13-binder-wrap-helper/_epic.md +++ b/docs/work/2026-05-13-binder-wrap-helper/_epic.md @@ -3,7 +3,7 @@ id: 2026-05-13-binder-wrap-helper prd: docs/work/prds/2026-05-13-binder-wrap-helper.prd.md title: Collapse binder duplication via wireUseCase helper type: epic -status: in-progress +status: done features: [core-shared, auth, blog, media, marketing-pages, navigation] created: 2026-05-13 --- diff --git a/docs/work/_state.json b/docs/work/_state.json index f775bc2..38c9adf 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,8 +1,8 @@ { - "updated_at": "2026-05-13T18:25:09.911Z", + "updated_at": "2026-05-13T18:41:19.463Z", "epics": { "2026-05-13-binder-wrap-helper": { - "status": "in-progress", + "status": "done", "title": "Collapse binder duplication via wireUseCase helper", "prd": "docs/work/prds/2026-05-13-binder-wrap-helper.prd.md", "stories": { @@ -28,10 +28,10 @@ "blocks": [] }, "03-update-generator-templates": { - "status": "todo", + "status": "done", "title": "Update feature generator templates to emit wireUseCase call shape", "ac_total": 1, - "ac_completed": 0, + "ac_completed": 1, "depends_on": [ "01-wire-use-case-helper" ], @@ -55,13 +55,7 @@ } } }, - "ready": [ - { - "epic": "2026-05-13-binder-wrap-helper", - "story": "03-update-generator-templates", - "title": "Update feature generator templates to emit wireUseCase call shape" - } - ], + "ready": [], "blocked": [], "needs_prd_ship": [] }