mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-27 16:47:29 +08:00
Rewrite workspace templates for world mind
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user