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
Use this skill when the user asks to audit memory quality, clean up duplicate project memories, inspect profile drift, or decide what should be promoted into longer-term memory.
18
+
19
+
## Primary Path
20
+
21
+
1. Call `memory_dream_review`, usually with `focus: "all"`.
22
+
2. Report findings in this order:
23
+
-`projectRebuild`
24
+
-`cleanup`
25
+
-`profileSuggestions`
26
+
-`ambiguous`
27
+
-`noAction`
28
+
-`timeLayerNotes`
29
+
3. State clearly that Dream review is read-only and no memory records were modified.
30
+
4. Only call `memory_get` if the user asks to inspect one specific finding in detail.
31
+
32
+
## Focus Guidance
33
+
34
+
- Project cleanup or duplicate project summaries:
35
+
use `memory_dream_review({ focus: "projects" })`
36
+
- Profile drift or promotion questions:
37
+
use `memory_dream_review({ focus: "profile" })`
38
+
- Mixed governance review:
39
+
use `memory_dream_review({ focus: "all" })`
40
+
41
+
## Guardrails
42
+
43
+
- Do not imply that Dream already rewrote L2 or profile memory.
44
+
- Treat `timeLayerNotes` as integrity observations only, not rewrite instructions.
45
+
- Prefer citing the returned `evidenceRefs` instead of guessing where a finding came from.
0 commit comments