From 8e22b870318bc5a7e9a6d530fb9ca866d139ceda Mon Sep 17 00:00:00 2001 From: nanobot Date: Wed, 9 Sep 2026 12:48:36 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit USER.md: +3 -0 1 file changed, 3 insertions(+), 0 deletions(-) ```diff --- USER.md +++ USER.md @@ -82,3 +82,6 @@ ## Cestování - Vánoce 2026: Panama (PTY) z Prahy (PRG), ~21.12.2026 – ~4.1.2027, 3 osoby, min 2 týdny pobyt, flexibilní na datech pokud levnější +## Konfigurace a formáty +- **TOML nepoužívat** — pro konfigurace volit jiné formáty (YAML, JSON, INI) + ``` --- USER.md | 3 +++ memory/.dream_cursor | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/USER.md b/USER.md index 0964708..737c155 100644 --- a/USER.md +++ b/USER.md @@ -82,3 +82,6 @@ ## Cestování - Vánoce 2026: Panama (PTY) z Prahy (PRG), ~21.12.2026 – ~4.1.2027, 3 osoby, min 2 týdny pobyt, flexibilní na datech pokud levnější +## Konfigurace a formáty +- **TOML nepoužívat** — pro konfigurace volit jiné formáty (YAML, JSON, INI) + diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 59b8937..3cf63f9 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -424 \ No newline at end of file +425 \ No newline at end of file