mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
Update Memory section: remove sessions concept, clarify as rules/preferences
This commit is contained in:
parent
7d73e1ff6e
commit
728e1461f6
1 changed files with 3 additions and 3 deletions
|
|
@ -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/<channel>/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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue