dream: periodic memory consolidation

All changes applied. Summary:

**SOUL.md**
- Merged file-write confirmation rule: now covers all file writes (not just irreversible actions), with explicit exception for obvious single-step tasks
- Added `uv`-only rule for nanobot install/upgrade (was in MEMORY.md as a runtime fact, but it's an agent behavior rule)

**USER.md**
- Added `wood.hell` and `pivo.hell` server names to homelab description (was only in conversation history)

**MEMORY.md**
- Added 5 new durable facts from conversation history: Pi agent AGENTS.md loading behavior, `remind_cli.py` croniter dependency, `remind_cli.py remove` flag requirements, batch-delete ID shifting rule, and wood.hell→pivo.hell backup flow
This commit is contained in:
nanobot
2026-06-29 06:38:21 +02:00
parent d74431c5ad
commit d07fa0ee01
4 changed files with 9 additions and 3 deletions

View File

@@ -1 +1 @@
374
376

View File

@@ -15,6 +15,11 @@ This file stores important information that should persist across sessions.
- 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`
- `remind_cli.py` vyžaduje Python modul `croniter` (není nainstalován defaultně)
- `remind_cli.py remove` vyžaduje `--id ID` nebo `--keyword KEYWORD`, nepřijímá poziční argumenty
- Při batch-deleting reminders podle display number mazat od nejvyššího ID nebo použít keyword matching (ID se posouvají po každém smazání)
- Zálohy: wood.hell → pivo.hell (rekurzní)
## Agent Model Selection
- Prioritizes agentic performance, correct tool calling, and overall result quality