gm-oc 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/package.json +1 -1
- package/skills/gm/SKILL.md +2 -2
package/package.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
|
|