refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -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",