From 5977579da4a6a95ca431518aa5e2943c8cd5c0a2 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Tue, 14 Apr 2026 17:49:55 -0400 Subject: [PATCH] QA: drop qa-channel install metadata Remove the stale install metadata from the private qa-channel package. The runner still loads from the repo checkout, but it should not advertise an npm install path we do not support. --- extensions/qa-channel/package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/extensions/qa-channel/package.json b/extensions/qa-channel/package.json index 7a73ec69305..06e0d2b024d 100644 --- a/extensions/qa-channel/package.json +++ b/extensions/qa-channel/package.json @@ -36,11 +36,6 @@ "setup": false, "docs": false } - }, - "install": { - "npmSpec": "@openclaw/qa-channel", - "defaultChoice": "npm", - "minHostVersion": ">=2026.4.10" } } }