gm-codex 2.0.961 → 2.0.963

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.961",
3
+ "version": "2.0.963",
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
- 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
+ 3303c0120222b5a50ddadec0e4986025230eae65e31a500ecaba103096de8c29 plugkit-win32-x64.exe
2
+ 6ce713b02f976106bccdad27486ddfcc9ba3b2855e9767f56559f49b426e761c plugkit-win32-arm64.exe
3
+ 50861d5cdd9abbfc384ccd2887e306b6614bba545d7ecf2a1aac5cbbf25ccbf6 plugkit-darwin-x64
4
+ 4198d955cfcac6f73c83072928b26d28888ba6a727e255702bacb197f5a1672e plugkit-darwin-arm64
5
+ 7a6696c1d025ef4de89dc7ea33e08db8331c7b8719de8d0d354405da6d5b9ff6 plugkit-linux-x64
6
+ 6372bd0c10a9058211354196105ba8e835bb57d83c3d2bbc7693d37ea708e9f6 plugkit-linux-arm64
@@ -1 +1 @@
1
- 0.1.325
1
+ 0.1.326
package/bin/rtk.sha256 CHANGED
@@ -1,5 +1,5 @@
1
- f62d3e5d007d46fd33972b4b7c258786d13826379ef3059cf4db1727559153ee rtk-win32-x64.exe
2
- f7c49a7a4e88bf474c853b4720e43d2c01d7abfa2673fae7987ca30032fdf59a rtk-win32-arm64.exe
1
+ 663246b9187bc75ca00a8d4b8c9ec7ee6c91db4d8416fa696ba8338f6488d484 rtk-win32-x64.exe
2
+ 2c55b8abad5b499cf1914c2b57847f707d0fdb981b1113baddf7ff53b694976d 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.961",
3
+ "version": "2.0.963",
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.325"
26
+ "plugkitVersion": "0.1.326"
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.961",
3
+ "version": "2.0.963",
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.961",
3
+ "version": "2.0.963",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",
@@ -40,13 +40,13 @@ exec:recall
40
40
 
41
41
  Hits arrive as `weak_prior` — they earn the right to be tested, not believed. Empty results confirm the unknown is fresh.
42
42
 
43
- Every unknownknown transition memorizes the same turn it resolves, in the background, in parallel.
43
+ A witness that flips an unknown to known is incomplete until the fact lives outside this context window. Memorize is the back-half of the same act, not a later chore — it fires alongside the witness, in the background, in haiku, never blocking the next probe. Resolutions hand off as they happen.
44
44
 
45
45
  ```
46
46
  Agent(subagent_type='gm:memorize', model='haiku', run_in_background=true, prompt='## CONTEXT TO MEMORIZE\n<fact>')
47
47
  ```
48
48
 
49
- N facts N parallel calls in one message. End of turn: scan for un-memorized resolutions, spawn now.
49
+ One subagent per fact, fan out in parallel — batching dilutes the signal. The mutables file is the receipt: every entry that flips to `status: witnessed` carries a matching haiku in flight. A status change without a memorize is unfinished work the next turn cannot see.
50
50
 
51
51
  ## Execution order
52
52