mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-29 08:08:59 +08:00
Rewrite workspace templates for world mind
This commit is contained in:
@@ -1,11 +1,26 @@
|
||||
# MEMORY.md
|
||||
|
||||
## Long-term
|
||||
- Keep only durable facts, preferences, and decisions.
|
||||
- Do not store temporary chatter.
|
||||
Long-term memory for the world mind.
|
||||
|
||||
## Suggested sections
|
||||
- Key events
|
||||
- Preferences
|
||||
- Operating rules
|
||||
- Important pending items
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user