refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -20,7 +20,7 @@ describe("formatHealthCheckFailure", () => {
"gateway closed (1006 abnormal closure (no close frame)): no close reason",
"Gateway target: ws://127.0.0.1:19001",
"Source: local loopback",
"Config: /Users/steipete/.clawdbot-dev/clawdbot.json",
"Config: /Users/steipete/.clawdbot-dev/moltbot.json",
"Bind: loopback",
].join("\n"),
);
@@ -30,7 +30,7 @@ describe("formatHealthCheckFailure", () => {
"Health check failed: gateway closed (1006 abnormal closure (no close frame)): no close reason",
" Gateway target: ws://127.0.0.1:19001",
" Source: local loopback",
" Config: /Users/steipete/.clawdbot-dev/clawdbot.json",
" Config: /Users/steipete/.clawdbot-dev/moltbot.json",
" Bind: loopback",
].join("\n"),
);