From 728e1461f6c19038d4c78a164ff19ba8356303e6 Mon Sep 17 00:00:00 2001 From: badlogic Date: Sat, 13 Dec 2025 20:35:34 +0000 Subject: [PATCH] Update Memory section: remove sessions concept, clarify as rules/preferences --- packages/mom/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mom/README.md b/packages/mom/README.md index ddc85321..90106b2a 100644 --- a/packages/mom/README.md +++ b/packages/mom/README.md @@ -185,13 +185,13 @@ Mom efficiently greps `log.jsonl` for conversation history, giving her essential ### Memory -Mom maintains persistent memory across sessions using MEMORY.md files: -- **Global memory** (`data/MEMORY.md`): Shared across all channels. This includes project architecture, preferences, conventions, skill documentation +Mom uses MEMORY.md files to remember basic rules and preferences: +- **Global memory** (`data/MEMORY.md`): Shared across all channels. Project architecture, coding conventions, communication preferences - **Channel memory** (`data//MEMORY.md`): Channel-specific context, decisions, ongoing work Mom automatically reads these files before responding. You can ask her to update memory ("remember that we use tabs not spaces") or edit the files directly yourself. -Memory files typically contain things like brief descriptions of available custom CLI tools and where to find them, email writing tone preferences, coding conventions, team member responsibilities, common troubleshooting steps, and workflow patterns. Basically anything describing how you and your team work. +Memory files typically contain email writing tone preferences, coding conventions, team member responsibilities, common troubleshooting steps, and workflow patterns. Basically anything describing how you and your team work. ### Events (Scheduled Wake-ups)