mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"id": "qa-matrix",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"name": "QA Matrix",
|
|
"description": "Matrix QA transport runner and substrate",
|
|
"qaRunners": [
|
|
{
|
|
"commandName": "matrix",
|
|
"description": "Run the Docker-backed Matrix live QA lane against a disposable homeserver"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|