Branding: update bot.molt bundle IDs + launchd labels

This commit is contained in:
Shadow
2026-01-27 14:46:27 -06:00
parent 1d37815443
commit f7a0b0934d
108 changed files with 11111 additions and 112 deletions

View File

@@ -230,7 +230,7 @@ describe("buildServiceEnvironment", () => {
expect(typeof env.CLAWDBOT_SERVICE_VERSION).toBe("string");
expect(env.CLAWDBOT_SYSTEMD_UNIT).toBe("moltbot-gateway.service");
if (process.platform === "darwin") {
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("com.clawdbot.gateway");
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("bot.molt.gateway");
}
});
@@ -241,7 +241,7 @@ describe("buildServiceEnvironment", () => {
});
expect(env.CLAWDBOT_SYSTEMD_UNIT).toBe("moltbot-gateway-work.service");
if (process.platform === "darwin") {
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("com.clawdbot.work");
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("bot.molt.work");
}
});
});