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

@@ -133,5 +133,5 @@ export function shortenHomeInString(input: string): string {
return input.split(home).join("~");
}
// Fixed configuration root; legacy ~/.clawdis is no longer used.
export const CONFIG_DIR = path.join(os.homedir(), ".clawdis");
// Fixed configuration root; legacy ~/.clawdbot is no longer used.
export const CONFIG_DIR = path.join(os.homedir(), ".clawdbot");