gm-codex 2.0.959 → 2.0.961

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.959",
3
+ "version": "2.0.961",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",
@@ -1,6 +1,6 @@
1
- 589901e0dbd74db2db6535b427f68597b4effa65f25d9daebdfeae824c1e3d0e plugkit-win32-x64.exe
2
- 0b3397d1c3f137bfd18f3de8e5761aff277980f3b4015e871f9605c6a8e70438 plugkit-win32-arm64.exe
3
- 0345f10c867ec2bf61771faccf2e45362a34faa11b070799c7fcb6fab60fcbd8 plugkit-darwin-x64
4
- 1f009e5be441ad2de6034cfb4a0d16783db7ba4f0f10394ba8fb297118258b83 plugkit-darwin-arm64
5
- cfcc0035526df5d8bbc571635c65df9f8c91861ee982aa6b9b0998b066975326 plugkit-linux-x64
6
- be04ce01e64f336dd8dff0de66e9b399edf154265673324342558131a4ffe744 plugkit-linux-arm64
1
+ 0a140d43dc7a47ce49b953408a00cb2abbfdd8f9161b82a1d493bd424d329284 plugkit-win32-x64.exe
2
+ ee74eb7c518e6e81e28342eac5cf5b59937d5218492d77da1098564a7d169752 plugkit-win32-arm64.exe
3
+ b54319355b08e474d845e92045a3846f9a7ba5d1e4f2d228a44a0e1f15710e6e plugkit-darwin-x64
4
+ dbf5baddb9c2939837adfaa336dc5169c1d1f6405f5a6b827be47ab84fedc9a3 plugkit-darwin-arm64
5
+ 109d2409a527a29a16c76249f253c665037d501a1641d5c3b3187a1691c423cc plugkit-linux-x64
6
+ 3f4016e8951dbf6f42e537ef2500e2d30f2eeb9a35a680199abedfebe8fea9cd plugkit-linux-arm64
@@ -1 +1 @@
1
- 0.1.324
1
+ 0.1.325
package/bin/rtk.sha256 CHANGED
@@ -1,5 +1,5 @@
1
- 31fb1e501f7074dd0ec8af8bcb1cfbb4161de17b834e94d8dc097e48b01667c4 rtk-win32-x64.exe
2
- c6005ea4404275858eadd39b1e8122157d24db4757f8ff2b7361c685ce7d5545 rtk-win32-arm64.exe
1
+ f62d3e5d007d46fd33972b4b7c258786d13826379ef3059cf4db1727559153ee rtk-win32-x64.exe
2
+ f7c49a7a4e88bf474c853b4720e43d2c01d7abfa2673fae7987ca30032fdf59a rtk-win32-arm64.exe
3
3
  1b1e792767ed0e1e6ca0e2f0a8de02e77b06dea2f5ae667278b94baf239fcdc3 rtk-darwin-x64
4
4
  9717978d9d6216ea50c94444e00e359479b6315a17bd48c16064b267c8b0b60d rtk-darwin-arm64
5
5
  a100d3defac54194144e5723aec57e6f286b42298c67145c8428815246c9ee56 rtk-linux-x64
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.959",
3
+ "version": "2.0.961",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -23,5 +23,5 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "plugkitVersion": "0.1.324"
26
+ "plugkitVersion": "0.1.325"
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.959",
3
+ "version": "2.0.961",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.959",
3
+ "version": "2.0.961",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",
@@ -51,7 +51,7 @@ N facts → N parallel calls in one message. End of turn: scan for un-memorized
51
51
  ## Execution order
52
52
 
53
53
  1. Recall (`exec:recall` via Bash) — cheapest
54
- 2. Code execution — write to `.gm/exec-spool/in/<lang>/<N>.<ext>` (nodejs, python, bash, typescript, go, rust, c, cpp, java, deno); spool watcher runs and writes `out/<N>.json`
54
+ 2. Code execution — write to `.gm/exec-spool/in/<lang>/<N>.<ext>` (nodejs, python, bash, typescript, go, rust, c, cpp, java, deno); spool watcher runs and streams to `out/<N>.out` (stdout) + `out/<N>.err` (stderr), with `out/<N>.json` metadata sidecar at completion
55
55
  3. Codebase search (`exec:codesearch` via Bash) — 90% of lookups
