mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 15:13:48 -06:00
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"name": "@openclaw/raft",
|
|
"version": "2026.8.1",
|
|
"description": "OpenClaw Raft channel plugin for Raft CLI wake bridges.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.8.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"install": {
|
|
"npmSpec": "@openclaw/raft",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.6.8"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.8.1"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.8.1"
|
|
},
|
|
"channel": {
|
|
"id": "raft",
|
|
"configuredState": {
|
|
"env": {
|
|
"anyOf": [
|
|
"RAFT_PROFILE"
|
|
]
|
|
}
|
|
},
|
|
"label": "Raft",
|
|
"selectionLabel": "Raft (CLI wake bridge)",
|
|
"docsPath": "/channels/raft",
|
|
"docsLabel": "raft",
|
|
"blurb": "Raft CLI wake bridge for human and agent collaboration.",
|
|
"order": 72,
|
|
"setup": {
|
|
"fields": [
|
|
{
|
|
"key": "profile",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--profile <profile>",
|
|
"description": "Raft CLI profile"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|