From 2b37b7e30427cc48f1f38d316a1a694dbc85ab16 Mon Sep 17 00:00:00 2001 From: nanobot Date: Thu, 28 May 2026 08:03:34 +0200 Subject: [PATCH] dream: 2026-05-27 18:28, 5 change(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [USER] prefers reminder notifications: brief, natural Czech messages spoken directly to user; no progress narration, summaries, user IDs, or status labels like "Done"/"Reminded" [MEMORY] reminder check executes `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py` via exec; each non-empty output line sent as separate notification (supersedes `remind_runner.py`) [MEMORY-REMOVE] reminder notification preference is a permanent user preference; removing from MEMORY.md to avoid duplicating permanent-file content [MEMORY-REMOVE] stale incorrect script path `remind_runner.py` — `remind_check.py` is the actual working script in the same directory --- USER.md | 1 + memory/.dream_cursor | 2 +- memory/MEMORY.md | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/USER.md b/USER.md index 08f8104..2bcc251 100644 --- a/USER.md +++ b/USER.md @@ -17,6 +17,7 @@ - Přímá řeč, faktické odpovědi - U destruktivních / nevratných akcí (mazání, restarty produkčních služeb, push --force) si nejdřív vyžádej potvrzení - Když píšu česky, odpovídej česky. Anglické technické termíny (LXC, container, kernel, …) ponech tak +- Připomínky: stručné, přirozené zprávy v češtině mluvené přímo uživateli; bez průběžného komentáře, shrnutí, user ID nebo statusových štítků jako „Hotovo“/„Připomenuto“ ## Use cases - Webový výzkum a sumarizace článků/dokumentace diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 86ee83a..c2807f7 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -40 \ No newline at end of file +140 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 5fb689b..e7391d0 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -25,8 +25,7 @@ This file stores important information that should persist across sessions. ## Important Notes -- Reminder notifications: brief, natural messages in Czech spoken directly to user; no progress narration, summaries, user IDs, or status labels like 'Done'/'Reminded' -- Reminder check executes `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_runner.py` via exec; each non-empty output line sent as separate notification +- Reminder check executes `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py` via exec; each non-empty output line sent as separate notification ---