mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 12:51:36 +00:00
* feat(cloud-workers): add Crabbox worker provider * docs(cloud-workers): document Crabbox profiles * chore(cloud-workers): drop changelog entry (release-only file) * refactor(plugin-sdk): pass profiles to worker lease lifecycle * docs(plugin-sdk): document worker lifecycle profiles * chore(docs): regenerate plugin inventory, docs map, and sdk baseline after rebase * fix(cloud-workers): state crabbox key-ref gap without warning-comment suppressions
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "@openclaw/crabbox-provider",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "OpenClaw cloud worker provider backed by the Crabbox CLI",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|