| SPACE_SPEC = { | |
| "id": "coding-worker-space", | |
| "name": "Coding Worker Space", | |
| "icon": "🔧", | |
| "color": "#f59e0b", | |
| "layer": "Execution Layer", | |
| "description": "Code generation, file editing, refactoring, dependency handling, and code transformations.", | |
| "responsibilities": [ | |
| "code generation", | |
| "file editing", | |
| "refactoring", | |
| "dependency handling", | |
| "code transformations" | |
| ], | |
| "roles": [ | |
| "execution", | |
| "cognition", | |
| "automation" | |
| ] | |
| } | |