Files
openclaw/extensions/qa-matrix/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

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": {}
}
}