mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-22 18:08:04 +00:00
- Add test OpenClaw plugins: oc-simple (openclaw.plugin.json) and oc-pkg (package.json#extensions) - Fix plugin.go Start() to detect package.json#openclaw.extensions as OC manifest - Add hasOCExtensions() helper for package.json OC field detection - Tests: simulator with manifest entry discovery, package.json extension discovery, full Plugin.Start() -> loadOCPlugin() -> register -> call pipeline
9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"name": "oc-pkg",
|
|
"version": "2.0.0",
|
|
"description": "OC plugin with package.json entry discovery",
|
|
"openclaw": {
|
|
"extensions": ["lib/entry.js"]
|
|
}
|
|
}
|