From 3ffafc3458692841790066c410b3420a113b7abb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:43:40 +0000 Subject: [PATCH 1/3] Initial plan From 1d0fb33b921d924a6620f44c6a6dbadfca16b4b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:45:03 +0000 Subject: [PATCH 2/3] Add comparison section explaining differences from Clawdbot Co-authored-by: mldangelo <7235481+mldangelo@users.noreply.github.com> --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index fd48556..a891e05 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,28 @@ A lightning-fast tmux-based workspace manager for multi-repo development. Start a full dev environment in seconds. +## How is this different from Clawdbot? + +**Crabcode** and **Clawdbot** are completely different tools that serve different purposes: + +### Crabcode (this project) +- **What it is**: A tmux-based workspace manager for developers +- **Purpose**: Create and manage isolated development workspaces using git worktrees +- **Use case**: Multi-repo development, parallel feature work, isolated testing environments +- **Key features**: Git worktree automation, port isolation, tmux layouts, WIP state management +- **Tech**: Bash scripts, tmux, git worktrees +- **Who it's for**: Developers who need to work on multiple branches/features simultaneously + +### Clawdbot +- **What it is**: A personal AI assistant +- **Purpose**: Interact with AI models through messaging channels (WhatsApp, Telegram, Slack, Discord, etc.) +- **Use case**: Personal assistant, automation, messaging integrations, voice interactions +- **Key features**: Multi-channel messaging, voice wake, live canvas, AI model integration (Claude, GPT) +- **Tech**: Node.js/TypeScript, WebSocket gateway, channel adapters +- **Who it's for**: Users who want a personal AI assistant accessible through their preferred messaging apps + +**In short**: Crabcode helps you manage development workspaces; Clawdbot helps you interact with AI assistants. They don't overlap in functionality. + ## Quick Start ```bash From 20861d841cb4d14185eeedaf95f708307fd96622 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:45:39 +0000 Subject: [PATCH 3/3] Fix capitalization of Git and WebSockets per review feedback Co-authored-by: mldangelo <7235481+mldangelo@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a891e05..1fb44cf 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ A lightning-fast tmux-based workspace manager for multi-repo development. Start ### Crabcode (this project) - **What it is**: A tmux-based workspace manager for developers -- **Purpose**: Create and manage isolated development workspaces using git worktrees +- **Purpose**: Create and manage isolated development workspaces using Git worktrees - **Use case**: Multi-repo development, parallel feature work, isolated testing environments - **Key features**: Git worktree automation, port isolation, tmux layouts, WIP state management -- **Tech**: Bash scripts, tmux, git worktrees +- **Tech**: Bash scripts, tmux, Git worktrees - **Who it's for**: Developers who need to work on multiple branches/features simultaneously ### Clawdbot @@ -19,7 +19,7 @@ A lightning-fast tmux-based workspace manager for multi-repo development. Start - **Purpose**: Interact with AI models through messaging channels (WhatsApp, Telegram, Slack, Discord, etc.) - **Use case**: Personal assistant, automation, messaging integrations, voice interactions - **Key features**: Multi-channel messaging, voice wake, live canvas, AI model integration (Claude, GPT) -- **Tech**: Node.js/TypeScript, WebSocket gateway, channel adapters +- **Tech**: Node.js/TypeScript, WebSockets gateway, channel adapters - **Who it's for**: Users who want a personal AI assistant accessible through their preferred messaging apps **In short**: Crabcode helps you manage development workspaces; Clawdbot helps you interact with AI assistants. They don't overlap in functionality.