Memory: move dreaming trail to dreams.md (#61537)

* Memory: move dreaming trail to dreams.md

* docs(changelog): add dreams.md entry

---------

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
Dave Morin
2026-04-05 12:19:31 -10:00
committed by GitHub
parent 48611ec40a
commit 2ed2dbba00
10 changed files with 115 additions and 13 deletions

View File

@@ -99,9 +99,9 @@ function formatEnabled(value: boolean): string {
function formatPhaseGuide(): string {
return [
"- light: sorts recent memory traces into the daily note.",
"- light: sorts recent memory traces into dreams.md.",
"- deep: promotes durable memories into MEMORY.md and handles recovery when memory is thin.",
"- rem: writes reflection and pattern notes into the daily note.",
"- rem: writes reflection and pattern notes into dreams.md.",
].join("\n");
}