add matrix orchestrator rail and repo scaffolding
This commit is contained in:
19
templates/repo/.mosaic/orchestrator/config.json
Normal file
19
templates/repo/.mosaic/orchestrator/config.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user