docs(work): drop binder-wrap-helper epic for re-decomposition

The stories were decomposed by the previous (unconstrained)
decomposer prompt — their Tasks lists were horizontal sub-steps
(read file → write impl → write test → export → run gates) instead
of the slice = task = PR = commit rule now enforced in fd8265c.

Removing the folder clears the way for a fresh `pnpm work
decompose 2026-05-13-binder-wrap-helper --execute` run under the
updated prompt. The PRD itself (status: approved) is unchanged.
This commit is contained in:
2026-05-13 18:41:37 +02:00
parent fd8265cd29
commit 71c04f521a
10 changed files with 3 additions and 598 deletions

View File

@@ -1,101 +1,6 @@
{
"updated_at": "2026-05-13T16:10:33.562Z",
"updated_at": "2026-05-13T16:41:39.179Z",
"epics": {
"binder-wrap-helper": {
"status": "in-progress",
"title": "Collapse binder duplication via wireUseCase helper",
"prd": "2026-05-13-binder-wrap-helper",
"stories": {
"01-wire-use-case-helper": {
"status": "in-progress",
"title": "wireUseCase helper + tests in core-shared/conformance",
"ac_total": 8,
"ac_completed": 0,
"depends_on": [],
"blocks": []
},
"02-migrate-auth-binders": {
"status": "todo",
"title": "Migrate auth feature binders to wireUseCase",
"ac_total": 7,
"ac_completed": 0,
"depends_on": [
"01-wire-use-case-helper"
],
"blocks": [
"08-holistic-validation"
]
},
"03-migrate-blog-binders": {
"status": "todo",
"title": "Migrate blog feature binders to wireUseCase",
"ac_total": 7,
"ac_completed": 0,
"depends_on": [
"01-wire-use-case-helper"
],
"blocks": [
"08-holistic-validation"
]
},
"04-migrate-media-binders": {
"status": "todo",
"title": "Migrate media feature binders to wireUseCase",
"ac_total": 7,
"ac_completed": 0,
"depends_on": [
"01-wire-use-case-helper"
],
"blocks": [
"08-holistic-validation"
]
},
"05-migrate-marketing-pages-binders": {
"status": "todo",
"title": "Migrate marketing-pages feature binders to wireUseCase",
"ac_total": 7,
"ac_completed": 0,
"depends_on": [
"01-wire-use-case-helper"
],
"blocks": [
"08-holistic-validation"
]
},
"06-migrate-navigation-binders": {
"status": "todo",
"title": "Migrate navigation feature binders to wireUseCase",
"ac_total": 7,
"ac_completed": 0,
"depends_on": [
"01-wire-use-case-helper"
],
"blocks": [
"08-holistic-validation"
]
},
"07-update-feature-generator": {
"status": "todo",
"title": "Update feature generator template to emit wireUseCase calls",
"ac_total": 5,
"ac_completed": 0,
"depends_on": [
"01-wire-use-case-helper"
],
"blocks": [
"08-holistic-validation"
]
},
"08-holistic-validation": {
"status": "todo",
"title": "Holistic validation — green gates + fallow clone-group check",
"ac_total": 10,
"ac_completed": 0,
"depends_on": [],
"blocks": []
}
}
},
"template-reset-v1": {
"status": "done",
"title": "Template reset — strip setup-process noise + archive history",
@@ -112,67 +17,7 @@
}
}
},
"ready": [
{
"epic": "binder-wrap-helper",
"story": "01-wire-use-case-helper",
"title": "wireUseCase helper + tests in core-shared/conformance"
},
{
"epic": "binder-wrap-helper",
"story": "08-holistic-validation",
"title": "Holistic validation — green gates + fallow clone-group check"
}
],
"blocked": [
{
"epic": "binder-wrap-helper",
"story": "02-migrate-auth-binders",
"title": "Migrate auth feature binders to wireUseCase",
"waiting_on": [
"binder-wrap-helper/01-wire-use-case-helper"
]
},
{
"epic": "binder-wrap-helper",
"story": "03-migrate-blog-binders",
"title": "Migrate blog feature binders to wireUseCase",
"waiting_on": [
"binder-wrap-helper/01-wire-use-case-helper"
]
},
{
"epic": "binder-wrap-helper",
"story": "04-migrate-media-binders",
"title": "Migrate media feature binders to wireUseCase",
"waiting_on": [
"binder-wrap-helper/01-wire-use-case-helper"
]
},
{
"epic": "binder-wrap-helper",
"story": "05-migrate-marketing-pages-binders",
"title": "Migrate marketing-pages feature binders to wireUseCase",
"waiting_on": [
"binder-wrap-helper/01-wire-use-case-helper"
]
},
{
"epic": "binder-wrap-helper",
"story": "06-migrate-navigation-binders",
"title": "Migrate navigation feature binders to wireUseCase",
"waiting_on": [
"binder-wrap-helper/01-wire-use-case-helper"
]
},
{
"epic": "binder-wrap-helper",
"story": "07-update-feature-generator",
"title": "Update feature generator template to emit wireUseCase calls",
"waiting_on": [
"binder-wrap-helper/01-wire-use-case-helper"
]
}
],
"ready": [],
"blocked": [],
"needs_prd_ship": []
}