mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +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