From 05bf05c5a158104b073276796bba52abaeb1776d Mon Sep 17 00:00:00 2001 From: nanobot Date: Thu, 16 Jul 2026 11:10:32 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hotovo. Aktualizoval jsem `memory/MEMORY.md`: - Přidal jsem, že `compact-memory-auto-daily` teď selhává kvůli chybějícímu skriptu `skills/compact-memory/scripts/compact_memory.py` a že skill má jen `SKILL.md`. - Přidal jsem nový cron `nanobot-version-check` s ID `e81cda77` a informací, že notifikace obsahuje příkaz `uv tool upgrade nanobot-ai`. Ostatní soubory (`SOUL.md`, `USER.md`, `SKILL.md`) nepotřebovaly změny — žádné nové osobní preference, pravidla chování ani opakovatelný workflow. --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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.*