mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 18:40:24 +00:00
fix(config): restore legacy doctor rules
This commit is contained in:
13
packages/plugin-sdk/src/runtime-doctor.ts
Normal file
13
packages/plugin-sdk/src/runtime-doctor.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export { collectProviderDangerousNameMatchingScopes } from "../../../src/config/dangerous-name-matching.js";
|
||||
export {
|
||||
asObjectRecord,
|
||||
hasLegacyAccountStreamingAliases,
|
||||
hasLegacyStreamingAliases,
|
||||
normalizeLegacyDmAliases,
|
||||
normalizeLegacyStreamingAliases,
|
||||
} from "../../../src/config/channel-compat-normalization.js";
|
||||
export {
|
||||
detectPluginInstallPathIssue,
|
||||
formatPluginInstallPathIssue,
|
||||
} from "../../../src/infra/plugin-install-path-warnings.js";
|
||||
export { removePluginFromConfig } from "../../../src/plugins/uninstall.js";
|
||||
Reference in New Issue
Block a user