aide-memory 0.5.17 → 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 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)