# 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 - User wants to deploy "grill-me" plugin for Claude Code ## Reminder System - Reminder check script: `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py` - Execution: `exec` via `/home/nanobot/.local/bin/uv run