Files
openclaw/src/config/plugin-auto-enable.ts
2026-04-05 09:34:16 +01:00

11 lines
397 B
TypeScript

export {
applyPluginAutoEnable,
materializePluginAutoEnableCandidates,
} from "./plugin-auto-enable.apply.js";
export { detectPluginAutoEnableCandidates } from "./plugin-auto-enable.detect.js";
export type {
PluginAutoEnableCandidate,
PluginAutoEnableResult,
} from "./plugin-auto-enable.shared.js";
export { resolvePluginAutoEnableCandidateReason } from "./plugin-auto-enable.shared.js";