gm-kilo 2.0.859 → 2.0.861
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/plugkit.version +1 -1
- package/bin/rtk.sha256 +2 -2
- 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
|
+
2fb225e4164a5443f4d26f8e2fbee3e1f973696de4f63b1b2759380e347e6e2d plugkit-win32-x64.exe
|
|
2
|
+
fe241d660d6b02f61f0bdcffe6f9819256540b3d4445ac6b099a841354683f1b plugkit-win32-arm64.exe
|
|
3
|
+
3ba05e410010fc2a32160bbafdab20c9fca0065895e25b5d7f7374c5be7ee266 plugkit-darwin-x64
|
|
4
|
+
c43ef66ad225c95f8a961980448d86073d3e499d49a38b2f91a6212861de54c3 plugkit-darwin-arm64
|
|
5
|
+
7b0cfecabbf6c8575ab676547621e524f8123c5366a69f60adba75aab187b6e7 plugkit-linux-x64
|
|
6
|
+
13760d89a97efff81adc6c76553916ebd6ad212743a193f30a0d3dd285adacb9 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.287
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
f5e5b43e0cd912dcd8f81983bb0667c4c0e58779ed1df506339098eca0adb3d0 rtk-win32-x64.exe
|
|
2
|
+
4b09ba62b829671325a7e2e51f1806465ff95dd085bce485a3aa6e33b3ae4849 rtk-win32-arm64.exe
|
|
3
3
|
e89fdf402c28796b510587a8b0fe046438b5b24d49533d1a2339a48aecae35e9 rtk-darwin-x64
|
|
4
4
|
2b203fd380f5782b5489eb016e34e3dbf848272a7fadf36b39bce6cfd9a3005c rtk-darwin-arm64
|
|
5
5
|
0da9950b859c7a2693aaf6c169f05f9b8965508ba1f23f1547e63d5fa988749e rtk-linux-x64
|