diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 50b04df..57db2e9 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -402 \ No newline at end of file +404 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 98af2fd..1a7c88a 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -10,7 +10,8 @@ This file stores important information that should persist across sessions. - Runs as a systemd user service `nanobot.service` - Model switching via `my` tool requires `tools.my.allow_set = true` in config -- `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API +- `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API. Currently fails because `skills/compact-memory/scripts/compact_memory.py` does not exist; the `compact-memory` skill has only `SKILL.md` and no executable implementation. +- `nanobot-version-check` cron job ID `e81cda77`; when it detects a new `nanobot-ai` version, the notification includes the upgrade command `uv tool upgrade nanobot-ai`. ## Integrations @@ -27,4 +28,4 @@ This file stores important information that should persist across sessions. --- -*This file is automatically updated by nanobot when important information should be remembered.* \ No newline at end of file +*This file is automatically updated by nanobot when important information should be remembered.*