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
25 lines
546 B
JSON
25 lines
546 B
JSON
{
|
|
"id": "msteams",
|
|
"doctorContract": {
|
|
"configRepair": true,
|
|
"stateMigrations": true
|
|
},
|
|
"name": "Microsoft Teams",
|
|
"description": "OpenClaw Microsoft Teams channel plugin for bot conversations.",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["msteams"],
|
|
"qaRunners": [
|
|
{
|
|
"commandName": "msteams",
|
|
"description": "Run Microsoft Teams Gateway QA against a local Bot Framework mock"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|