From fdebcfd01f40ef8e264771042a0a2eba7458ff28 Mon Sep 17 00:00:00 2001 From: nanobot Date: Mon, 6 Jul 2026 08:12:49 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The fact from conversation history is already captured in two places: - **USER.md** line 63: "Prefers single reminder with multiple fire times rather than separate reminders for each time" (user preference) - **SKILL.md** lines 37-42: "One reminder text = one record… put them all on a single `add` with repeated `--at`/`--cron`" (operational rule) This is proper MECE — preference in USER.md, implementation in SKILL.md. No changes needed. --- memory/.dream_cursor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 2549360..43f9cb6 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -395 \ No newline at end of file +396 \ No newline at end of file