From 882d0445b2839b4b20586794c8d5e4897a75095b Mon Sep 17 00:00:00 2001 From: nanobot Date: Sun, 26 Jul 2026 09:16:15 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hotovo. Jediná změna: v `memory/MEMORY.md` jsem upřesnil popis `nanobot-version-check` cron jobu podle nové historie (porovnání verzí, notifikace přes Telegram, upgrade příkaz). Ostatní soubory už obsahovaly relevantní fakta (čeština v `USER.md`, cron detaily v `MEMORY.md`), takže nebylo potřeba nic přidávat ani přesouvat. Žádný nový skill nevznikl — jde o jednorázovou konfiguraci cron jobu, ne opakovatelný workflow. --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 5c9fe11..511fa83 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -413 \ No newline at end of file +414 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 9ec2bf8..5560371 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -11,7 +11,7 @@ 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 -- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it to installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing +- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it against installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing ## Integrations