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.