[MEMORY] Telegram slash commands (e.g., `/skills`) are filtered out by `& ~filters.COMMAND` in telegram.py:384; workaround: invoke skills without slash prefix (e.g., `skills` not `/skills`); alternative fix: remove the filter from MessageHandler
[MEMORY] nanobot v0.2.1 available (current: v0.2.0)
[MEMORY] Session files are stored in `/home/nanobot/.nanobot/workspace/sessions/` (confirmed after failed attempts at root `.nanobot/sessions/`)
[MEMORY] User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
[MEMORY] User noted to buy new merino shirt ("koupit nové merino triko")
[MEMORY] User reminded themselves to write in travel diary: pants, pills, sprinkling ("kalhoty, prášky, sypani")
[MEMORY] Telegram bot consumes `/
[USER] invests weekly in SOL, ETH, BNB, ADA, DOT; ignores Bitcoin for lacking real value and energy inefficiency
[USER] prefers `glow -p` as pager for markdown display in console
[MEMORY] /note skill should be deterministic and log all performed operations
[MEMORY] /note skill should be split into a shorter prompt and a python script performing the operations
[MEMORY] nanobot supports cross-channel session continuity via `unifiedSession: true` in `config.json` under `agents.defaults`
[MEMORY] user's `config.json` does not have `unifiedSession` enabled (defaults to false)
[MEMORY] enabling `unifiedSession` only unifies future messages; existing session files require manual merging/renaming to connect past conversations
[MEMORY] /note skill uses SQLite instead of markdown for backend storage
[MEMORY] User is considering consolidating remind skill into a single script
[MEMORY] User is evaluating SQLite vs YAML for remind skill data storage
[USER] validates periodic automation with a short-interval test before setting the intended longer interval, then deletes the test job after confirming it works
[USER] expects millisecond precision in time outputs when testing time-based automations
[USER] uses detached background tasks for research queries
[USER] re-reads detached task results across sessions
[USER] refers to background memory consolidation process as "dreaming"
[USER] expects concrete summary of what Dream has added to memory, not generic explanations of how it works
[MEMORY] wants assistant to access and display Ollama subscription usage on request
[MEMORY] interested in Ollama cloud usage limits: 5-hour session and 7-day weekly windows
[SKILL] reminder-check-and-deliver: Execute /home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py via /home/nanobot/.local/bin/uv run, silently exit on empty output, otherwise forward each non-empty line as a brief natural Telegram notification in Czech addressed directly to the user without narration, summaries, user IDs, or status labels.
[SKILL] reminder-telegram-delivery: Execute `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py` via `/home/nanobot/.local/bin/uv run`, silently exit when output is empty, and forward each non-empty line as a brief natural Czech Telegram notification directly addressed to the user without progress narration, summaries, user IDs, or status labels.
[MEMORY] User wants daily automated check for new nanobot Docker image releases with Telegram notifications.
[MEMORY] User and assistant both run on the same nanobot Docker image.
[MEMORY] Docker CLI is unavailable in the current runtime environment.
[USER] Notifications are delivered via Telegram.
[MEMORY-REMOVE] Active issue "Test reminder firing every minute on 2026-05-27 needs deletion or interval adjustment" is a passed event (2026-05-27 has passed).
[SKILL] reminder-delivery-protocol: Execute remind_check.py via uv run, silently exit on empty output, or forward each non-empty line as a Telegram notification in brief, natural Czech addressed directly to the user.
[USER] prefers scheduling tasks via cron jobs with `message` to leverage agent skills and LLM capabilities, rather than standalone shell scripts
[MEMORY] pending task: seřídit BRANO na vchodových dveřích (adjust/fix BRANO on entrance doors)
[SKILL] reminder-check-and-notify: Run remind_check.py via uv run; exit silently on empty output; forward non-empty lines as brief natural Czech Telegram notifications without progress narration or status labels
[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
[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
[MEMORY] Reminder notifications: brief, natural messages in Czech 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_runner.py` via exec; each non-empty output line sent as separate notification
[SKILL] remind-runner-execution: Execute remind_runner.py via exec and send each non-empty output line as separate notification
[SKIP] No redundant content found in MEMORY.md — script conventions and temp file rules do not overlap with USER.md or SOUL.md
[SKIP] Language (Czech) and timezone (Europe/Prague) already captured in USER.md — conversation history repetitions are not memory file duplicates