You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(memory): gate dreaming config changes
* fix(memory): document dreaming privilege gate
Explain that persistent dreaming toggles require channel owner status or Gateway admin scope, while status and help remain read-only.
Copy file name to clipboardExpand all lines: docs/cli/memory.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,9 @@ facts into `MEMORY.md`), and **REM** (reflect and surface themes).
133
133
134
134
- Enable with `plugins.entries.memory-core.config.dreaming.enabled: true`.
135
135
- Toggle from chat with `/dreaming on|off` (or inspect with `/dreaming status`).
136
+
Channel callers must be owners to change the setting; Gateway clients need
137
+
`operator.admin`. Read-only status and help remain available to authorized
138
+
command senders.
136
139
- Dreaming runs on one managed sweep schedule (`dreaming.frequency`) and executes phases in order: light, REM, deep.
137
140
- Only the deep phase writes durable memory to `MEMORY.md`.
138
141
- Human-readable phase output and diary entries are written to `DREAMS.md` (or existing `dreams.md`), with optional per-phase reports in `memory/dreaming/<phase>/YYYY-MM-DD.md`.
|`/card ...`| Send LINE rich card presets. See [LINE](/channels/line)|
311
-
|`/codex status\|models\|threads\|resume\|compact\|review\|diagnostics\|account\|mcp\|skills`| Control the Codex app-server harness. See [Codex harness](/plugins/codex-harness)|
|`/card ...`| Send LINE rich card presets. See [LINE](/channels/line)|
311
+
|`/codex status\|models\|threads\|resume\|compact\|review\|diagnostics\|account\|mcp\|skills`| Control the Codex app-server harness. See [Codex harness](/plugins/codex-harness)|
0 commit comments