gm-qwen 2.0.860 → 2.0.862
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/agents/memorize.md +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/agents/memorize.md
CHANGED
|
@@ -86,7 +86,7 @@ AGENTS.md is the **always-on context buffer** — every prompt sees it. rs-learn
|
|
|
86
86
|
4. Decide:
|
|
87
87
|
- **Recall accurate AND complete** → the rs-learn store has internalized this fact; **remove it from AGENTS.md**. Frees buffer space and confirms learning.
|
|
88
88
|
- **Recall partial / outdated / missing** → keep the AGENTS.md item AND ingest a refined version of the fact via `exec:memorize` so next round it can pass. Note the outcome in your run log.
|
|
89
|
-
5.
|
|
89
|
+
5. Report the audit cycle in the run output (items checked, removed, refined). Do not write the audit result to AGENTS.md — it is changelog-shaped and AGENTS.md forbids dated audit sections.
|
|
90
90
|
|
|
91
91
|
Why: AGENTS.md grows monotonically without this loop. rs-learn already filters by relevance per-prompt, so duplicating stable facts in AGENTS.md just inflates the always-on context. The migration drains AGENTS.md into the retrieval store as the store proves it can recall. Failed migrations leave the fact in AGENTS.md (safe default) and improve the store. Success rate over time = a metric for how well gm is learning this project.
|
|
92
92
|
|
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
fe0d3161a3eb231c963803cae7025597ae58cde32bf332e4958992b3afedd8e4 plugkit-win32-x64.exe
|
|
2
|
+
2cab1e1bd776a3383f543a1d13dba9835a9d56bc76263159574de0c7503986b7 plugkit-win32-arm64.exe
|
|
3
|
+
08af0ddd9330e69fd14761c334a1e6adf2ccfed116cf667b09fa5204dbd22e6c plugkit-darwin-x64
|
|
4
|
+
98e2192030ffc141a0f122f8fcc21f4a3bc7f8f2a074f9aa57d6303cb2672d4b plugkit-darwin-arm64
|
|
5
|
+
8af1a586096c4ab42db9a9d6ab59c3428bd0bf573f7680da34c08c8855bf1a05 plugkit-linux-x64
|
|
6
|
+
ad0ae1b515034c344740cec921a98b37ae6c43c5aa3c92e9bcff896eb93c818a plugkit-linux-arm64
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
4337fe8a16b15bc0796999cd2bcc08ae5553dbf0eae4c4e650240f725331c4ef rtk-win32-x64.exe
|
|
2
|
+
60cc346870bce621f4ca2fe191f66bd3e4648af2e75e129dbf4dfe464ac8f724 rtk-win32-arm64.exe
|
|
3
3
|
e89fdf402c28796b510587a8b0fe046438b5b24d49533d1a2339a48aecae35e9 rtk-darwin-x64
|
|
4
4
|
2b203fd380f5782b5489eb016e34e3dbf848272a7fadf36b39bce6cfd9a3005c rtk-darwin-arm64
|
|
5
5
|
0da9950b859c7a2693aaf6c169f05f9b8965508ba1f23f1547e63d5fa988749e rtk-linux-x64
|
package/gm.json
CHANGED