Files
agentic-dev/docs/work/_state.json
Danijel Martinek e08e0a10c0 chore(work): finish 01-wire-use-case-helper
Catches up the story's checkbox + frontmatter status to reflect that
the slice shipped in commit 1bbe866. The V1 orchestrator landed the
implementer's slice commit on main but had no state-mutation step,
so the bullet stayed unticked and `pnpm work next` would have
redundantly re-dispatched the implementer for a no-op slice.

Bookkeeping-only — no code changes.
2026-05-13 19:43:45 +02:00

73 lines
2.1 KiB
JSON

{
"updated_at": "2026-05-13T17:43:46.451Z",
"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": "done",
"title": "Introduce wireUseCase helper in core-shared",
"ac_total": 1,
"ac_completed": 1,
"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": "02-migrate-feature-binders",
"title": "Migrate all five feature binders to wireUseCase"
},
{
"epic": "2026-05-13-binder-wrap-helper",
"story": "03-update-generator-templates",
"title": "Update feature generator templates to emit wireUseCase call shape"
}
],
"blocked": [],
"needs_prd_ship": []
}