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

@@ -50,7 +50,7 @@ const runtime: RuntimeEnv = {
};
const baseSnapshot = {
path: "/tmp/moltbot.json",
path: "/tmp/openclaw.json",
exists: true,
raw: "{}",
parsed: {},
@@ -370,7 +370,7 @@ describe("channels command", () => {
});
expect(lines.join("\n")).toMatch(/Warnings:/);
expect(lines.join("\n")).toMatch(/Message Content Intent is disabled/i);
expect(lines.join("\n")).toMatch(/Run: (?:moltbot|moltbot)( --profile isolated)? doctor/);
expect(lines.join("\n")).toMatch(/Run: (?:openclaw|openclaw)( --profile isolated)? doctor/);
});
it("surfaces Discord permission audit issues in channels status output", () => {
@@ -425,12 +425,12 @@ describe("channels command", () => {
accountId: "default",
enabled: true,
configured: true,
probe: { ok: true, bot: { username: "moltbot_bot" } },
probe: { ok: true, bot: { username: "openclaw_bot" } },
},
],
},
});
expect(lines.join("\n")).toMatch(/bot:@moltbot_bot/);
expect(lines.join("\n")).toMatch(/bot:@openclaw_bot/);
});
it("surfaces Telegram group membership audit issues in channels status output", () => {