dream: 2026-05-27 19:15, 6 change(s)

[USER] Telegram chat ID for reminders is 8826147089
[MEMORY-REMOVE] Important Notes reminder line is incomplete and overlaps with more precise atomic facts about execution and output handling
[MEMORY] Reminder check script is executed via exec using `/home/nanobot/.local/bin/uv run /home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py`
[MEMORY] Empty output from reminder check script means no notification is sent (silent exit)
[MEMORY] Each non-empty output line from reminder check script is forwarded as a separate Telegram notification
[MEMORY] Active test reminder firing every minute on 2026-05-27 needs deletion or interval adjustment
[SKILL] deliver-reminder-notifications: Execute reminder check script via uv run, silently exit on empty output, and forward each non-empty line as a brief natural Czech Telegram notification without progress narration or status labels
This commit is contained in:
nanobot
2026-05-28 12:07:26 +02:00
parent 2b37b7e304
commit 63b444614b
4 changed files with 26 additions and 5 deletions

View File

@@ -21,11 +21,18 @@ This file stores important information that should persist across sessions.
## Project Context
(Information about ongoing projects)
- User wants to deploy "grill-me" plugin for Claude Code
## Important Notes
## Reminder System
- 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 script: `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py`
- Execution: `exec` via `/home/nanobot/.local/bin/uv run <script>`
- Empty output → silent exit (no notification sent)
- Each non-empty output line → forwarded as separate Telegram notification
## Active Issues
- Test reminder firing every minute on 2026-05-27 needs deletion or interval adjustment
---