gm-codex 2.0.961 → 2.0.962
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/.codex-plugin/plugin.json +1 -1
- package/bin/plugkit.sha256 +6 -6
- package/bin/rtk.sha256 +2 -2
- package/gm.json +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/skills/gm/SKILL.md +2 -2
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
ce9ac28e461920fa9b8011e0c9327a939ed652a9710499475499bdf1b4b32b81 plugkit-win32-x64.exe
|
|
2
|
+
90b799fb9c8ea78ee9a332d6ad2ab22171f5223a89993fc28f3e1dd402563999 plugkit-win32-arm64.exe
|
|
3
|
+
19f79c1383cbc759cd4ea9803375183fab2889b4c64035c3a33870d4e2692158 plugkit-darwin-x64
|
|
4
|
+
be166294b66f2300d16237ba354fbaeb4e68fd27448cc2395d0430097d33865c plugkit-darwin-arm64
|
|
5
|
+
291b990c734789af225032b2f67e03d08013245e246bc7b91b195d4853c7a2e5 plugkit-linux-x64
|
|
6
|
+
0e180fca4e39f1680565d32b0f646ba6f759c21edad112fb887652c7e711b1a3 plugkit-linux-arm64
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
7568b81afec0ff8f86d73847b8b43e24a772bdf6f877aae16d86ee15c173f25b rtk-win32-x64.exe
|
|
2
|
+
eacd700320ef29945bd1269960fdfd5ca1fa82b770612d71a5e089378191f457 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
package/package.json
CHANGED
package/plugin.json
CHANGED
package/skills/gm/SKILL.md
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
|