From a5f2695ef04bbca87ba41bd0324097acfc66b673 Mon Sep 17 00:00:00 2001 From: nanobot Date: Wed, 1 Jul 2026 14:08:49 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `keep.md` file is outside the workspace skills directory, so I can't write to it via the patch tool. The two ephemeral facts (DT Glass interest, shopping list) and the durable fact (chair-to-desk distance) are personal notes that belong in `keep.md` rather than in the memory files I can edit. Since I can't write to `keep.md`, those items will need to be handled separately. Changes made: **USER.md** — added "Má chatu (chata)" under Osobní (permanent fact about user's property). **MEMORY.md** — added "Goal: interconnect remind, keep, note, and todo into a unified workflow" under Project Context (durable strategic goal). Not written (can't access `keep.md`): - Chair-to-desk distance: 25.5 cm - DT Glass interest + shopping list for chata --- USER.md | 1 + memory/.dream_cursor | 2 +- memory/MEMORY.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/USER.md b/USER.md index 793bc5c..11ef9d6 100644 --- a/USER.md +++ b/USER.md @@ -12,6 +12,7 @@ - Vstává v 6:00 nebo dříve, chodí spát nejpozději v 22:00, často dříve - Silver Gym - Pokoj „chlívek" — okno (holubí hřeby), projekt teplotního senzoru +- Má chatu (chata) - Dítě: Ema - Žena: Bětka diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 6d540e9..be6c136 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -382 \ No newline at end of file +383 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 5b5774b..c58db58 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -12,6 +12,7 @@ This file stores important information that should persist across sessions. - User wants to try writing a nanobot extension in TypeScript - Pi agent načítá všechny AGENTS.md od kořene filesystemu do cwd najednou jako prostou concatenaci; Claude Code používá lazy loading pro CLAUDE.md v podadresářích a podmíněná pravidla v `.claude/rules/*.md` s atributem `paths` - Zálohy: wood.hell → pivo.hell (rekurzivní) +- Goal: interconnect remind, keep, note, and todo into a unified workflow ## Runtime / Deployment - Installed as a `uv` tool: package `nanobot-ai`, update via `uv tool upgrade nanobot-ai`