56
56
  4. Web (`WebFetch`, `WebSearch`) — env facts not in codebase
57
57
  5. User — last resort
@@ -40,7 +40,7 @@ Spend on `.prd` items in descending order of consequence-if-wrong × distance-fr
40
40
 
41
41
  ## Code execution
42
42
 
43
- Code runs through the file-spool, not Bash. Write a file to `.gm/exec-spool/in/<lang>/<N>.<ext>` (e.g. `in/nodejs/42.js`, `in/python/43.py`, `in/bash/44.sh`); the spool watcher executes and writes `out/<N>.json`; the result returns as systemMessage. Languages: nodejs (default), bash, python, typescript, go, rust, c, cpp, java, deno. File I/O via a nodejs spool file + `require('fs')`. Git directly in Bash. Utility verbs (`exec:recall`, `exec:codesearch`, `exec:memorize`, `exec:wait`, `exec:sleep`, `exec:browser`, etc.) DO run via Bash with the verb on line 1 and arg on line 2. Never `Bash(node/npm/npx/bun)`.
43
+ Code runs through the file-spool, not Bash. Write a file to `.gm/exec-spool/in/<lang>/<N>.<ext>` (e.g. `in/nodejs/42.js`, `in/python/43.py`, `in/bash/44.sh`); the spool watcher executes and streams stdout to `out/<N>.out`, stderr to `out/<N>.err`, then writes `out/<N>.json` metadata sidecar at completion (taskId, lang, ok, exitCode, durationMs, timedOut, startedAt, endedAt). Both streams return as systemMessage with `--- stdout ---` / `--- stderr ---` separators. Languages: nodejs (default), bash, python, typescript, go, rust, c, cpp, java, deno. File I/O via a nodejs spool file + `require('fs')`. Git directly in Bash. Utility verbs (`exec:recall`, `exec:codesearch`, `exec:memorize`, `exec:wait`, `exec:sleep`, `exec:browser`, etc.) DO run via Bash with the verb on line 1 and arg on line 2. Never `Bash(node/npm/npx/bun)`.
44
44
 
45
45
  Pack runs: `Promise.allSettled`, each idea own try/catch, under 12s per call. Runner: `exec:runner\n{start|stop|status}`.
46
46
 
@@ -103,7 +103,7 @@ The 200 lines are a *budget* for maximum surface coverage, not a target. Subsyst
103
103
 
104
104
  ## Execution norms encoded in the plan
105
105
 
106
- Code execution writes to `.gm/exec-spool/in/<lang>/<N>.<ext>`; the spool watcher runs the file and emits `out/<N>.json` as systemMessage. Utility verbs (`exec:recall`, `exec:codesearch`, `exec:memorize`, `exec:wait`, etc.) and `git` run directly via Bash. Never `Bash(node/npm/npx/bun)`. Spool paths in nodejs files are platform-literal — use `os.tmpdir()` and `path.join`. The spool enforces per-task timeouts; on timeout, partial output is preserved and the watcher emits `[exec timed out after Nms; partial output above]`.
106
+ Code execution writes to `.gm/exec-spool/in/<lang>/<N>.<ext>`; the spool watcher runs the file and streams to `out/<N>.out` (stdout) + `out/<N>.err` (stderr) line-by-line, then writes `out/<N>.json` metadata (exitCode, durationMs, timedOut, startedAt, endedAt) at completion. Both streams return as systemMessage with `--- stdout ---` / `--- stderr ---` separators. `in/` and `out/` are wiped at session start and at real-exit session end. Utility verbs (`exec:recall`, `exec:codesearch`, `exec:memorize`, `exec:wait`, etc.) and `git` run directly via Bash. Never `Bash(node/npm/npx/bun)`. Spool paths in nodejs files are platform-literal — use `os.tmpdir()` and `path.join`. The spool enforces per-task timeouts; on timeout, partial output is preserved and the watcher emits `[exec timed out after Nms; partial output above]`.
107
107
 
108
108
  `exec:codesearch` only — Grep/Glob/Find/Explore are hook-blocked. Start two words, change/add one per pass, minimum four attempts before concluding absent.
109
109