dream: periodic memory consolidation

Changes applied:

1. **SOUL.md** — Added behavioral guidelines from the conversation:
   - **Don't assume** — surface tradeoffs, ask if ambiguous
   - **Minimum code** — no speculative patterns, no premature abstraction
   - **Surgical changes** — only touch what's required, clean up own orphans, don't reformat or rewrite unprompted
   - **Define success criteria** — loop until verified

2. **MEMORY.md** — Corrected Dream routing description to include `AGENTS.md → work instructions & decision-making rules`, matching the [durable] fact from the conversation that AGENTS.md is for agent work instructions and decision-making rules (distinct from SOUL.md which is for communication style and personality).

No deletions needed — no stale, duplicate, or superseded entries found.
This commit is contained in:
nanobot
2026-07-05 14:12:06 +02:00
parent 0e9103a1cc
commit 92fa915897
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
391
394

View File

@@ -6,7 +6,7 @@ This file stores important information that should persist across sessions.
- nanobot podporuje cross-channel session continuity přes `unifiedSession: true` v `config.json` pod `agents.defaults`
- 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
- Dream routing rules (SOUL.md → personality, USER.md → user profile, MEMORY.md → project knowledge, AGENTS.md → work instructions & decision-making rules) 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
- 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í)