@pajamadot/pajama 0.1.2 → 0.1.3

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 +1 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -27,6 +27,7 @@ pajama projects list
27
27
  pajama projects create --name "UE5 Prototype" --engine unreal --description "Memory sandbox"
28
28
 
29
29
  # Run retrieval evolution from CLI
30
+ pajama evolve policy --project-id <project-uuid>
30
31
  pajama evolve arena-latest --project-id <project-uuid>
31
32
  pajama evolve arena-run --project-id <project-uuid>
32
33
  pajama evolve arena-iterate --project-id <project-uuid> --iterations 300 --time-budget-ms 300000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pajamadot/pajama",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "PajamaDot CLI for Game Dev Memory (prebuilt binary installer)",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",
@@ -33,3 +33,4 @@
33
33
  "node": ">=18"
34
34
  }
35
35
  }
36
+