mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
75dbe52e3e
* refactor(doctor): prefer manifest route-state owners * refactor(doctor): unify config repair declarations * refactor(doctor): unify legacy state migrations * fix(doctor): satisfy migration pipeline guards * fix(plugin-sdk): keep doctor adapter inside boundary
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"id": "nextcloud-talk",
|
|
"doctorContract": {
|
|
"configRepair": true
|
|
},
|
|
"name": "Nextcloud Talk",
|
|
"description": "OpenClaw Nextcloud Talk channel plugin for conversations.",
|
|
"icon": "https://cdn.simpleicons.org/nextcloud",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["nextcloud-talk"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|