paracosm 0.4.382 → 0.4.383
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ The dashboard includes a scenario editor where you can write, import, compile, a
|
|
|
202
202
|
|
|
203
203
|
### 4. Or run the standalone CLI
|
|
204
204
|
|
|
205
|
-
After `npm install paracosm` you get two binaries:
|
|
205
|
+
After `npm install paracosm -g` you get two binaries:
|
|
206
206
|
|
|
207
207
|
```bash
|
|
208
208
|
paracosm # run one leader once; prints turn-by-turn narrative
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "paracosm",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.383",
|
|
4
4
|
"description": "AI agent swarm simulation engine with emergent crises, runtime tool forging, HEXACO personality drift, and deterministic kernels. Built on AgentOS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/engine/index.js",
|