@agimon-ai/doompi-loop 0.0.1-alpha.57 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,8 +16,8 @@ prompt belongs to the current session.
16
16
 
17
17
  ## Install
18
18
 
19
- DoomPi includes Loop in every composition. Pi loads it through package extension metadata. For
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.57",
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,8 +58,8 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@deepseek-ai/cordis": "4.0.1",
61
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.56",
62
- "@agimon-ai/doompi-ui": "0.0.1-alpha.57",
61
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.57",
62
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.58",
63
63
  "@agimon-ai/doompi-web-components": "0.0.1-alpha.17",
64
64
  "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.20"
65
65
  },