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

@@ -82,9 +82,9 @@ async function stopAndUninstallService(runtime: RuntimeEnv): Promise<boolean> {
async function removeMacApp(runtime: RuntimeEnv, dryRun?: boolean) {
if (process.platform !== "darwin") return;
await removePath("/Applications/Clawdbot.app", runtime, {
await removePath("/Applications/Moltbot.app", runtime, {
dryRun,
label: "/Applications/Clawdbot.app",
label: "/Applications/Moltbot.app",
});
}
@@ -116,7 +116,7 @@ export async function uninstallCommand(runtime: RuntimeEnv, opts: UninstallOptio
{
value: "app",
label: "macOS app",
hint: "/Applications/Clawdbot.app",
hint: "/Applications/Moltbot.app",
},
],
initialValues: ["service", "state", "workspace"],