mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
Introduce runtime domain barrel exports and registry composition support, and document/check main runtime fan-in workflow with related backlog planning artifacts.
1.9 KiB
1.9 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-93 | Synchronize TASK-85 closure tracking and child-task status | To Do | 2026-02-20 12:06 | 2026-02-20 12:06 |
|
|
high |
Description
TASK-85 progress and closure metadata are out of sync with actual completed work, making prioritization noisy. Normalize TASK-85 progress notes, acceptance checklist state, and child-task linkage so remaining scope is explicit and actionable.
Action Steps
- Audit completed work against
TASK-85Action Steps/AC/DoD and map each item to evidence (files/tests/docs). - Add explicit child-task linkage in
TASK-85progress notes for open scopes (TASK-94,TASK-95+ existing related tasks). - Update
TASK-85AC checkboxes only where evidence is complete; leave unresolved items unchecked with short reason. - Update
TASK-85DoD checkboxes only where evidence is complete; leave unresolved items unchecked with short reason. - Add a “Remaining Scope” section in
TASK-85with ordered next actions and owning ticket IDs. - Validate consistency by re-reading
TASK-85plus linked child tickets in one pass.
Acceptance Criteria
- #1
TASK-85status metadata and updated date reflect latest reality. - #2 Each unresolved
TASK-85AC/DoD item has explicit owning child ticket(s). - #3
TASK-85has a clear, ordered “Remaining Scope” list with next execution order. - #4 No stale or contradictory progress statements remain in
TASK-85.
Definition of Done
- #1
TASK-85reads as a reliable source-of-truth for what is done vs pending. - #2 Child-ticket mapping for pending work is complete and unambiguous.