gm-kilo 2.0.860 → 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/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
|
|