Files
clawgo/workspace/MEMORY.md

27 lines
621 B
Markdown

# MEMORY.md
Long-term memory for the world mind.
Use this file only for durable information that should survive across sessions.
## Store Here
- stable user preferences
- important project decisions
- lasting world rules
- canonical conventions
- long-running unresolved threads
## Do Not Store Here
- transient chat residue
- per-tick world changes
- NPC private state that already lives in structured world storage
- anything that belongs in daily notes instead
## Preferred Structure
- User Preferences
- World Rules
- Project Decisions
- Important Pending Threads
Keep entries short, factual, and easy to scan.