Adds plugin-root init, explicit runtime/mock SDK flags, config-driven runtime capture, and npx-oriented docs/CI examples.
19 lines
303 B
JSON
19 lines
303 B
JSON
{
|
|
"version": 1,
|
|
"plugin": {
|
|
"id": "weather",
|
|
"priority": "high",
|
|
"seams": ["dynamic-tool"],
|
|
"sourceRoot": "src",
|
|
"expect": {
|
|
"registrations": ["registerTool"]
|
|
}
|
|
},
|
|
"capture": {
|
|
"mockSdk": true
|
|
},
|
|
"openclaw": {
|
|
"defaultCheckoutPath": "../openclaw"
|
|
}
|
|
}
|