@e0ipso/ai-task-manager 1.26.1 → 1.26.2
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.26.
|
|
3
|
+
"version": "1.26.2",
|
|
4
4
|
"description": "Task management for AI coding assistants",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
|
-
"node": ">=
|
|
40
|
+
"node": ">=22.14.0"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"dist/",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"@semantic-release/changelog": "^6.0.3",
|
|
68
68
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
69
69
|
"@semantic-release/git": "^10.0.1",
|
|
70
|
-
"@semantic-release/github": "^
|
|
71
|
-
"@semantic-release/npm": "^
|
|
72
|
-
"@semantic-release/release-notes-generator": "^
|
|
70
|
+
"@semantic-release/github": "^12.0.2",
|
|
71
|
+
"@semantic-release/npm": "^13.1.3",
|
|
72
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
73
73
|
"@types/diff": "^5.2.3",
|
|
74
74
|
"@types/fs-extra": "^11.0.4",
|
|
75
75
|
"@types/inquirer": "^9.0.9",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"husky": "^9.1.7",
|
|
84
84
|
"jest": "^30.1.2",
|
|
85
85
|
"prettier": "^3.6.2",
|
|
86
|
-
"semantic-release": "^
|
|
86
|
+
"semantic-release": "^25.0.2",
|
|
87
87
|
"ts-jest": "^29.4.1",
|
|
88
88
|
"ts-node": "^10.9.2",
|
|
89
89
|
"typescript": "^5.9.2"
|
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
This hook provides pre-planning guidance to ensure scope control, simplicity principles, and proper validation requirements are established before comprehensive plan creation.
|
|
4
4
|
|
|
5
|
-
<details>
|
|
6
|
-
<summary>
|
|
7
|
-
[IMPORTANT] Only for assistants that support assistant skills: Claude
|
|
8
|
-
</summary>
|
|
9
|
-
|
|
10
|
-
Analyze the current prompt in order to engage any relevant skills as necessary (either global or project skills).
|
|
11
|
-
</details>
|
|
12
|
-
|
|
13
5
|
## Scope Control Guidelines
|
|
14
6
|
|
|
15
7
|
**Critical: Implement ONLY what is explicitly requested**
|
|
@@ -48,4 +40,4 @@ Analyze the current prompt in order to engage any relevant skills as necessary (
|
|
|
48
40
|
- Prioritize accuracy over speed
|
|
49
41
|
- Consider both technical and non-technical aspects
|
|
50
42
|
- Use the plan template in .ai/task-manager/config/templates/PLAN_TEMPLATE.md
|
|
51
|
-
- DO NOT create or list any tasks or phases during the plan creation. This will be done in a later step. Stick to writing the PRD (Project Requirements Document).
|
|
43
|
+
- DO NOT create or list any tasks or phases during the plan creation. This will be done in a later step. Stick to writing the PRD (Project Requirements Document).
|
|
@@ -74,6 +74,10 @@ Example:
|
|
|
74
74
|
2. [Measurable outcome 2]
|
|
75
75
|
3. [Measurable outcome 3]
|
|
76
76
|
|
|
77
|
+
## Documentation
|
|
78
|
+
|
|
79
|
+
[Required documentation updates to existing documentation, either human-focused documentation, the project's README.md or assistant-focused documentation like AGENTS.md, .claude/skills/* for the site, etc.]
|
|
80
|
+
|
|
77
81
|
## Resource Requirements
|
|
78
82
|
|
|
79
83
|
### Development Skills
|