@pajamadot/pajama 0.1.4 → 0.1.5

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,10 @@ pajama evolve arena-latest --project-id <project-uuid>
32
32
  pajama evolve arena-run --project-id <project-uuid>
33
33
  pajama evolve arena-iterate --project-id <project-uuid> --iterations 300 --time-budget-ms 300000
34
34
  pajama evolve arena-campaign --max-projects 10 --iterations-per-project 200 --time-budget-ms 600000
35
+
36
+ # Ask the memory agent
37
+ pajama agent status
38
+ pajama agent ask --project-id <project-uuid> --query "summarize latest build failures"
35
39
  ```
36
40
 
37
41
  ## Environment Variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pajamadot/pajama",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "PajamaDot CLI for Game Dev Memory (prebuilt binary installer)",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",