@agimon-ai/doompi-runner 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 +15 -13
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Supervised shell execution, background process control, durable logs, and Runner Space for Pi.
|
|
4
4
|
|
|
5
|
+
Part of the [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
|
|
6
|
+
|
|
5
7
|
Runner replaces Pi's built-in `bash` tool only in sessions that load it. Short commands return inline; long commands can be promoted to a background runner instead of blocking the agent.
|
|
6
8
|
|
|
7
9
|
> **Alpha:** tool and process contracts may change between releases.
|
|
@@ -112,6 +114,8 @@ pnpm test
|
|
|
112
114
|
pnpm lint
|
|
113
115
|
```
|
|
114
116
|
|
|
117
|
+
Maintained by [Agimon](https://agimon.ai/about).
|
|
118
|
+
|
|
115
119
|
## License
|
|
116
120
|
|
|
117
121
|
MIT
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-runner",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.1-alpha.23",
|
|
4
|
+
"description": "Supervised shell execution, background process control, and run logs for Pi coding agents.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
6
|
+
"background-process",
|
|
7
7
|
"coding-agent",
|
|
8
|
-
"
|
|
8
|
+
"doom-runner",
|
|
9
9
|
"doompi",
|
|
10
|
-
"pi-
|
|
10
|
+
"pi-coding-agent",
|
|
11
|
+
"process-supervision",
|
|
12
|
+
"shell"
|
|
11
13
|
],
|
|
12
14
|
"homepage": "https://agimon.ai",
|
|
13
15
|
"license": "MIT",
|
|
@@ -292,10 +294,10 @@
|
|
|
292
294
|
"node-pty": "1.1.0",
|
|
293
295
|
"reflect-metadata": "0.2.2",
|
|
294
296
|
"typebox": "1.1.38",
|
|
295
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
296
|
-
"@agimon-ai/
|
|
297
|
-
"@agimon-ai/doompi-ui": "0.0.1-alpha.
|
|
298
|
-
"@agimon-ai/
|
|
297
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.23",
|
|
298
|
+
"@agimon-ai/foundation-process-registry": "0.29.13",
|
|
299
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.23",
|
|
300
|
+
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.23"
|
|
299
301
|
},
|
|
300
302
|
"devDependencies": {
|
|
301
303
|
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
@@ -319,10 +321,10 @@
|
|
|
319
321
|
}
|
|
320
322
|
},
|
|
321
323
|
"optionalDependencies": {
|
|
322
|
-
"@agimon-ai/doompi-runner-rmux-
|
|
323
|
-
"@agimon-ai/doompi-runner-rmux-linux-x64": "0.0.1-alpha.
|
|
324
|
-
"@agimon-ai/doompi-runner-rmux-darwin-
|
|
325
|
-
"@agimon-ai/doompi-runner-rmux-
|
|
324
|
+
"@agimon-ai/doompi-runner-rmux-linux-arm64": "0.0.1-alpha.23",
|
|
325
|
+
"@agimon-ai/doompi-runner-rmux-linux-x64": "0.0.1-alpha.23",
|
|
326
|
+
"@agimon-ai/doompi-runner-rmux-darwin-x64": "0.0.1-alpha.23",
|
|
327
|
+
"@agimon-ai/doompi-runner-rmux-darwin-arm64": "0.0.1-alpha.23"
|
|
326
328
|
},
|
|
327
329
|
"engines": {
|
|
328
330
|
"node": ">=22.19.0"
|