fix(ci): repair plugin boundary and bootstrap regressions

This commit is contained in:
Peter Steinberger
2026-04-04 12:57:28 +01:00
parent a5836343df
commit dd771f1dc6
8 changed files with 103 additions and 40 deletions

View File

@@ -1 +1,6 @@
export type { OpenClawConfig } from "openclaw/plugin-sdk/memory-core";
export type {
MemoryEmbeddingProbeResult,
MemoryProviderStatus,
MemorySyncProgressUpdate,
} from "openclaw/plugin-sdk/memory-core-host-engine-storage";