chore(work): finish epic 2026-05-13-binder-wrap-helper

This commit is contained in:
2026-05-13 20:41:18 +02:00
parent e17d60b8ac
commit 52af9f1fdd
3 changed files with 8 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ id: 03-update-generator-templates
epic: 2026-05-13-binder-wrap-helper epic: 2026-05-13-binder-wrap-helper
title: Update feature generator templates to emit wireUseCase call shape title: Update feature generator templates to emit wireUseCase call shape
type: technical-story type: technical-story
status: todo status: done
feature: core-shared feature: core-shared
depends-on: [01-wire-use-case-helper] depends-on: [01-wire-use-case-helper]
blocks: [] blocks: []
@@ -36,4 +36,4 @@ New features scaffolded after the migration would otherwise drift back to the in
## Tasks ## 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.

View File

@@ -3,7 +3,7 @@ id: 2026-05-13-binder-wrap-helper
prd: docs/work/prds/2026-05-13-binder-wrap-helper.prd.md prd: docs/work/prds/2026-05-13-binder-wrap-helper.prd.md
title: Collapse binder duplication via wireUseCase helper title: Collapse binder duplication via wireUseCase helper
type: epic type: epic
status: in-progress status: done
features: [core-shared, auth, blog, media, marketing-pages, navigation] features: [core-shared, auth, blog, media, marketing-pages, navigation]
created: 2026-05-13 created: 2026-05-13
--- ---

View File

@@ -1,8 +1,8 @@
{ {
"updated_at": "2026-05-13T18:25:09.911Z", "updated_at": "2026-05-13T18:41:19.463Z",
"epics": { "epics": {
"2026-05-13-binder-wrap-helper": { "2026-05-13-binder-wrap-helper": {
"status": "in-progress", "status": "done",
"title": "Collapse binder duplication via wireUseCase helper", "title": "Collapse binder duplication via wireUseCase helper",
"prd": "docs/work/prds/2026-05-13-binder-wrap-helper.prd.md", "prd": "docs/work/prds/2026-05-13-binder-wrap-helper.prd.md",
"stories": { "stories": {
@@ -28,10 +28,10 @@
"blocks": [] "blocks": []
}, },
"03-update-generator-templates": { "03-update-generator-templates": {
"status": "todo", "status": "done",
"title": "Update feature generator templates to emit wireUseCase call shape", "title": "Update feature generator templates to emit wireUseCase call shape",
"ac_total": 1, "ac_total": 1,
"ac_completed": 0, "ac_completed": 1,
"depends_on": [ "depends_on": [
"01-wire-use-case-helper" "01-wire-use-case-helper"
], ],
@@ -55,13 +55,7 @@
} }
} }
}, },
"ready": [ "ready": [],
{
"epic": "2026-05-13-binder-wrap-helper",
"story": "03-update-generator-templates",
"title": "Update feature generator templates to emit wireUseCase call shape"
}
],
"blocked": [], "blocked": [],
"needs_prd_ship": [] "needs_prd_ship": []
} }