refactor: one code path behind doctor legacy-state migrations (#120716)

* 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
This commit is contained in:
Peter Steinberger
2026-08-08 18:23:15 -07:00
committed by GitHub
parent ba7561d25d
commit 75dbe52e3e
94 changed files with 1207 additions and 608 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{
"id": "slack",
"doctorContract": {
"legacyConfigRules": true,
"normalizeCompatibilityConfig": true
"configRepair": true
},
"name": "Slack",
"description": "OpenClaw Slack channel plugin for channels, DMs, commands, and app events.",