refactor: rename to openclaw
This commit is contained in:
@@ -9,14 +9,14 @@ const report: HookStatusReport = {
|
||||
{
|
||||
name: "session-memory",
|
||||
description: "Save session context to memory",
|
||||
source: "moltbot-bundled",
|
||||
source: "openclaw-bundled",
|
||||
pluginId: undefined,
|
||||
filePath: "/tmp/hooks/session-memory/HOOK.md",
|
||||
baseDir: "/tmp/hooks/session-memory",
|
||||
handlerPath: "/tmp/hooks/session-memory/handler.js",
|
||||
hookKey: "session-memory",
|
||||
emoji: "💾",
|
||||
homepage: "https://docs.molt.bot/hooks#session-memory",
|
||||
homepage: "https://docs.openclaw.ai/hooks#session-memory",
|
||||
events: ["command:new"],
|
||||
always: false,
|
||||
disabled: false,
|
||||
@@ -62,7 +62,7 @@ describe("hooks cli formatting", () => {
|
||||
{
|
||||
name: "plugin-hook",
|
||||
description: "Hook from plugin",
|
||||
source: "moltbot-plugin",
|
||||
source: "openclaw-plugin",
|
||||
pluginId: "voice-call",
|
||||
filePath: "/tmp/hooks/plugin-hook/HOOK.md",
|
||||
baseDir: "/tmp/hooks/plugin-hook",
|
||||
|
||||
Reference in New Issue
Block a user