mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 03:31:23 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -16,7 +16,7 @@ const createEmptyRegistry = (): PluginRegistry => ({
|
||||
diagnostics: [],
|
||||
});
|
||||
|
||||
const REGISTRY_STATE = Symbol.for("moltbot.pluginRegistryState");
|
||||
const REGISTRY_STATE = Symbol.for("openclaw.pluginRegistryState");
|
||||
|
||||
type RegistryState = {
|
||||
registry: PluginRegistry | null;
|
||||
|
||||
Reference in New Issue
Block a user