summaryrefslogtreecommitdiff
path: root/Omni/Cli.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-27 16:46:40 -0500
committerBen Sima <ben@bensima.com>2025-11-27 16:46:40 -0500
commite346eb0db8118a0387e7b75ea6d2a6f5ddd5a8af (patch)
treea6ceedaa156d9f41edd19f68b7b603e6228fdb4e /Omni/Cli.hs
parent24debc6dcb69d72056e28fb904b533e970191cb5 (diff)
Auto-transition epic to Review status when all children reach Done
The implementation is complete. Summary of changes to [Omni/Jr.hs](file: 1. Added `checkEpicCompletion` function (lines 490-508) that: - Checks if the completed task has a parent - Finds the parent task and verifies it's an Epic - Checks if all children of that epic are Done - If so, transitions the epic to Review status 2. Updated `autoReview` to call `checkEpicCompletion` after marking a ta 3. Updated `interactiveReview` to: - Accept the task as a parameter (line 414) - Call `checkEpicCompletion` after marking a task Done (line 429) 4. Updated the call site at line 361 to pass the task to `interactiveRev Task-Id: t-155.1
Diffstat (limited to 'Omni/Cli.hs')
0 files changed, 0 insertions, 0 deletions