@agimon-ai/doompi-task 0.0.1-alpha.22 → 0.0.1-alpha.23
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/README.md +4 -0
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A persistent, dependency-aware task graph for Pi, with an optional delegation bridge to DoomPi Team.
|
|
4
4
|
|
|
5
|
+
Part of the [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
|
|
6
|
+
|
|
5
7
|
Task owns task records and `tasks.json`. Team owns agents and runs. Loading both lets Task delegate pending work through Team's protocol; it does not merge their persistence.
|
|
6
8
|
|
|
7
9
|
> **Alpha:** task and delegation contracts may change between releases.
|
|
@@ -110,6 +112,8 @@ pnpm test
|
|
|
110
112
|
pnpm lint
|
|
111
113
|
```
|
|
112
114
|
|
|
115
|
+
Maintained by [Agimon](https://agimon.ai/about).
|
|
116
|
+
|
|
113
117
|
## License
|
|
114
118
|
|
|
115
119
|
MIT
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-task",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.1-alpha.23",
|
|
4
|
+
"description": "Persistent, dependency-aware task graphs and subagent delegation for Pi coding sessions.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"ai",
|
|
7
6
|
"coding-agent",
|
|
8
|
-
"
|
|
7
|
+
"delegation",
|
|
9
8
|
"doompi",
|
|
10
|
-
"pi-
|
|
9
|
+
"pi-coding-agent",
|
|
10
|
+
"subagents",
|
|
11
|
+
"task-graph",
|
|
12
|
+
"task-management"
|
|
11
13
|
],
|
|
12
14
|
"homepage": "https://agimon.ai",
|
|
13
15
|
"license": "MIT",
|
|
@@ -149,9 +151,9 @@
|
|
|
149
151
|
},
|
|
150
152
|
"dependencies": {
|
|
151
153
|
"typebox": "1.1.38",
|
|
152
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
153
|
-
"@agimon-ai/doompi-
|
|
154
|
-
"@agimon-ai/doompi-
|
|
154
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.23",
|
|
155
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.23",
|
|
156
|
+
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.23"
|
|
155
157
|
},
|
|
156
158
|
"devDependencies": {
|
|
157
159
|
"@earendil-works/pi-coding-agent": "0.84.2",
|