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,21 +1,27 @@
# Long-term Memory
This file stores important information that should persist across sessions.
This file is the durable memory layer for the workspace.
## User Information
It should capture only information worth carrying forward across sessions.
(Important facts about user)
## Keep
- user identity and working preferences
- stable collaboration rules
- long-lived world design constraints
- important implementation decisions
- major open threads that should not be lost
## Preferences
## Avoid
- temporary status notes
- raw conversation fragments
- repeated facts already stored elsewhere
- structured world state that belongs in runtime files
(User preferences learned over time)
## Suggested Sections
- User
- Preferences
- World Rules
- Decisions
- Pending Threads
## Important Notes
(Things to remember)
## Configuration
- Model preferences
- Channel settings
- Skills enabled
Write concise bullets, not essays.