20 lines
323 B
JSON
20 lines
323 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|