mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 02:37:29 +08:00
621 B
621 B
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.