Files
openclaw/extensions/lobster/package.json

12 lines
235 B
JSON
Raw Normal View History

{
"name": "@clawdbot/lobster",
2026-01-23 22:14:56 +00:00
"version": "2026.1.23",
"type": "module",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"clawdbot": {
2026-01-22 09:39:47 +00:00
"extensions": [
"./index.ts"
]
}
}