mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 13:10:43 +00:00
Drop the generated qa-runner catalog and the missing/install placeholder path for repo-private QA runners. The host should discover bundled QA commands from manifest plus runtime surface only. Also trim stale qa-matrix install docs and package metadata so the source-only QA policy stays consistent.
28 lines
516 B
JSON
28 lines
516 B
JSON
{
|
|
"name": "@openclaw/qa-matrix",
|
|
"version": "2026.4.12",
|
|
"private": true,
|
|
"description": "OpenClaw Matrix QA runner plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.4.12"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.4.12"
|
|
}
|
|
}
|
|
}
|