# Long-term Memory This file stores important information that should persist across sessions. ## User Information (Important facts about the user) ## Preferences ### 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 (Information about ongoing projects) ## 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 --- *This file is automatically updated by nanobot when important information should be remembered.*