add matrix orchestrator rail and repo scaffolding

This commit is contained in:
Jason Woltje
2026-02-17 13:31:29 -06:00
parent e1c1ce2856
commit caaa0e6a46
17 changed files with 569 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"enabled": false,
"transport": "matrix",
"matrix": {
"control_room_id": "",
"workspace_id": "",
"homeserver_url": ""
},
"worker": {
"runtime": "codex",
"command_template": "",
"timeout_seconds": 7200
},
"quality_gates": [
"pnpm lint",
"pnpm typecheck",
"pnpm test"
]
}