File size: 475 Bytes
9b0e1ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
  ]
}