gm-kilo 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.
@@ -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. Record the audit cycle: how many items checked, how many removed, how many refined. Append this single-line summary to AGENTS.md under a `## Learning audit` section so future audits can see drift over time.
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
 
@@ -1,6 +1,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
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
- f5e5b43e0cd912dcd8f81983bb0667c4c0e58779ed1df506339098eca0adb3d0 rtk-win32-x64.exe
2
- 4b09ba62b829671325a7e2e51f1806465ff95dd085bce485a3aa6e33b3ae4849 rtk-win32-arm64.exe
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-kilo",
3
- "version": "2.0.860",
3
+ "version": "2.0.862",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",