Files
openclaw/src/config/doc-baseline.runtime.ts
2026-04-03 14:29:17 +01:00

12 lines
653 B
TypeScript

import { loadPluginManifestRegistry as loadPluginManifestRegistryImpl } from "../plugins/manifest-registry.js";
import {
collectChannelSchemaMetadata as collectChannelSchemaMetadataImpl,
collectPluginSchemaMetadata as collectPluginSchemaMetadataImpl,
} from "./channel-config-metadata.js";
import { buildConfigSchema as buildConfigSchemaImpl } from "./schema.js";
export const loadPluginManifestRegistry = loadPluginManifestRegistryImpl;
export const collectChannelSchemaMetadata = collectChannelSchemaMetadataImpl;
export const collectPluginSchemaMetadata = collectPluginSchemaMetadataImpl;
export const buildConfigSchema = buildConfigSchemaImpl;