@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
|
@@ -10,7 +10,9 @@ ensuring you have all necessary context before proceeding. Use the plan-creator
|
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
-
|
|
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.
|
|
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
|
|
|
@@ -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
|
-
|
|
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
|
|