| 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" | |
| ] | |
| } | |