File size: 408 Bytes
02117ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SPACE_SPEC = {
  "id": "test-worker-space",
  "name": "Test Worker Space",
  "icon": "🧪",
  "color": "#06b6d4",
  "layer": "Verification + Repair Layer",
  "description": "Run tests, assertions, integration checks, and regression testing.",
  "responsibilities": [
    "run tests",
    "assertions",
    "integration checks",
    "regression testing"
  ],
  "roles": [
    "execution",
    "repair"
  ]
}