[MEMORY] User wants important reports saved to `results/` directory with descriptive, date-prefixed filenames (e.g., `2026-06-02_remind-skill-analysis-and-improvements.md`) [MEMORY] `/remind` skill critical issues: one-time `at` reminders fire repeatedly (60s tolerance window), non-atomic YAML writes, fragile manual YAML string construction, missing `list` subcommand, no tests for edit/send scripts, race condition between edit and send without file locking [MEMORY] `/remind` fix priorities: P0 = atomic writes + deduplicate one-time reminders; P1 = `list` command + proper YAML serialization + validation; P2 = add tests; P3 = SQLite state tracking + edit command + cron step syntax [MEMORY-REMOVE] "User is considering consolidating remind skill into a single script" — superseded by concrete analysis with assigned fix priorities [MEMORY-REMOVE] "User is evaluating SQLite vs YAML for remind skill data storage" — superseded; P3 now explicitly includes SQLite state tracking
4.0 KiB
4.0 KiB
Long-term Memory
This file stores important information that should persist across sessions.
User Information
(Important facts about the user)
Preferences
Report / result files
- Save important reports to
results/directory with descriptive, date-prefixed filenames (e.g.,2026-06-02_remind-skill-analysis-and-improvements.md)
Script-writing convention
- Location: always save scripts in the
scripts/directory. - Language choice:
- Extremely short script (a few lines) -> bash.
- Longer / non-trivial script -> Python.
- Override: if the user explicitly specifies a language or location, their instruction always takes precedence.
Temporary files
- All temporary files go to
tmp/directory. - Clean up after tests and one-off operations.
Project Context
- User wants to deploy "grill-me" plugin for Claude Code
- User wants to try "praneybehl/llm-wiki-plugin" for Claude Code — markdown-based thought management / organization
- Daily automated check for new nanobot Docker image releases with Telegram notifications (pending setup)
- Both user and assistant run on the same nanobot Docker image
- Docker CLI is unavailable in the current runtime environment
- Ollama cloud subscription: na požádání zobrazit aktuální využití (usage)
- Ollama cloud limity: 5hodinová session, 7denní týdenní okno
/noteskill: backend storage uses SQLite (not markdown)/noteskill: má být deterministický a logovat všechny provedené operace/noteskill: má být rozdělený na kratší prompt + python skript, který provádí operace- nanobot podporuje cross-channel session continuity přes
unifiedSession: truevconfig.jsonpodagents.defaults - Uživatel nemá
unifiedSessionpovolený vconfig.json(default false) - Zapnutí
unifiedSessionsjednotí jen budoucí zprávy; existující session soubory vyžadují ruční merge/rename pro propojení minulých konverzací - Session files are stored in
/home/nanobot/.nanobot/workspace/sessions/(confirmed after failed attempts at root.nanobot/sessions/) - User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
- Telegram slash commands (e.g.,
/skills) are filtered out by& ~filters.COMMANDin telegram.py:384; workaround: invoke skills without slash prefix (e.g.,skillsnot/skills); alternative fix: remove the filter from MessageHandler - nanobot v0.2.1 available (current: v0.2.0)
Agent Model Selection
- Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria
- Prioritizes agentic performance, correct tool calling, and overall result quality
- Primary nanobot agent model: GLM-5.1:cloud (best sustained productivity over long sessions/hundreds of rounds, strong real-world agent benchmarks)
- Alternative nanobot agent model for tool-heavy tasks: Qwen 3.5:cloud (397B variant)
- Conservative fallback nanobot agent model: DeepSeek V3.2:cloud
Reminder System
- Reminder check script:
/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py - Execution:
execvia/home/nanobot/.local/bin/uv run <script> - Empty output → silent exit (no notification sent)
- Each non-empty output line → forwarded as separate Telegram notification
/remindcritical issues: one-timeatreminders fire repeatedly (60s tolerance window), non-atomic YAML writes, fragile manual YAML string construction, missinglistsubcommand, no tests for edit/send scripts, race condition between edit and send without file locking/remindfix priorities: P0 = atomic writes + deduplicate one-time reminders; P1 =listcommand + proper YAML serialization + validation; P2 = add tests; P3 = SQLite state tracking + edit command + cron step syntax
Pending Tasks
- Seřídit BRANO na vchodových dveřích
Personal Notes
- Buy new merino shirt ("koupit nové merino triko")
- Reminder to write in travel diary: pants, pills, sprinkling ("kalhoty, prášky, sypani")
This file is automatically updated by nanobot when important information should be remembered.