Files
openclaw/extensions/qa-lab/openclaw.plugin.json
Peter Steinberger d14bb8ec44 fix: resume replay-safe work after gateway restarts (#104997)
* fix: resume replay-safe work after gateway restart

* chore: leave restart note to release process

* fix: sync restart recovery protocol artifacts
2026-07-12 06:37:22 +01:00

23 lines
506 B
JSON

{
"id": "qa-lab",
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner.",
"activation": {
"onStartup": false
},
"contracts": {
"webSearchProviders": ["qa-lab-search"],
"workerProviders": ["static-ssh"],
"tools": ["qa_restart_wait", "qa_restart_unsafe_probe"]
},
"toolMetadata": {
"qa_restart_wait": {
"replaySafe": true
}
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}