chore(coven): enable ClawHub publishing

Mark the Coven ACP runtime bridge as a ClawHub-publishable code plugin and align its workspace lockfile metadata.
This commit is contained in:
Val Alexander
2026-04-27 12:35:34 -05:00
committed by GitHub
parent 8f8ba8af40
commit ea92dc9202
2 changed files with 26 additions and 2 deletions

View File

@@ -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
}
}
}

3
pnpm-lock.yaml generated
View File

@@ -424,6 +424,9 @@ importers:
'@openclaw/plugin-sdk':
specifier: workspace:*
version: link:../../packages/plugin-sdk
openclaw:
specifier: workspace:*
version: link:../..
extensions/deepgram:
dependencies: