From 61a2a3417f11cd6ac927978c8b4860622c8189f7 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Wed, 4 Mar 2026 02:33:04 -0500 Subject: [PATCH] Plugins/memory-core: migrate to scoped plugin-sdk imports --- extensions/memory-core/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/memory-core/index.ts b/extensions/memory-core/index.ts index 05f6aa069fe..6559485e46a 100644 --- a/extensions/memory-core/index.ts +++ b/extensions/memory-core/index.ts @@ -1,5 +1,5 @@ -import type { OpenClawPluginApi } from "openclaw/plugin-sdk/core"; -import { emptyPluginConfigSchema } from "openclaw/plugin-sdk/core"; +import type { OpenClawPluginApi } from "openclaw/plugin-sdk/memory-core"; +import { emptyPluginConfigSchema } from "openclaw/plugin-sdk/memory-core"; const memoryCorePlugin = { id: "memory-core",