@e0ipso/ai-task-manager 1.27.0 → 1.27.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.27.0",
3
+ "version": "1.27.1",
4
4
  "description": "Task management for AI coding assistants",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -10,7 +10,9 @@ ensuring you have all necessary context before proceeding. Use the plan-creator
10
10
 
11
11
  ---
12
12
 
13
- Ultrathink, think harder, and use tools.
13
+ Use tools for the planning. You are encouraged to write your own specialized tools to research, analyze, and debug
14
+ any work order from the user. You are not restricted to the stack of the current project to create your own
15
+ specialized tools.
14
16
 
15
17
  ## Find the AI Task Manager root
16
18
 
@@ -3,7 +3,11 @@ argument-hint: "[testCommand]"
3
3
  description: Fix the tests your task execution broke.
4
4
  ---
5
5
 
6
- Fix all failing tests in this repository. Ultrathink, think harder, and use tools.
6
+ Fix all failing tests in this repository.
7
+
8
+ Use tools for debugging. You are encouraged to write your own specialized tools to research, analyze, and debug
9
+ failing tests. You are not restricted to the stack of the current project to create your own
10
+ specialized tools.
7
11
 
8
12
  Execute this command to run the tests:
9
13
 
@@ -7,8 +7,6 @@ description: Generate tasks to implement the plan with the provided ID.
7
7
 
8
8
  ---
9
9
 
10
- Ultrathink, think harder, and use tools.
11
-
12
10
  ## Find the AI Task Manager root
13
11
 
14
12
  ```bash
@@ -11,7 +11,9 @@ user, and update the plan with the refinements. Use the plan-creator sub-agent f
11
11
 
12
12
  ---
13
13
 
14
- Ultrathink, think harder, and use tools.
14
+ Use tools for the plan refinement. You are encouraged to write your own specialized tools to research, analyze, and
15
+ debug any plan refinement. You are not restricted to the stack of the current project to create your own specialized
16
+ tools.
15
17
 
16
18
  ## Find the AI Task Manager root
17
19