@agimon-ai/doompi-task 0.0.1-alpha.34 → 0.0.1-alpha.36
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 +12 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-task",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.36",
|
|
4
4
|
"description": "Persistent, dependency-aware task graphs and subagent delegation for Pi coding sessions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -15,8 +15,16 @@
|
|
|
15
15
|
"task-management"
|
|
16
16
|
],
|
|
17
17
|
"homepage": "https://agimon.ai",
|
|
18
|
+
"bugs": {
|
|
19
|
+
"url": "https://github.com/AgiFlow/doompi/issues"
|
|
20
|
+
},
|
|
18
21
|
"license": "MIT",
|
|
19
22
|
"author": "Vuong Ngo",
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/AgiFlow/doompi.git",
|
|
26
|
+
"directory": "layers/task/doompi-task"
|
|
27
|
+
},
|
|
20
28
|
"files": [
|
|
21
29
|
"dist",
|
|
22
30
|
"package.json"
|
|
@@ -150,9 +158,9 @@
|
|
|
150
158
|
"dependencies": {
|
|
151
159
|
"@deepseek-ai/cordis": "4.0.1",
|
|
152
160
|
"typebox": "1.3.16",
|
|
153
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
154
|
-
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.
|
|
155
|
-
"@agimon-ai/doompi-ui": "0.0.1-alpha.
|
|
161
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.36",
|
|
162
|
+
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.36",
|
|
163
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.36"
|
|
156
164
|
},
|
|
157
165
|
"devDependencies": {
|
|
158
166
|
"@earendil-works/pi-coding-agent": "0.84.2",
|