@e0ipso/ai-task-manager 1.10.0 → 1.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e0ipso/ai-task-manager",
3
- "version": "1.10.0",
3
+ "version": "1.11.1",
4
4
  "description": "Task management for AI coding assistants",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -36,7 +36,8 @@ Use your internal Todo task tool to track the execution of all phases, and the f
36
36
  - [ ] Execute .ai/task-manager/config/hooks/PRE_PHASE.md hook before Phase 3.
37
37
  - [ ] Phase 3: Execute 1 task(s) in parallel.
38
38
  - [ ] Execute .ai/task-manager/config/hooks/POST_PHASE.md hook after Phase 3.
39
- - [ ] Update the Plan 7 with execution summary, and the archive it.
39
+ - [ ] Update the Plan 7 with execution summary using .ai/task-manager/config/hooks/EXECUTION_SUMMARY_TEMPLATE.md.
40
+ - [ ] Archive Plan 7.
40
41
 
41
42
  ### Phase Pre-Execution
42
43