Home - twamp22/BumbaClaude GitHub Wiki

BumbaClaude

Mission control for Claude Code multi-agent workflows.

BumbaClaude is a standalone desktop dashboard that manages multi-agent Claude Code workflows without modifying Claude Code itself. Define agent teams, launch them, watch them work, intervene when needed. Full audit trail of everything.

Quick Links

What's in v0.1.1

  • Dashboard with team overview and quick stats
  • Team creation wizard with agent roles, model tiers, and governance rules
  • Live agent monitoring with real-time terminal output
  • Task management with hierarchies and agent assignment
  • Full audit event log with filtering
  • Reusable workflow templates (import/export as JSON)
  • Token and tool usage tracking with cost estimates
  • MCP server discovery and tracking
  • Scheduled recurring tasks
  • Context file discovery and viewing
  • Standalone Electron desktop app with system tray, notifications, global shortcuts, and auto-update

The Wrapper Principle

BumbaClaude never touches Claude Code internals. It communicates through three official interfaces:

  1. tmux sessions -- spawns, monitors, and controls Claude Code processes
  2. Filesystem state -- reads JSON mailbox and task files from ~/.claude/
  3. Agent SDK (planned for v0.2.0) -- programmatic agent control via the official API

No forks. No patches. No modifications to Claude Code's source or binary.