File size: 427 Bytes
02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | SPACE_SPEC = {
"id": "filesystem-worker-space",
"name": "Filesystem Worker Space",
"icon": "🗂️",
"color": "#22c55e",
"layer": "Execution Layer",
"description": "File writes, project trees, artifact management, and storage operations.",
"responsibilities": [
"file writes",
"project trees",
"artifact management",
"storage operations"
],
"roles": [
"execution",
"automation"
]
}
|