File size: 455 Bytes
02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | SPACE_SPEC = {
"id": "verification-worker-space",
"name": "Verification Worker Space",
"icon": "✅",
"color": "#84cc16",
"layer": "Verification + Repair Layer",
"description": "Validate outputs, compare expectations, quality scoring, and mission verification.",
"responsibilities": [
"validate outputs",
"compare expectations",
"quality scoring",
"mission verification"
],
"roles": [
"repair",
"cognition"
]
}
|