Commit f018af7
fix: broaden retrospective nudge to cover all terminal transition paths
The retrospective nudge previously only fired after complete_tree, missing
single-item runs that reach terminal via advance_item. Updated the nudge
condition to trigger on any terminal transition during an /implement run,
with single-item, multi-item, and fallback detection rules.
Also: minor AdvanceItemTool optimization — derive existingKeys from
notesByKey instead of a separate .map() pass.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c65392d commit f018af7
File tree
2 files changed
+8
-2
lines changed- claude-plugins/task-orchestrator/output-styles
- current/src/main/kotlin/io/github/jpicklyk/mcptask/current/application/tools/workflow
2 files changed
+8
-2
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | 390 | | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
0 commit comments