40 lines
925 B
JSON
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"
|
|
}
|
|
]
|
|
}
|