@e0ipso/ai-task-manager 1.18.2 → 1.18.3

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.18.2",
3
+ "version": "1.18.3",
4
4
  "description": "Task management for AI coding assistants",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -69,6 +69,7 @@ If either `$TASK_COUNT` is 0 or `$BLUEPRINT_EXISTS` is "no":
69
69
  ```
70
70
  /tasks:generate-tasks $1
71
71
  ```
72
+ - **CRITICAL**: After task generation completes successfully, you MUST immediately proceed with blueprint execution without waiting for user input. The workflow should continue seamlessly.
72
73
  - If generation fails: Halt execution with clear error message:
73
74
  ```
74
75
  ❌ Error: Automatic task generation failed.
@@ -77,7 +78,7 @@ If either `$TASK_COUNT` is 0 or `$BLUEPRINT_EXISTS` is "no":
77
78
  /tasks:generate-tasks $1
78
79
  ```
79
80
 
80
- **After successful validation or generation**, proceed with the execution process below.
81
+ **After successful validation or generation**, immediately proceed with the execution process below without pausing.
81
82
 
82
83
  ## Execution Process
83
84