| SPACE_SPEC = { | |
| "id": "memory-worker-space", | |
| "name": "Memory Worker Space", | |
| "icon": "🧠", | |
| "color": "#a855f7", | |
| "layer": "Memory + Knowledge Layer", | |
| "description": "Vector DB, execution history, learned fixes, project memory, and long-term state.", | |
| "responsibilities": [ | |
| "vector db", | |
| "execution history", | |
| "learned fixes", | |
| "project memory", | |
| "long-term state" | |
| ], | |
| "roles": [ | |
| "cognition", | |
| "automation" | |
| ] | |
| } | |