From 6c41c77f3baf104a893eee8522ddc95d2df41c53 Mon Sep 17 00:00:00 2001 From: Artur Do Lago Date: Thu, 8 Jan 2026 23:48:37 +0100 Subject: [PATCH] chore: rename Clawdis references to Zee - Update all "Clawdis" references to "Zee gateway" in comments/docs - Clawdis was the old name for the Zee messaging bot (clawdbot fork) Co-Authored-By: Claude Opus 4.5 --- .claude/skills/shared/SKILL.md | 2 +- src/agent/personas.ts | 2 +- src/council/index.ts | 2 +- src/domain/zee/tools.ts | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.claude/skills/shared/SKILL.md b/.claude/skills/shared/SKILL.md index 5427a29b7ff..72f2e2307b5 100644 --- a/.claude/skills/shared/SKILL.md +++ b/.claude/skills/shared/SKILL.md @@ -8,7 +8,7 @@ tags: [shared, telegram, contacts, calendar] # shared - Zee-Powered Tools -Shared tools backed by the Zee runtime (clawdbot). Use these from any persona. +Shared tools backed by the Zee messaging gateway. Use these from any persona. ## Telegram diff --git a/src/agent/personas.ts b/src/agent/personas.ts index 333c36f2ae3..f0d62f5b7ea 100644 --- a/src/agent/personas.ts +++ b/src/agent/personas.ts @@ -178,7 +178,7 @@ export const ZEE_PERSONA: AgentPersona = { export const ZEE_AGENT_CONFIG: AgentConfig = { name: "zee", - description: "Chief of Staff - Professional/Personal intersection. Powered by Clawdis.", + description: "Chief of Staff - Professional/Personal intersection. Powered by Zee gateway.", mode: "primary", native: true, default: true, diff --git a/src/council/index.ts b/src/council/index.ts index 4c5eb41f0e4..5a89ae5e204 100644 --- a/src/council/index.ts +++ b/src/council/index.ts @@ -1,7 +1,7 @@ /** * Council Module * - * Multi-LLM/Agent deliberation system for Clawdis. + * Multi-LLM/Agent deliberation system for agent-core. * Re-exports from orchestration for convenience. */ diff --git a/src/domain/zee/tools.ts b/src/domain/zee/tools.ts index 1bb5475dcb8..04504c9eec7 100644 --- a/src/domain/zee/tools.ts +++ b/src/domain/zee/tools.ts @@ -1,7 +1,7 @@ /** * Zee Domain Tools * - * Personal assistant tools powered by Clawdis: + * Personal assistant tools powered by Zee gateway: * - Memory management and search * - Cross-platform messaging * - Notifications and reminders @@ -159,7 +159,7 @@ export const messagingTool: ToolDefinition = { init: async () => ({ description: `Send messages across different platforms. Supported channels: -- WhatsApp (via Clawdis gateway) +- WhatsApp (via Zee gateway) - Telegram - Discord - Email