@agimon-ai/doompi-task 0.0.1-alpha.15 → 0.0.1-alpha.17
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 +15 -8
package/package.json
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-task",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.17",
|
|
4
4
|
"description": "Pi task tracking extension with file-backed tasks and subagent delegation",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ai",
|
|
7
|
+
"coding-agent",
|
|
8
|
+
"developer-tools",
|
|
9
|
+
"doompi",
|
|
10
|
+
"pi-package"
|
|
11
|
+
],
|
|
5
12
|
"homepage": "https://agimon.ai",
|
|
6
13
|
"license": "MIT",
|
|
7
14
|
"author": "Vuong Ngo",
|
|
@@ -142,13 +149,13 @@
|
|
|
142
149
|
},
|
|
143
150
|
"dependencies": {
|
|
144
151
|
"typebox": "1.1.38",
|
|
145
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
146
|
-
"@agimon-ai/doompi-
|
|
147
|
-
"@agimon-ai/doompi-
|
|
152
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.17",
|
|
153
|
+
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.17",
|
|
154
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.17"
|
|
148
155
|
},
|
|
149
156
|
"devDependencies": {
|
|
150
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
151
|
-
"@earendil-works/pi-tui": "0.84.
|
|
157
|
+
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
158
|
+
"@earendil-works/pi-tui": "0.84.2",
|
|
152
159
|
"@types/node": "26.1.1",
|
|
153
160
|
"@vitest/coverage-v8": "4.1.10",
|
|
154
161
|
"tsdown": "0.22.14",
|
|
@@ -156,8 +163,8 @@
|
|
|
156
163
|
"vitest": "4.1.10"
|
|
157
164
|
},
|
|
158
165
|
"peerDependencies": {
|
|
159
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
160
|
-
"@earendil-works/pi-tui": "0.84.
|
|
166
|
+
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
167
|
+
"@earendil-works/pi-tui": "0.84.2"
|
|
161
168
|
},
|
|
162
169
|
"peerDependenciesMeta": {
|
|
163
170
|
"@earendil-works/pi-coding-agent": {
|