mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 04:57:29 +08:00
27 lines
621 B
Markdown
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.
|