dream: periodic memory consolidation

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
This commit is contained in:
nanobot
2026-07-02 16:10:15 +02:00
parent f83392c8e9
commit 76b3fde2bb
3 changed files with 7 additions and 3 deletions

View File

@@ -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)

View File

@@ -1 +1 @@
384
389

View File

@@ -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`