dream: 2026-05-27 18:28, 5 change(s)

[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
This commit is contained in:
nanobot
2026-05-28 08:03:34 +02:00
parent 61ad318f42
commit 2b37b7e304
3 changed files with 3 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
- Přímá řeč, faktické odpovědi - 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í - 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 - 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 ## Use cases
- Webový výzkum a sumarizace článků/dokumentace - Webový výzkum a sumarizace článků/dokumentace

View File

@@ -1 +1 @@
40 140

View File

@@ -25,8 +25,7 @@ This file stores important information that should persist across sessions.
## Important Notes ## 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_check.py` via exec; each non-empty output line sent as separate notification
- Reminder check executes `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_runner.py` via exec; each non-empty output line sent as separate notification
--- ---