perf(secrets): scope compat migration scans

This commit is contained in:
Vincent Koc
2026-04-07 09:52:00 +01:00
parent e331694df6
commit dc7b21bf36
12 changed files with 396 additions and 4 deletions

View File

@@ -34,6 +34,9 @@
}
}
},
"configContracts": {
"compatibilityMigrationPaths": ["models.bedrockDiscovery"]
},
"uiHints": {
"discovery": {
"label": "Model Discovery",

View File

@@ -3,6 +3,15 @@
"contracts": {
"speechProviders": ["elevenlabs"]
},
"configContracts": {
"compatibilityMigrationPaths": [
"talk.voiceId",
"talk.voiceAliases",
"talk.modelId",
"talk.outputFormat",
"talk.apiKey"
]
},
"configSchema": {
"type": "object",
"additionalProperties": false,

View File

@@ -170,5 +170,8 @@
}
}
}
},
"configContracts": {
"compatibilityMigrationPaths": ["plugins.entries.memory-wiki.config.bridge.readMemoryCore"]
}
}

View File

@@ -711,5 +711,8 @@
"minimum": 1
}
}
},
"configContracts": {
"compatibilityMigrationPaths": ["plugins.entries.voice-call.config"]
}
}