@agimon-ai/doompi-loop 0.0.1-alpha.56 → 0.0.1-alpha.58
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -16,8 +16,8 @@ prompt belongs to the current session.
|
|
|
16
16
|
|
|
17
17
|
## Install
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
standalone Pi:
|
|
19
|
+
The seeded `modes.yaml` selects Loop in `default.packages`. Keep it there or select it through a
|
|
20
|
+
layer; it is not fixed host infrastructure. For standalone Pi:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
23
|
pi install npm:@agimon-ai/doompi-loop
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-loop",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.58",
|
|
4
4
|
"description": "Session-scoped recurring prompt scheduler and loop controls for Pi coding agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@deepseek-ai/cordis": "4.0.1",
|
|
61
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
62
|
-
"@agimon-ai/doompi-
|
|
63
|
-
"@agimon-ai/doompi-
|
|
64
|
-
"@agimon-ai/doompi-web-contracts": "0.0.1-alpha.
|
|
61
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.57",
|
|
62
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.58",
|
|
63
|
+
"@agimon-ai/doompi-web-components": "0.0.1-alpha.17",
|
|
64
|
+
"@agimon-ai/doompi-web-contracts": "0.0.1-alpha.20"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@earendil-works/pi-coding-agent": "0.85.0",
|