chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import { type ClawdisConfig, DEFAULT_GATEWAY_PORT } from "../config/config.js";
import { type ClawdbotConfig, DEFAULT_GATEWAY_PORT } from "../config/config.js";
import {
buildDefaultHookUrl,
buildTopicPath,
@@ -16,7 +16,7 @@ const baseConfig = {
pushToken: "push-token",
},
},
} satisfies ClawdisConfig;
} satisfies ClawdbotConfig;
describe("gmail hook config", () => {
it("builds default hook url", () => {