| SPACE_SPEC = { | |
| "id": "debug-worker-space", | |
| "name": "Debug Worker Space", | |
| "icon": "๐", | |
| "color": "#ef4444", | |
| "layer": "Verification + Repair Layer", | |
| "description": "Error analysis, traceback parsing, repair strategies, and retry planning.", | |
| "responsibilities": [ | |
| "error analysis", | |
| "traceback parsing", | |
| "repair strategies", | |
| "retry planning" | |
| ], | |
| "roles": [ | |
| "repair", | |
| "cognition" | |
| ] | |
| } | |