aide-memory 0.5.16 → 0.5.18
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/README.md +2 -1
- package/README.npm.md +2 -1
- package/dist/cli/aide-memory.js +92 -90
- package/dist/memory/cli.js +1 -1
- package/dist/memory/index.js +1 -1
- package/package.json +1 -1
- package/src/templates/rules/shared/body.md +14 -17
package/README.md
CHANGED
|
@@ -110,7 +110,8 @@ Full walkthrough: https://aide-memory.dev/docs/quick-start
|
|
|
110
110
|
|
|
111
111
|
aide-memory ships with defaults you can adjust:
|
|
112
112
|
|
|
113
|
-
- How often the agent gets prompted to reflect and store context
|
|
113
|
+
- How often the agent gets prompted to reflect and store context (`hooks.stop.schedule`; `hooks.stop.mode = "off"` silences scheduled prompts entirely)
|
|
114
|
+
- Whether a detected correction escalates to a Stop reminder if the agent doesn't store it (`hooks.correction.escalate = "off"` default, or `"block"` for an explicit follow-up)
|
|
114
115
|
- How specific a scope needs to be before a memory surfaces per-file vs session-start-only
|
|
115
116
|
- How much context gets injected at session start
|
|
116
117
|
- Which hooks are active (disable per-file blocking, turn off correction detection)
|
package/README.npm.md
CHANGED
|
@@ -110,7 +110,8 @@ Full walkthrough: https://aide-memory.dev/docs/quick-start
|
|
|
110
110
|
|
|
111
111
|
aide-memory ships with defaults you can adjust:
|
|
112
112
|
|
|
113
|
-
- How often the agent gets prompted to reflect and store context
|
|
113
|
+
- How often the agent gets prompted to reflect and store context (`hooks.stop.schedule`; `hooks.stop.mode = "off"` silences scheduled prompts entirely)
|
|
114
|
+
- Whether a detected correction escalates to a Stop reminder if the agent doesn't store it (`hooks.correction.escalate = "off"` default, or `"block"` for an explicit follow-up)
|
|
114
115
|
- How specific a scope needs to be before a memory surfaces per-file vs session-start-only
|
|
115
116
|
- How much context gets injected at session start
|
|
116
117
|
- Which hooks are active (disable per-file blocking, turn off correction detection)
|