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
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.

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
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
---

View File

@@ -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": []
}