Files
MCP-Project-bus/deploy/sandbox-project.json
T
2026-07-30 20:06:34 +02:00

40 lines
925 B
JSON

{
"project": {
"project_id": "epimonos-sandbox",
"name": "Epimonos Sandbox",
"description": "BASDM-governed Sandbox project coordination"
},
"actors": [
{
"actor_id": "sandbox-po",
"auth_subject": "sandbox-po",
"display_name": "Dillard / Product Owner",
"role": "PO"
},
{
"actor_id": "sandbox-pm",
"auth_subject": "sandbox-pm",
"display_name": "Sandbox PM",
"role": "PM"
},
{
"actor_id": "sandbox-pa",
"auth_subject": "sandbox-pa",
"display_name": "Sandbox PA",
"role": "PA"
},
{
"actor_id": "codex-implementer",
"auth_subject": "codex-implementer",
"display_name": "Codex Implementer",
"role": "IMPLEMENTER"
},
{
"actor_id": "claude-reviewer",
"auth_subject": "claude-reviewer",
"display_name": "Claude Code Reviewer",
"role": "REVIEWER"
}
]
}