Quelle plugin-auto-enable.apply.ts
Sprache: unbekannt
import type { PluginManifestRegistry } from "../plugins/manifest-registry.js"; import { detectPluginAutoEnableCandidates } from "./plugin-auto-enable.detect.js"; import {
materializePluginAutoEnableCandidatesInternal,
resolvePluginAutoEnableManifestRegistry,
} from "./plugin-auto-enable.shared.js"; import type {
PluginAutoEnableCandidate,
PluginAutoEnableResult,
} from "./plugin-auto-enable.types.js"; import type { OpenClawConfig } from "./types.openclaw.js";