File size: 443 Bytes
02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | SPACE_SPEC = {
"id": "browser-worker-space",
"name": "Browser Worker Space",
"icon": "🌐",
"color": "#3b82f6",
"layer": "Browser + UI Intelligence",
"description": "Playwright automation, navigation, screenshots, and interaction testing.",
"responsibilities": [
"playwright",
"browser automation",
"navigation",
"screenshots",
"interaction testing"
],
"roles": [
"automation",
"cognition"
]
}
|