@agimon-ai/doompi-workflow 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 +11 -9
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Asynchronous workflow discovery, launch, monitoring, control, and terminal-failure recovery for DoomPi.
|
|
4
4
|
|
|
5
|
+
Part of the [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
|
|
6
|
+
|
|
5
7
|
The integration embeds `@agimon-ai/workflow-mcp`; workflow files describe job dependencies and host-executed steps while DoomPi provides session-scoped tools and TUI surfaces.
|
|
6
8
|
|
|
7
9
|
> **Alpha:** workflow and recovery contracts may change between releases.
|
|
@@ -88,6 +90,8 @@ pnpm test
|
|
|
88
90
|
pnpm lint
|
|
89
91
|
```
|
|
90
92
|
|
|
93
|
+
Maintained by [Agimon](https://agimon.ai/about).
|
|
94
|
+
|
|
91
95
|
## License
|
|
92
96
|
|
|
93
97
|
MIT
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-workflow",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.1-alpha.23",
|
|
4
|
+
"description": "GitHub Actions-style workflow graphs, artifacts, recovery, and asynchronous runs for DoomPi.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
6
|
+
"automation",
|
|
7
7
|
"coding-agent",
|
|
8
|
-
"developer-tools",
|
|
9
8
|
"doompi",
|
|
10
|
-
"
|
|
9
|
+
"github-actions",
|
|
10
|
+
"pi-extension",
|
|
11
|
+
"workflow",
|
|
12
|
+
"workflow-orchestration"
|
|
11
13
|
],
|
|
12
14
|
"homepage": "https://agimon.ai",
|
|
13
15
|
"license": "MIT",
|
|
@@ -47,10 +49,10 @@
|
|
|
47
49
|
"dependencies": {
|
|
48
50
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
49
51
|
"zod": "4.4.3",
|
|
50
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
51
|
-
"@agimon-ai/
|
|
52
|
-
"@agimon-ai/doompi-
|
|
53
|
-
"@agimon-ai/
|
|
52
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.23",
|
|
53
|
+
"@agimon-ai/workflow-mcp": "0.23.13",
|
|
54
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.23",
|
|
55
|
+
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.23"
|
|
54
56
|
},
|
|
55
57
|
"devDependencies": {
|
|
56
58
|
"@earendil-works/pi-coding-agent": "0.84.2",
|