feat: operationalise project bus for Sandbox

This commit is contained in:
Codex Lead Engineer
2026-07-30 20:06:34 +02:00
parent a2229bc269
commit 8e4bee1de4
11 changed files with 702 additions and 1 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"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"
}
]
}