From 76b3fde2bb9168eeb9e07391f3832edb9d6ccebf Mon Sep 17 00:00:00 2001 From: nanobot Date: Thu, 2 Jul 2026 16:10:15 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes applied: **USER.md** — added to Zájmy: - AI security (prompt injection, CoT forgery) - ESP32 hardware - Czech tech sites: Root.cz, PCTuning.cz, vtm.zive.cz, hackaday.com - Raspberry Pi for testing - nanobot extension in TypeScript (Moved from MEMORY.md where they were less canonical — these are personal interests, not project context.) **MEMORY.md** — removed: - "User considers Raspberry Pi good for testing" → moved to USER.md (personal interest) - "User wants to try writing a nanobot extension in TypeScript" → moved to USER.md (personal interest) **MEMORY.md** — added: - PCTuning.cz fetch limitation via Jina (durable site-specific constraint) **Skipped:** - `[ephemeral]` model preset switch to kimi27 — transient, not worth persisting - Duplicate "User communicates in Czech" — already in USER.md --- USER.md | 5 +++++ memory/.dream_cursor | 2 +- memory/MEMORY.md | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/USER.md b/USER.md index 53a9d80..8e6a6ff 100644 --- a/USER.md +++ b/USER.md @@ -63,6 +63,11 @@ ## Zájmy - CLI coding agents — srovnávání, analýza výkonu (zná: Claude Code, Gemini CLI, Qwen Code, Pi-agent, oh-my-pi) - Pro Pi agenta používá AGENTS.md jako primární instrukční soubor, nikoli CLAUDE.md +- AI security: prompt injection, CoT forgery +- ESP32 hardware +- Čte české tech weby: Root.cz, PCTuning.cz, vtm.zive.cz, hackaday.com +- Raspberry Pi pro testování +- Zajímá se o psaní nanobot extension v TypeScriptu ## Poznámky k organizaci - Organizuje poznámky pomocí hashtagů (#chata, #dt-glass, #devops) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index e41567f..bbb3d18 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -384 \ No newline at end of file +389 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index c58db58..da7c206 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -8,11 +8,10 @@ This file stores important information that should persist across sessions. - Uživatel nemá `unifiedSession` povolený (default false); zapnutí sjednotí jen budoucí zprávy, existující session soubory vyžadují ruční merge/rename - Dream routing rules (SOUL.md → personality, USER.md → user profile, MEMORY.md → project knowledge) and core logic (Phase 1/2 instructions, fact/decision/ephemeral classification, deduplication) are hardcoded in nanobot Python source; only adjustable settings are intervalH, modelOverride, maxBatchSize, maxIterations - User wants native deterministic command dispatch (`!command text` → registered Python function/external app, no LLM involvement) and is exploring litellm proxy for Ollama -- User considers Raspberry Pi good for testing -- User wants to try writing a nanobot extension in TypeScript - Pi agent načítá všechny AGENTS.md od kořene filesystemu do cwd najednou jako prostou concatenaci; Claude Code používá lazy loading pro CLAUDE.md v podadresářích a podmíněná pravidla v `.claude/rules/*.md` s atributem `paths` - Zálohy: wood.hell → pivo.hell (rekurzivní) - Goal: interconnect remind, keep, note, and todo into a unified workflow +- PCTuning.cz nelze fetchnout přes Jina extractor (vrací jen logo SVG) — pravděpodobně paywall nebo vyžaduje JS rendering ## Runtime / Deployment - Installed as a `uv` tool: package `nanobot-ai`, update via `uv tool upgrade nanobot-ai`