Changes made:
**USER.md** — added:
- **Cestování** section with Panama trip details (durable fact: route, dates, passengers, flexibility)
- Research preference: source-by-source analysis + lessons-learned for future searches
**MEMORY.md** — updated:
- Merged flight-search operational details into existing project context line: KAYAK as sole data source, cz.kayak.com for CZK, max 1 layover with layover time shown, top 3–5 offers in table, all results stored in DB, prices in original currency + CZK conversion
No changes to SOUL.md (no new behavioral rules). Flight-search SKILL.md already covers the detailed workflow — no duplication needed.
No changes needed. Both history entries are either `[skip]` or `[ephemeral]` and already superseded — USER.md already records `Preset: glm`, and the brief `kimi27` switch is stale ephemeral state.
The fact from conversation history is already captured in two places:
- **USER.md** line 63: "Prefers single reminder with multiple fire times rather than separate reminders for each time" (user preference)
- **SKILL.md** lines 37-42: "One reminder text = one record… put them all on a single `add` with repeated `--at`/`--cron`" (operational rule)
This is proper MECE — preference in USER.md, implementation in SKILL.md. No changes needed.
Přidáno do USER.md → Preferred interaction: preference přidávat nový obsah na konec souborů. Žádné jiné změny nebyly potřeba — fact je čistě preference uživatele (ne behavior pravidlo agenta), patří do USER.md.
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.