Rewrite workspace templates for world mind

This commit is contained in:
lpf
2026-03-16 13:32:46 +08:00
parent 5bce2cfdef
commit 2d73d766fd
11 changed files with 266 additions and 318 deletions

View File

@@ -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.