Re-decomposes the approved binder-wrap-helper PRD after the previous 8-story attempt (dropped in71c04f5) sliced horizontally — its "write test" / "write impl" splits would have left intermediate commits red. The new shape obeys slice = task = PR = commit: - 01-wire-use-case-helper — 1 task: ship the wireUseCase helper (factory composition + container bind + brand stack) with its unit tests and barrel export in one green commit. Blocks 02 + 03. - 02-migrate-feature-binders — 5 tasks, one per feature (auth, blog, media, marketing-pages, navigation). Each task migrates that feature's bind-production.ts + bind-dev-seed.ts together and keeps all gates green. - 03-update-generator-templates — 1 task: update the feature generator's bind-*.hbs so future scaffolds emit wireUseCase directly instead of inline withSpan + withCapture. Output of the now-fixed sandcastle decompose dispatch — depends on the completionSignal + maxIterations wiring (eadbb7e,26aa97f).
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"updated_at": "2026-05-13T17:17:12.493Z",
|
|
"epics": {
|
|
"2026-05-13-binder-wrap-helper": {
|
|
"status": "in-progress",
|
|
"title": "Collapse binder duplication via wireUseCase helper",
|
|
"prd": "docs/work/prds/2026-05-13-binder-wrap-helper.prd.md",
|
|
"stories": {
|
|
"01-wire-use-case-helper": {
|
|
"status": "in-progress",
|
|
"title": "Introduce wireUseCase helper in core-shared",
|
|
"ac_total": 1,
|
|
"ac_completed": 0,
|
|
"depends_on": [],
|
|
"blocks": [
|
|
"02-migrate-feature-binders",
|
|
"03-update-generator-templates"
|
|
]
|
|
},
|
|
"02-migrate-feature-binders": {
|
|
"status": "todo",
|
|
"title": "Migrate all five feature binders to wireUseCase",
|
|
"ac_total": 5,
|
|
"ac_completed": 0,
|
|
"depends_on": [
|
|
"01-wire-use-case-helper"
|
|
],
|
|
"blocks": []
|
|
},
|
|
"03-update-generator-templates": {
|
|
"status": "todo",
|
|
"title": "Update feature generator templates to emit wireUseCase call shape",
|
|
"ac_total": 1,
|
|
"ac_completed": 0,
|
|
"depends_on": [
|
|
"01-wire-use-case-helper"
|
|
],
|
|
"blocks": []
|
|
}
|
|
}
|
|
},
|
|
"template-reset-v1": {
|
|
"status": "done",
|
|
"title": "Template reset — strip setup-process noise + archive history",
|
|
"prd": null,
|
|
"stories": {
|
|
"01-template-reset": {
|
|
"status": "done",
|
|
"title": "Strip setup refs + archive history + rename ADR-012",
|
|
"ac_total": 12,
|
|
"ac_completed": 12,
|
|
"depends_on": [],
|
|
"blocks": []
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ready": [
|
|
{
|
|
"epic": "2026-05-13-binder-wrap-helper",
|
|
"story": "01-wire-use-case-helper",
|
|
"title": "Introduce wireUseCase helper in core-shared"
|
|
}
|
|
],
|
|
"blocked": [
|
|
{
|
|
"epic": "2026-05-13-binder-wrap-helper",
|
|
"story": "02-migrate-feature-binders",
|
|
"title": "Migrate all five feature binders to wireUseCase",
|
|
"waiting_on": [
|
|
"2026-05-13-binder-wrap-helper/01-wire-use-case-helper"
|
|
]
|
|
},
|
|
{
|
|
"epic": "2026-05-13-binder-wrap-helper",
|
|
"story": "03-update-generator-templates",
|
|
"title": "Update feature generator templates to emit wireUseCase call shape",
|
|
"waiting_on": [
|
|
"2026-05-13-binder-wrap-helper/01-wire-use-case-helper"
|
|
]
|
|
}
|
|
],
|
|
"needs_prd_ship": []
|
|
}
|