From ea92dc920226a6a97e1576253e2705706d845a92 Mon Sep 17 00:00:00 2001 From: Val Alexander <68980965+BunsDev@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:35:34 -0500 Subject: [PATCH] chore(coven): enable ClawHub publishing Mark the Coven ACP runtime bridge as a ClawHub-publishable code plugin and align its workspace lockfile metadata. --- extensions/coven/package.json | 25 +++++++++++++++++++++++-- pnpm-lock.yaml | 3 +++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/extensions/coven/package.json b/extensions/coven/package.json index 2fdf9518fc9..01dcc91a972 100644 --- a/extensions/coven/package.json +++ b/extensions/coven/package.json @@ -5,11 +5,32 @@ "description": "OpenClaw Coven ACP runtime bridge", "type": "module", "devDependencies": { - "@openclaw/plugin-sdk": "workspace:*" + "@openclaw/plugin-sdk": "workspace:*", + "openclaw": "workspace:*" + }, + "peerDependencies": { + "openclaw": ">=2026.4.26" + }, + "peerDependenciesMeta": { + "openclaw": { + "optional": true + } }, "openclaw": { "extensions": [ "./index.ts" - ] + ], + "install": { + "minHostVersion": ">=2026.4.26" + }, + "compat": { + "pluginApi": ">=2026.4.25" + }, + "build": { + "openclawVersion": "2026.4.26" + }, + "release": { + "publishToClawHub": true + } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9592a2b8ae..a1f3eb8927d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -424,6 +424,9 @@ importers: '@openclaw/plugin-sdk': specifier: workspace:* version: link:../../packages/plugin-sdk + openclaw: + specifier: workspace:* + version: link:../.. extensions/deepgram: dependencies: