enhance_swarm 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.enhance_swarm/agent_scripts/frontend_agent.md +39 -0
- data/.enhance_swarm/user_patterns.json +37 -0
- data/CHANGELOG.md +184 -0
- data/LICENSE +21 -0
- data/PRODUCTION_TEST_LOG.md +502 -0
- data/README.md +905 -0
- data/Rakefile +28 -0
- data/USAGE_EXAMPLES.md +477 -0
- data/examples/enhance_workflow.md +346 -0
- data/examples/rails_project.md +253 -0
- data/exe/enhance-swarm +30 -0
- data/lib/enhance_swarm/additional_commands.rb +299 -0
- data/lib/enhance_swarm/agent_communicator.rb +460 -0
- data/lib/enhance_swarm/agent_reviewer.rb +283 -0
- data/lib/enhance_swarm/agent_spawner.rb +462 -0
- data/lib/enhance_swarm/cleanup_manager.rb +245 -0
- data/lib/enhance_swarm/cli.rb +1592 -0
- data/lib/enhance_swarm/command_executor.rb +78 -0
- data/lib/enhance_swarm/configuration.rb +324 -0
- data/lib/enhance_swarm/control_agent.rb +307 -0
- data/lib/enhance_swarm/dependency_validator.rb +195 -0
- data/lib/enhance_swarm/error_recovery.rb +785 -0
- data/lib/enhance_swarm/generator.rb +194 -0
- data/lib/enhance_swarm/interrupt_handler.rb +512 -0
- data/lib/enhance_swarm/logger.rb +106 -0
- data/lib/enhance_swarm/mcp_integration.rb +85 -0
- data/lib/enhance_swarm/monitor.rb +28 -0
- data/lib/enhance_swarm/notification_manager.rb +444 -0
- data/lib/enhance_swarm/orchestrator.rb +313 -0
- data/lib/enhance_swarm/output_streamer.rb +281 -0
- data/lib/enhance_swarm/process_monitor.rb +266 -0
- data/lib/enhance_swarm/progress_tracker.rb +215 -0
- data/lib/enhance_swarm/project_analyzer.rb +612 -0
- data/lib/enhance_swarm/resource_manager.rb +177 -0
- data/lib/enhance_swarm/retry_handler.rb +40 -0
- data/lib/enhance_swarm/session_manager.rb +247 -0
- data/lib/enhance_swarm/signal_handler.rb +95 -0
- data/lib/enhance_swarm/smart_defaults.rb +708 -0
- data/lib/enhance_swarm/task_integration.rb +150 -0
- data/lib/enhance_swarm/task_manager.rb +174 -0
- data/lib/enhance_swarm/version.rb +5 -0
- data/lib/enhance_swarm/visual_dashboard.rb +555 -0
- data/lib/enhance_swarm/web_ui.rb +211 -0
- data/lib/enhance_swarm.rb +69 -0
- data/setup.sh +86 -0
- data/sig/enhance_swarm.rbs +4 -0
- data/templates/claude/CLAUDE.md +160 -0
- data/templates/claude/MCP.md +117 -0
- data/templates/claude/PERSONAS.md +114 -0
- data/templates/claude/RULES.md +221 -0
- data/test_builtin_functionality.rb +121 -0
- data/test_core_components.rb +156 -0
- data/test_real_claude_integration.rb +285 -0
- data/test_security.rb +150 -0
- data/test_smart_defaults.rb +155 -0
- data/test_task_integration.rb +173 -0
- data/test_web_ui.rb +245 -0
- data/web/assets/css/main.css +645 -0
- data/web/assets/js/kanban.js +499 -0
- data/web/assets/js/main.js +525 -0
- data/web/templates/dashboard.html.erb +226 -0
- data/web/templates/kanban.html.erb +193 -0
- metadata +293 -0
data/README.md
ADDED
@@ -0,0 +1,905 @@
|
|
1
|
+
# EnhanceSwarm 🚀
|
2
|
+
|
3
|
+
**Production-ready multi-agent orchestration for Claude with real agent spawning, autonomous coordination, and intelligent project analysis.**
|
4
|
+
|
5
|
+
EnhanceSwarm v1.0 transforms Claude into a sophisticated multi-agent development team that autonomously coordinates specialist workers (Backend, Frontend, QA, UX) using real Claude CLI processes to complete complex software tasks in parallel.
|
6
|
+
|
7
|
+
## ✨ Key Features
|
8
|
+
|
9
|
+
- **🤖 Real Claude CLI Integration**: Spawns authentic Claude agents using your local Claude CLI
|
10
|
+
- **🧠 Intelligent Project Analysis**: Automatically detects Rails, React, Vue, Django, and more
|
11
|
+
- **🎯 Role-Specialized Agents**: Backend, Frontend, QA, and UX agents with focused expertise
|
12
|
+
- **📋 Smart Task Management**: Seamless integration with existing project workflows
|
13
|
+
- **🌐 Web-Based Dashboard**: Real-time monitoring and control via web interface
|
14
|
+
- **🔄 Graceful Fallback**: Simulation mode when Claude CLI unavailable
|
15
|
+
- **⚡ Production Ready**: Comprehensive testing and error handling
|
16
|
+
- **🛡️ Security First**: Command injection protection and secure execution
|
17
|
+
- **📊 Multi-Framework Support**: Optimized for Rails, React, Vue, Django, and more
|
18
|
+
|
19
|
+
## 🎖️ Production Readiness - v1.0.0
|
20
|
+
|
21
|
+
**EnhanceSwarm v1.0.0 is production-ready with comprehensive validation and third-party assessment.**
|
22
|
+
|
23
|
+
### ✅ Validated Production Capabilities
|
24
|
+
|
25
|
+
- **Real Agent Execution**: Successfully spawns Claude CLI agents producing high-quality code (45+ line React components with comprehensive test suites)
|
26
|
+
- **CLI Integration**: 100% success rate on all major commands (`spawn`, `status`, `dashboard`, `monitor`)
|
27
|
+
- **Process Management**: Robust agent lifecycle management with PID tracking and status monitoring
|
28
|
+
- **Error Recovery**: Production-grade error handling with detailed feedback and recovery suggestions
|
29
|
+
- **Worktree Isolation**: Git worktree-based agent isolation prevents conflicts and enables parallel development
|
30
|
+
|
31
|
+
### 📊 Production Metrics
|
32
|
+
|
33
|
+
- **Architecture Score**: 90/100 (validated by third-party analysis)
|
34
|
+
- **Functionality Score**: 95/100 (comprehensive testing confirmed)
|
35
|
+
- **Overall Production Score**: 82/100 - **Ready for controlled deployment**
|
36
|
+
|
37
|
+
### 🚀 Deployment Recommendations
|
38
|
+
|
39
|
+
**✅ Suitable for:**
|
40
|
+
- Development team automation and tooling
|
41
|
+
- Controlled production environments with monitoring
|
42
|
+
- Proof-of-concept and demonstration projects
|
43
|
+
- Small-scale production usage (<10 concurrent agents)
|
44
|
+
|
45
|
+
**⚠️ Requires monitoring for:**
|
46
|
+
- Resource usage and token consumption
|
47
|
+
- Process health and cleanup
|
48
|
+
- Concurrent agent limits based on system capacity
|
49
|
+
|
50
|
+
## 🚀 Quick Installation
|
51
|
+
|
52
|
+
### Prerequisites
|
53
|
+
|
54
|
+
- **Claude CLI**: Install from [Claude Code](https://claude.ai/code) - required for real agent spawning
|
55
|
+
- **Ruby 3.0+**: For running EnhanceSwarm
|
56
|
+
- **Git**: For project management and agent worktrees
|
57
|
+
|
58
|
+
### Installation Options
|
59
|
+
|
60
|
+
#### Option 1: RubyGems (Recommended)
|
61
|
+
|
62
|
+
```bash
|
63
|
+
# Install the gem
|
64
|
+
gem install enhance_swarm
|
65
|
+
|
66
|
+
# Or add to your Gemfile
|
67
|
+
echo 'gem "enhance_swarm", "~> 1.0"' >> Gemfile
|
68
|
+
bundle install
|
69
|
+
|
70
|
+
# Initialize in your project
|
71
|
+
enhance-swarm init
|
72
|
+
```
|
73
|
+
|
74
|
+
#### Option 2: From Source (Development)
|
75
|
+
|
76
|
+
```bash
|
77
|
+
# Add to your Gemfile for latest development version
|
78
|
+
echo 'gem "enhance_swarm", git: "https://github.com/todddickerson/enhance_swarm.git"' >> Gemfile
|
79
|
+
bundle install
|
80
|
+
|
81
|
+
# Initialize in your project
|
82
|
+
bundle exec enhance-swarm init
|
83
|
+
```
|
84
|
+
|
85
|
+
#### Option 3: Global Installation from Source
|
86
|
+
|
87
|
+
```bash
|
88
|
+
# Clone and install globally
|
89
|
+
git clone https://github.com/todddickerson/enhance_swarm.git
|
90
|
+
cd enhance_swarm
|
91
|
+
bundle install && rake install
|
92
|
+
|
93
|
+
# Use anywhere
|
94
|
+
enhance-swarm init
|
95
|
+
```
|
96
|
+
|
97
|
+
#### Option 3: Quick Setup with Validation
|
98
|
+
|
99
|
+
```bash
|
100
|
+
# One-command setup with dependency checking
|
101
|
+
curl -sSL https://raw.githubusercontent.com/todddickerson/enhance_swarm/main/setup.sh | bash
|
102
|
+
```
|
103
|
+
|
104
|
+
## 🎉 What's New in v1.0
|
105
|
+
|
106
|
+
### Real Claude CLI Integration
|
107
|
+
|
108
|
+
EnhanceSwarm v1.0 introduces **authentic Claude agent spawning** using your local Claude CLI:
|
109
|
+
|
110
|
+
```bash
|
111
|
+
# Real Claude agents with specialized prompts
|
112
|
+
enhance-swarm enhance "implement user authentication"
|
113
|
+
# ✅ Spawns actual Claude processes
|
114
|
+
# ✅ Role-specific agent prompts
|
115
|
+
# ✅ Project-aware context
|
116
|
+
# ✅ Independent execution with monitoring
|
117
|
+
```
|
118
|
+
|
119
|
+
### Intelligent Project Analysis
|
120
|
+
|
121
|
+
Automatic project detection and smart configuration:
|
122
|
+
|
123
|
+
```bash
|
124
|
+
# Smart project analysis
|
125
|
+
enhance-swarm init
|
126
|
+
# ✅ Detects Rails, React, Vue, Django, and more
|
127
|
+
# ✅ Configures optimal agent roles
|
128
|
+
# ✅ Sets up framework-specific commands
|
129
|
+
# ✅ Generates intelligent code standards
|
130
|
+
```
|
131
|
+
|
132
|
+
### Production Features
|
133
|
+
|
134
|
+
- **Comprehensive Testing**: 80%+ test coverage with real Claude CLI validation
|
135
|
+
- **Rails Optimization**: MVC-aware agent coordination and Rails conventions
|
136
|
+
- **Error Recovery**: Graceful fallback to simulation mode when Claude CLI unavailable
|
137
|
+
- **Web Dashboard**: Real-time monitoring and control interface
|
138
|
+
- **Multi-Framework**: Built-in support for Rails, React, Vue, Django, and more
|
139
|
+
|
140
|
+
## 🎯 Getting Started
|
141
|
+
|
142
|
+
### 1. Initialize Your Project
|
143
|
+
|
144
|
+
```bash
|
145
|
+
cd your-project
|
146
|
+
enhance-swarm init
|
147
|
+
```
|
148
|
+
|
149
|
+
**Creates:**
|
150
|
+
- `.enhance_swarm.yml` - Project configuration
|
151
|
+
- `.claude/` directory with specialized files:
|
152
|
+
- `CLAUDE.md` - Core Claude configuration
|
153
|
+
- `RULES.md` - Operational rules and standards
|
154
|
+
- `MCP.md` - Model Context Protocol settings
|
155
|
+
- `PERSONAS.md` - Agent personality definitions
|
156
|
+
- Git hooks for quality control
|
157
|
+
|
158
|
+
### 2. Configure Your Stack
|
159
|
+
|
160
|
+
Edit `.enhance_swarm.yml`:
|
161
|
+
```yaml
|
162
|
+
project:
|
163
|
+
name: "My Rails App"
|
164
|
+
description: "E-commerce platform with AI features"
|
165
|
+
technology_stack: ["Rails 8", "PostgreSQL", "Hotwire", "Tailwind"]
|
166
|
+
|
167
|
+
commands:
|
168
|
+
test: "bundle exec rspec"
|
169
|
+
lint: "bundle exec rubocop"
|
170
|
+
|
171
|
+
orchestration:
|
172
|
+
max_concurrent_agents: 4
|
173
|
+
monitor_timeout: 120
|
174
|
+
```
|
175
|
+
|
176
|
+
### 3. Start Enhancing!
|
177
|
+
|
178
|
+
```bash
|
179
|
+
# Launch visual dashboard for agent monitoring
|
180
|
+
enhance-swarm dashboard
|
181
|
+
# Opens visual interface with agent status and real-time monitoring
|
182
|
+
|
183
|
+
# Start multi-agent development workflow
|
184
|
+
enhance-swarm enhance "implement user authentication system"
|
185
|
+
# ✅ Spawns real Claude agents with role specialization
|
186
|
+
# ✅ Coordinates backend → frontend → qa workflow
|
187
|
+
# ✅ Provides real-time progress monitoring
|
188
|
+
|
189
|
+
# Single specialized agent for focused tasks
|
190
|
+
enhance-swarm spawn "fix login validation bug" --role backend
|
191
|
+
# ✅ Spawns backend specialist with project context
|
192
|
+
# ✅ Uses actual Claude CLI for authentic development
|
193
|
+
```
|
194
|
+
|
195
|
+
## 🌐 Web Dashboard
|
196
|
+
|
197
|
+
EnhanceSwarm v1.0 includes a comprehensive web interface:
|
198
|
+
|
199
|
+
```bash
|
200
|
+
# Start the visual dashboard
|
201
|
+
enhance-swarm dashboard
|
202
|
+
```
|
203
|
+
|
204
|
+
**Features:**
|
205
|
+
- **Kanban Board**: Visual task management with drag-and-drop
|
206
|
+
- **Agent Monitoring**: Real-time status of all running agents
|
207
|
+
- **Project Analysis**: Live project structure and technology detection
|
208
|
+
- **Task Creation**: Spawn agents directly from the web interface
|
209
|
+
- **Progress Tracking**: Visual progress bars and completion status
|
210
|
+
|
211
|
+
## 🎛️ The Control Agent System
|
212
|
+
|
213
|
+
**Autonomous coordination powered by Claude:**
|
214
|
+
|
215
|
+
```bash
|
216
|
+
enhance-swarm enhance "implement user authentication" --follow
|
217
|
+
```
|
218
|
+
|
219
|
+
**Results in intelligent orchestration:**
|
220
|
+
|
221
|
+
```
|
222
|
+
🎛️ Control Agent Coordination
|
223
|
+
Phase: Backend Implementation
|
224
|
+
Progress: 45%
|
225
|
+
|
226
|
+
🔄 Active Agents:
|
227
|
+
• backend-auth-20250628-1432
|
228
|
+
|
229
|
+
✅ Completed Agents:
|
230
|
+
• analysis-requirements-20250628-1431
|
231
|
+
|
232
|
+
📝 Status: Backend agent implementing User model with bcrypt authentication
|
233
|
+
|
234
|
+
⏱️ Estimated completion: 20:45:30 (12m remaining)
|
235
|
+
```
|
236
|
+
|
237
|
+
## 📡 Live Agent Streaming
|
238
|
+
|
239
|
+
Watch your agents work in real-time:
|
240
|
+
|
241
|
+
```bash
|
242
|
+
enhance-swarm spawn "implement login API" --role backend --follow
|
243
|
+
```
|
244
|
+
|
245
|
+
**Live output display:**
|
246
|
+
|
247
|
+
```
|
248
|
+
⠋ [█████████░░] 45% Spawning backend agent... [2m15s/4m30s]
|
249
|
+
┌─ 🔧 BACKEND Agent (2m15s) backend-auth-123 ──────────────┐
|
250
|
+
│ ● 🔍 Analyzing existing auth system... │
|
251
|
+
│ ● 📁 Reading app/models/user.rb │
|
252
|
+
│ ● ✅ Found User model with email field │
|
253
|
+
│ ● 🔧 Generating sessions controller... │
|
254
|
+
│ ● 📝 Writing spec/requests/auth_spec.rb │
|
255
|
+
│ ● 🏃 Running rspec... │
|
256
|
+
│ ● 🎯 Implementing password validation... │
|
257
|
+
│ ● 🔒 Adding bcrypt authentication... │
|
258
|
+
└───────────────────────────────────────────────────────────┘
|
259
|
+
|
260
|
+
📋 Completed:
|
261
|
+
✅ backend (2m15s)
|
262
|
+
```
|
263
|
+
|
264
|
+
## 📊 Status & Monitoring
|
265
|
+
|
266
|
+
Track all agent work across your project:
|
267
|
+
|
268
|
+
```bash
|
269
|
+
# Check overall status
|
270
|
+
enhance-swarm status
|
271
|
+
|
272
|
+
# Get detailed JSON status
|
273
|
+
enhance-swarm status --json
|
274
|
+
|
275
|
+
# Monitor running agents
|
276
|
+
enhance-swarm monitor --interval 30
|
277
|
+
```
|
278
|
+
|
279
|
+
**Status output:**
|
280
|
+
```
|
281
|
+
=== EnhanceSwarm Status ===
|
282
|
+
Time: 2025-06-28 19:45:30
|
283
|
+
|
284
|
+
📊 Summary:
|
285
|
+
Total worktrees: 3
|
286
|
+
Active: 1
|
287
|
+
Stale: 0
|
288
|
+
|
289
|
+
📋 Tasks:
|
290
|
+
Completed: 2
|
291
|
+
Active: 1
|
292
|
+
Blocked: 0
|
293
|
+
|
294
|
+
✅ Recently Completed:
|
295
|
+
auth-backend (swarm/backend-auth-20250628)
|
296
|
+
login-ui (swarm/frontend-login-20250628)
|
297
|
+
|
298
|
+
🔄 Currently Active:
|
299
|
+
payment-integration (5m ago)
|
300
|
+
```
|
301
|
+
|
302
|
+
## 🔔 Smart Notifications & Interrupts
|
303
|
+
|
304
|
+
Stay informed about agent progress with intelligent notifications:
|
305
|
+
|
306
|
+
```bash
|
307
|
+
# Enable notifications with enhance command
|
308
|
+
enhance-swarm enhance "implement auth system" --notifications
|
309
|
+
|
310
|
+
# Manage notification settings
|
311
|
+
enhance-swarm notifications --enable
|
312
|
+
enhance-swarm notifications --test
|
313
|
+
```
|
314
|
+
|
315
|
+
**Notification Features:**
|
316
|
+
|
317
|
+
- **Desktop Notifications**: Cross-platform desktop alerts (macOS/Linux/Windows)
|
318
|
+
- **Priority-Based**: Critical, High, Medium, Low priority notifications
|
319
|
+
- **Agent Events**: Completion, failures, stuck detection, milestones
|
320
|
+
- **Intelligent Interrupts**: Timeout-based prompts for stuck/failed agents
|
321
|
+
- **Sound Alerts**: Configurable sound notifications for critical events
|
322
|
+
|
323
|
+
**Interrupt Handling:**
|
324
|
+
|
325
|
+
```bash
|
326
|
+
# Automatic prompts for stuck agents
|
327
|
+
Agent 'backend' stuck for 12m. Restart? [y/N]
|
328
|
+
(Auto-selecting 'n' in 30s if no response)
|
329
|
+
|
330
|
+
# Smart error recovery suggestions
|
331
|
+
Agent 'frontend' failed: Connection timeout
|
332
|
+
💡 Quick fixes:
|
333
|
+
1. Restart agent with longer timeout
|
334
|
+
2. Check network connectivity
|
335
|
+
Choose [1-2] or [c]ustom command:
|
336
|
+
|
337
|
+
# Manual agent management
|
338
|
+
enhance-swarm restart backend-auth-123
|
339
|
+
```
|
340
|
+
|
341
|
+
|
342
|
+
## 💬 Quick Agent Communication
|
343
|
+
|
344
|
+
Seamless communication between you and running agents:
|
345
|
+
|
346
|
+
```bash
|
347
|
+
# Show communication status
|
348
|
+
enhance-swarm communicate
|
349
|
+
|
350
|
+
# Demo communication features
|
351
|
+
enhance-swarm communicate --demo
|
352
|
+
|
353
|
+
# Show communication status with details
|
354
|
+
enhance-swarm communicate --status
|
355
|
+
```
|
356
|
+
|
357
|
+
**Communication Features:**
|
358
|
+
|
359
|
+
- **Real-time Messaging**: Agents can ask questions while working
|
360
|
+
- **Non-blocking**: Continue other work while agents wait for responses
|
361
|
+
- **Message Types**: Questions, status updates, progress reports, decisions
|
362
|
+
- **Quick Actions**: Pre-defined responses for common agent questions
|
363
|
+
- **Timeout Handling**: Default responses when user is unavailable
|
364
|
+
- **File-based**: Cross-process communication that persists across sessions
|
365
|
+
|
366
|
+
**Example Agent Communication:**
|
367
|
+
|
368
|
+
```bash
|
369
|
+
💬 Agent Communication Status:
|
370
|
+
Pending messages: 2
|
371
|
+
Recent messages: 3
|
372
|
+
|
373
|
+
📋 Recent Messages:
|
374
|
+
1. question from demo-backend
|
375
|
+
Should I use PostgreSQL or MySQL?...
|
376
|
+
2. status from demo-frontend
|
377
|
+
UI components 60% complete...
|
378
|
+
```
|
379
|
+
|
380
|
+
## 🖥️ Visual Agent Dashboard
|
381
|
+
|
382
|
+
Real-time monitoring with an interactive visual dashboard:
|
383
|
+
|
384
|
+
```bash
|
385
|
+
# Start dashboard for all running agents
|
386
|
+
enhance-swarm dashboard
|
387
|
+
|
388
|
+
# Monitor specific agents
|
389
|
+
enhance-swarm dashboard --agents backend-auth-123 frontend-ui-456
|
390
|
+
|
391
|
+
# Take a snapshot and exit
|
392
|
+
enhance-swarm dashboard --snapshot
|
393
|
+
|
394
|
+
# Custom refresh rate
|
395
|
+
enhance-swarm dashboard --refresh 1
|
396
|
+
```
|
397
|
+
|
398
|
+
**Dashboard Features:**
|
399
|
+
|
400
|
+
- **Agent Status Grid**: Visual status indicators for all agents
|
401
|
+
- **Progress Bars**: Real-time progress tracking with percentages
|
402
|
+
- **System Resources**: Memory usage, process count, message queue
|
403
|
+
- **Interactive Controls**: Pause, refresh, help, detailed views
|
404
|
+
- **Health Indicators**: Visual agent health with color coding
|
405
|
+
- **Terminal UI**: Full terminal-based interface with keyboard shortcuts
|
406
|
+
|
407
|
+
**Dashboard Interface:**
|
408
|
+
|
409
|
+
```
|
410
|
+
┌─── 🖥️ EnhanceSwarm Visual Dashboard ─────────────────────────────────┐
|
411
|
+
│ 14:32:15 │ Agents: 4 │ Active: 2 │ Updated: 3s ago │
|
412
|
+
└────────────────────────────────────────────────────────────────────────┘
|
413
|
+
|
414
|
+
📊 Coordination Status
|
415
|
+
─────────────────────────────────────────
|
416
|
+
Phase: Frontend Implementation
|
417
|
+
Progress: ████████░░░░░░░░░░░░░░░░░░░░ 75%
|
418
|
+
Active: frontend-ui-456
|
419
|
+
Completed: backend-auth-123, ux-design-789
|
420
|
+
|
421
|
+
🤖 Agent Status Grid
|
422
|
+
────────────────────────────────────────────────────────────────
|
423
|
+
┌────────────────┐ ┌────────────────┐ ┌────────────────┐ ┌────────────────┐
|
424
|
+
│ backend │ │ frontend │ │ qa │ │ ux │
|
425
|
+
│ 🟢 Active │ │ ✅ Done │ │ 🔄 Starting │ │ ✅ Done │
|
426
|
+
│ ████████░░░░ │ │ ██████████████ │ │ │ │ ██████████████ │
|
427
|
+
│ 2m15s │ │ 4m32s │ │ 12s │ │ 8m45s │
|
428
|
+
└────────────────┘ └────────────────┘ └────────────────┘ └────────────────┘
|
429
|
+
|
430
|
+
📈 System Resources
|
431
|
+
──────────────────────────────
|
432
|
+
Memory: ██████████░░░░░░░░░░ 8.2GB/16GB
|
433
|
+
Processes: 3 active
|
434
|
+
Messages: 1 pending
|
435
|
+
|
436
|
+
🎮 Controls
|
437
|
+
───────────────
|
438
|
+
[q] Quit [r] Refresh [p] Pause [c] Clear [h] Help
|
439
|
+
```
|
440
|
+
|
441
|
+
## 🧠 Smart Defaults & Auto-Actions
|
442
|
+
|
443
|
+
Intelligent project analysis and automation:
|
444
|
+
|
445
|
+
```bash
|
446
|
+
# Get smart suggestions for next actions
|
447
|
+
enhance-swarm suggest
|
448
|
+
|
449
|
+
# Show context-aware suggestions
|
450
|
+
enhance-swarm suggest --context "need to improve performance"
|
451
|
+
```
|
452
|
+
|
453
|
+
**Smart Features:**
|
454
|
+
|
455
|
+
- **Role Detection**: Automatically suggest best agent role for tasks
|
456
|
+
- **Project Analysis**: Detect technology stack and suggest optimal settings
|
457
|
+
- **Auto-cleanup**: Intelligent cleanup of stale resources
|
458
|
+
- **Pattern Learning**: Learn from user preferences and past actions
|
459
|
+
- **Context-aware Commands**: Suggest appropriate commands based on project state
|
460
|
+
- **Concurrency Optimization**: Recommend optimal agent counts based on system resources
|
461
|
+
|
462
|
+
**Example Smart Suggestions:**
|
463
|
+
|
464
|
+
```bash
|
465
|
+
🧠 Analyzing project and generating smart suggestions...
|
466
|
+
|
467
|
+
💡 Smart Suggestions:
|
468
|
+
|
469
|
+
1. [HIGH] Stale worktrees detected
|
470
|
+
Command: enhance-swarm cleanup --all
|
471
|
+
|
472
|
+
2. [MEDIUM] Code changes detected, tests should be run
|
473
|
+
Command: npm test
|
474
|
+
|
475
|
+
3. [LOW] End of day cleanup
|
476
|
+
Command: enhance-swarm cleanup --all
|
477
|
+
|
478
|
+
🤖 Auto-detected role: backend (use --role to override)
|
479
|
+
✅ Auto-cleaned 3 stale resources
|
480
|
+
```
|
481
|
+
|
482
|
+
## 🔧 Better Error Recovery
|
483
|
+
|
484
|
+
Intelligent error analysis and automatic recovery:
|
485
|
+
|
486
|
+
```bash
|
487
|
+
# Analyze specific errors
|
488
|
+
enhance-swarm recover --analyze "Connection timeout after 30 seconds"
|
489
|
+
|
490
|
+
# View error recovery statistics
|
491
|
+
enhance-swarm recover --stats
|
492
|
+
|
493
|
+
# Demo error recovery features
|
494
|
+
enhance-swarm recover --demo
|
495
|
+
|
496
|
+
# Interactive troubleshooting assistant
|
497
|
+
enhance-swarm troubleshoot
|
498
|
+
```
|
499
|
+
|
500
|
+
**Error Recovery Features:**
|
501
|
+
|
502
|
+
- **Pattern Recognition**: Learn from error patterns and successful recoveries
|
503
|
+
- **Automatic Recovery**: Attempt common fixes automatically
|
504
|
+
- **Recovery Strategies**: Network retry, file creation, dependency installation
|
505
|
+
- **Success Tracking**: Monitor recovery success rates and improve strategies
|
506
|
+
- **Manual Learning**: Capture and reuse manual recovery procedures
|
507
|
+
- **Context Analysis**: Consider project context when suggesting fixes
|
508
|
+
|
509
|
+
**Error Analysis Output:**
|
510
|
+
|
511
|
+
```bash
|
512
|
+
🔍 Analyzing error: Connection timeout after 30 seconds
|
513
|
+
|
514
|
+
📊 Error Analysis:
|
515
|
+
Type: StandardError
|
516
|
+
Auto-recoverable: Yes
|
517
|
+
|
518
|
+
🔎 Matching Patterns:
|
519
|
+
1. Network timeout pattern (85% confidence)
|
520
|
+
|
521
|
+
💡 Recovery Suggestions:
|
522
|
+
1. 🤖 Retry with exponential backoff (85%)
|
523
|
+
2. 👤 Check network connectivity (70%)
|
524
|
+
3. 🤖 Increase timeout and retry (60%)
|
525
|
+
|
526
|
+
📖 Error Explanation: Connection timeout after 30 seconds
|
527
|
+
|
528
|
+
This typically occurs when a network request takes longer than the configured timeout period.
|
529
|
+
|
530
|
+
🔍 Likely Cause:
|
531
|
+
Network latency or server overload
|
532
|
+
|
533
|
+
🛡️ Prevention Tips:
|
534
|
+
1. Implement retry logic with exponential backoff
|
535
|
+
2. Monitor network connectivity before making requests
|
536
|
+
3. Configure appropriate timeout values for your use case
|
537
|
+
4. Consider using connection pooling for better performance
|
538
|
+
```
|
539
|
+
|
540
|
+
**Interactive Troubleshooting:**
|
541
|
+
|
542
|
+
```bash
|
543
|
+
🔧 Interactive Troubleshooting Mode
|
544
|
+
────────────────────────────────────────
|
545
|
+
|
546
|
+
What would you like to troubleshoot?
|
547
|
+
1. Recent agent failures
|
548
|
+
2. Configuration issues
|
549
|
+
3. Dependency problems
|
550
|
+
4. Performance issues
|
551
|
+
5. Exit
|
552
|
+
|
553
|
+
Enter your choice (1-5): 2
|
554
|
+
|
555
|
+
⚙️ Configuration Troubleshooting
|
556
|
+
✅ Configuration file found: .enhance_swarm.yml
|
557
|
+
✅ Configuration file is valid YAML
|
558
|
+
✅ Configuration appears to be valid
|
559
|
+
```
|
560
|
+
|
561
|
+
## 🧠 Core Commands & Examples
|
562
|
+
|
563
|
+
### Multi-Agent Orchestration
|
564
|
+
|
565
|
+
```bash
|
566
|
+
# Full feature implementation
|
567
|
+
enhance-swarm enhance "implement shopping cart with checkout"
|
568
|
+
# → Spawns: UX → Backend → Frontend → QA agents in sequence
|
569
|
+
|
570
|
+
# With live streaming
|
571
|
+
enhance-swarm enhance "add user dashboard" --follow
|
572
|
+
# → Real-time coordination display with agent progress
|
573
|
+
|
574
|
+
# Specific task from backlog
|
575
|
+
enhance-swarm enhance --task CART-123
|
576
|
+
# → Processes specific task ID
|
577
|
+
```
|
578
|
+
|
579
|
+
### Single Agent Tasks
|
580
|
+
|
581
|
+
```bash
|
582
|
+
# Backend specialist
|
583
|
+
enhance-swarm spawn "fix payment API timeout" --role backend
|
584
|
+
|
585
|
+
# Frontend specialist
|
586
|
+
enhance-swarm spawn "improve mobile responsiveness" --role frontend
|
587
|
+
|
588
|
+
# QA specialist
|
589
|
+
enhance-swarm spawn "add edge case tests for auth" --role qa
|
590
|
+
|
591
|
+
# UX specialist
|
592
|
+
enhance-swarm spawn "redesign onboarding flow" --role ux
|
593
|
+
```
|
594
|
+
|
595
|
+
### Monitoring & Management
|
596
|
+
|
597
|
+
```bash
|
598
|
+
# System health check
|
599
|
+
enhance-swarm doctor
|
600
|
+
# → Validates dependencies, git setup, requirements
|
601
|
+
|
602
|
+
# Project status
|
603
|
+
enhance-swarm status --json
|
604
|
+
# → Detailed status including active agents, worktrees, health
|
605
|
+
|
606
|
+
# Configuration details
|
607
|
+
enhance-swarm config
|
608
|
+
# → Show current project configuration
|
609
|
+
|
610
|
+
# Manage notifications
|
611
|
+
enhance-swarm notifications --test
|
612
|
+
# → Test notification system functionality
|
613
|
+
|
614
|
+
# Get smart suggestions
|
615
|
+
enhance-swarm suggest
|
616
|
+
# → Context-aware improvement suggestions
|
617
|
+
```
|
618
|
+
|
619
|
+
## 🏗️ Architecture Overview
|
620
|
+
|
621
|
+
```
|
622
|
+
┌─ Your Terminal ─────────────────────────────────────────┐
|
623
|
+
│ enhance-swarm CLI (Self-Contained Ruby Orchestrator) │
|
624
|
+
│ ├── Built-in Agent Spawning & Session Management │
|
625
|
+
│ ├── Progress Tracking & Live Streaming │
|
626
|
+
│ ├── Process Monitoring & Status Reporting │
|
627
|
+
│ └── Git Worktree Management & Resource Cleanup │
|
628
|
+
└─────────────────────┬───────────────────────────────────┘
|
629
|
+
│
|
630
|
+
┌─ Control Agent ─────▼───────────────────────────────────┐
|
631
|
+
│ Claude Instance (Autonomous Coordinator) │
|
632
|
+
│ ├── Task Analysis & Agent Planning │
|
633
|
+
│ ├── Dependency Management (backend → frontend → qa) │
|
634
|
+
│ ├── Progress Monitoring & Handoff Decisions │
|
635
|
+
│ └── Conflict Resolution & Error Recovery │
|
636
|
+
└─────────────────────┬───────────────────────────────────┘
|
637
|
+
│ spawns & coordinates via JSON
|
638
|
+
┌──────────┼──────────┬──────────┐
|
639
|
+
▼ ▼ ▼ ▼
|
640
|
+
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
|
641
|
+
│🔧 Backend│ │🎨 Frontend│ │🧪 QA │ │✨ UX │
|
642
|
+
│ Agent │ │ Agent │ │ Agent │ │ Agent │
|
643
|
+
│ Worktree│ │ Worktree│ │ Worktree│ │ Worktree│
|
644
|
+
└─────────┘ └─────────┘ └─────────┘ └─────────┘
|
645
|
+
```
|
646
|
+
|
647
|
+
## ⚙️ Advanced Configuration
|
648
|
+
|
649
|
+
### Custom Agent Roles
|
650
|
+
|
651
|
+
```yaml
|
652
|
+
# .enhance_swarm.yml
|
653
|
+
agents:
|
654
|
+
database_expert:
|
655
|
+
focus: "Database optimization, migrations, indexing"
|
656
|
+
trigger_keywords: ["database", "migration", "index", "query"]
|
657
|
+
|
658
|
+
security_specialist:
|
659
|
+
focus: "Security audits, vulnerability scanning"
|
660
|
+
trigger_keywords: ["security", "auth", "permission", "encrypt"]
|
661
|
+
```
|
662
|
+
|
663
|
+
### Environment Variables
|
664
|
+
|
665
|
+
```bash
|
666
|
+
# Logging
|
667
|
+
export ENHANCE_SWARM_LOG_LEVEL=debug
|
668
|
+
export ENHANCE_SWARM_JSON_LOGS=true
|
669
|
+
|
670
|
+
# Behavior
|
671
|
+
export ENHANCE_SWARM_STRICT=true # Fail fast on dependency issues
|
672
|
+
```
|
673
|
+
|
674
|
+
### MCP Tool Integration
|
675
|
+
|
676
|
+
```yaml
|
677
|
+
# .enhance_swarm.yml
|
678
|
+
mcp_tools:
|
679
|
+
gemini_cli: true # Large codebase analysis
|
680
|
+
desktop_commander: true # File operations outside project
|
681
|
+
```
|
682
|
+
|
683
|
+
## 🛡️ Security & Quality
|
684
|
+
|
685
|
+
### Built-in Security
|
686
|
+
|
687
|
+
- **Command Injection Protection**: All shell commands use `Open3.capture3` with argument sanitization
|
688
|
+
- **Input Validation**: Configuration values validated, dangerous patterns blocked
|
689
|
+
- **Path Sanitization**: Prevents directory traversal attacks
|
690
|
+
- **Timeout Protection**: All external commands have configurable timeouts
|
691
|
+
- **Secure Defaults**: Principle of least privilege, secure by default
|
692
|
+
|
693
|
+
### Quality Assurance
|
694
|
+
|
695
|
+
- **106 Comprehensive Tests**: Security, functionality, edge cases
|
696
|
+
- **Automated Retry Logic**: Handles transient failures gracefully
|
697
|
+
- **Resource Cleanup**: Automatic cleanup of stale worktrees and processes
|
698
|
+
- **Dependency Validation**: Ensures required tools are available and working
|
699
|
+
|
700
|
+
## 🚨 Error Recovery & Resilience
|
701
|
+
|
702
|
+
### Automatic Retry Logic
|
703
|
+
|
704
|
+
```ruby
|
705
|
+
# Built-in retry for transient failures
|
706
|
+
RetryHandler.with_retry(max_retries: 3) do
|
707
|
+
CommandExecutor.execute('git', 'push', 'origin', 'HEAD')
|
708
|
+
end
|
709
|
+
```
|
710
|
+
|
711
|
+
### Smart Cleanup
|
712
|
+
|
713
|
+
```bash
|
714
|
+
# Automatic detection and cleanup of:
|
715
|
+
# - Stale git worktrees
|
716
|
+
# - Abandoned agent processes
|
717
|
+
# - Temporary communication files
|
718
|
+
# - Failed operation artifacts
|
719
|
+
enhance-swarm cleanup --all
|
720
|
+
```
|
721
|
+
|
722
|
+
### Health Monitoring
|
723
|
+
|
724
|
+
```bash
|
725
|
+
# Comprehensive system validation
|
726
|
+
enhance-swarm doctor --detailed --json
|
727
|
+
# → Validates git, claude-swarm, ruby, dependencies with version checks
|
728
|
+
```
|
729
|
+
|
730
|
+
## 📊 Token Optimization
|
731
|
+
|
732
|
+
### Intelligent Context Management
|
733
|
+
|
734
|
+
- **Specialized Prompts**: Role-specific prompts minimize token usage
|
735
|
+
- **Progressive Context**: Only relevant context passed to each agent
|
736
|
+
- **Efficient Monitoring**: Brief coordination checks vs. continuous polling
|
737
|
+
- **Smart Caching**: Reuse analysis results across agents
|
738
|
+
|
739
|
+
### Usage Tracking
|
740
|
+
|
741
|
+
```bash
|
742
|
+
# Built-in token estimation and tracking
|
743
|
+
⠋ [█████████░░] 45% Spawning agents... [1,250/3,000 tokens (42%)]
|
744
|
+
```
|
745
|
+
|
746
|
+
## 🔧 Troubleshooting
|
747
|
+
|
748
|
+
### Self-Contained Architecture
|
749
|
+
|
750
|
+
✅ **No External Dependencies Required**
|
751
|
+
- **Built-in agent spawning** - No need for external claude-swarm tool
|
752
|
+
- **Session management** - JSON-based coordination and tracking
|
753
|
+
- **Process monitoring** - Native PID management and status checking
|
754
|
+
- **Git worktree integration** - Direct git command execution
|
755
|
+
|
756
|
+
### Common Issues
|
757
|
+
|
758
|
+
```bash
|
759
|
+
# Dependency problems
|
760
|
+
enhance-swarm doctor
|
761
|
+
# → Validates git, Ruby, and optional tools
|
762
|
+
|
763
|
+
# Agent coordination issues
|
764
|
+
enhance-swarm status
|
765
|
+
# → Shows agent sessions and process status
|
766
|
+
|
767
|
+
# Interactive troubleshooting
|
768
|
+
enhance-swarm troubleshoot
|
769
|
+
# → Guided problem diagnosis and system health checks
|
770
|
+
```
|
771
|
+
|
772
|
+
### Debug Mode
|
773
|
+
|
774
|
+
```bash
|
775
|
+
# Verbose logging
|
776
|
+
ENHANCE_SWARM_LOG_LEVEL=debug enhance-swarm enhance "test task"
|
777
|
+
|
778
|
+
# JSON logs for parsing
|
779
|
+
ENHANCE_SWARM_JSON_LOGS=true enhance-swarm enhance "test task"
|
780
|
+
```
|
781
|
+
|
782
|
+
## 🤝 Integration Examples
|
783
|
+
|
784
|
+
### Rails Projects
|
785
|
+
|
786
|
+
```yaml
|
787
|
+
# .enhance_swarm.yml for Rails
|
788
|
+
project:
|
789
|
+
technology_stack: ["Rails 8", "PostgreSQL", "Hotwire", "Tailwind"]
|
790
|
+
|
791
|
+
commands:
|
792
|
+
test: "bundle exec rspec"
|
793
|
+
lint: "bundle exec rubocop"
|
794
|
+
type_check: "bundle exec sorbet tc"
|
795
|
+
```
|
796
|
+
|
797
|
+
### React/Node Projects
|
798
|
+
|
799
|
+
```yaml
|
800
|
+
# .enhance_swarm.yml for React
|
801
|
+
project:
|
802
|
+
technology_stack: ["React 18", "TypeScript", "Vite", "TailwindCSS"]
|
803
|
+
|
804
|
+
commands:
|
805
|
+
test: "npm test"
|
806
|
+
lint: "npm run lint"
|
807
|
+
type_check: "npm run type-check"
|
808
|
+
build: "npm run build"
|
809
|
+
```
|
810
|
+
|
811
|
+
### Python Projects
|
812
|
+
|
813
|
+
```yaml
|
814
|
+
# .enhance_swarm.yml for Python
|
815
|
+
project:
|
816
|
+
technology_stack: ["Python 3.11", "FastAPI", "PostgreSQL", "Pytest"]
|
817
|
+
|
818
|
+
commands:
|
819
|
+
test: "pytest"
|
820
|
+
lint: "ruff check ."
|
821
|
+
format: "black ."
|
822
|
+
type_check: "mypy ."
|
823
|
+
```
|
824
|
+
|
825
|
+
## 📈 Performance & Scaling
|
826
|
+
|
827
|
+
### Optimized for Large Codebases
|
828
|
+
|
829
|
+
- **Parallel Agent Execution**: Multiple agents work simultaneously
|
830
|
+
- **Git Worktree Isolation**: No conflicts between agent work
|
831
|
+
- **Efficient Monitoring**: Brief coordination checks, not continuous polling
|
832
|
+
- **Smart Resource Management**: Automatic cleanup prevents resource leaks
|
833
|
+
|
834
|
+
### Benchmarks
|
835
|
+
|
836
|
+
- **Startup Time**: < 2 seconds for agent coordination
|
837
|
+
- **Memory Usage**: ~50MB base + ~30MB per active agent
|
838
|
+
- **Token Efficiency**: 60-80% reduction vs. single-agent approaches
|
839
|
+
|
840
|
+
## 🎓 Best Practices
|
841
|
+
|
842
|
+
### Task Sizing
|
843
|
+
|
844
|
+
**✅ Good for Multi-Agent:**
|
845
|
+
- Feature implementations requiring UI + backend + tests
|
846
|
+
- Complex refactoring across multiple components
|
847
|
+
- New system integrations with multiple touch points
|
848
|
+
|
849
|
+
**✅ Good for Single Agent:**
|
850
|
+
- Bug fixes in specific components
|
851
|
+
- Configuration updates
|
852
|
+
- Documentation improvements
|
853
|
+
- Small feature additions
|
854
|
+
|
855
|
+
### Workflow Patterns
|
856
|
+
|
857
|
+
```bash
|
858
|
+
# Feature development workflow
|
859
|
+
enhance-swarm enhance "implement user profiles" --follow
|
860
|
+
# → Watch agents coordinate in real-time
|
861
|
+
|
862
|
+
# Monitor periodically
|
863
|
+
enhance-swarm status
|
864
|
+
# → Check overall progress
|
865
|
+
|
866
|
+
# Use visual dashboard
|
867
|
+
enhance-swarm dashboard
|
868
|
+
# → Real-time visual monitoring
|
869
|
+
|
870
|
+
# Get smart suggestions
|
871
|
+
enhance-swarm suggest
|
872
|
+
# → Context-aware next actions
|
873
|
+
```
|
874
|
+
|
875
|
+
## 🚀 What's Next
|
876
|
+
|
877
|
+
EnhanceSwarm represents the future of AI-assisted development:
|
878
|
+
|
879
|
+
- **Autonomous Development Teams**: AI agents that truly collaborate
|
880
|
+
- **Intelligent Coordination**: Control Agent makes smart decisions
|
881
|
+
- **Real-time Visibility**: Never wonder what your agents are doing
|
882
|
+
- **Production Ready**: Security, reliability, and error recovery built-in
|
883
|
+
|
884
|
+
**Ready to transform your development workflow?**
|
885
|
+
|
886
|
+
```bash
|
887
|
+
# Get started in 30 seconds
|
888
|
+
echo 'gem "enhance_swarm", git: "https://github.com/todddickerson/enhance_swarm.git"' >> Gemfile
|
889
|
+
bundle install
|
890
|
+
bundle exec enhance-swarm init
|
891
|
+
```
|
892
|
+
|
893
|
+
---
|
894
|
+
|
895
|
+
## 📄 License
|
896
|
+
|
897
|
+
MIT License - see [LICENSE](LICENSE) file for details.
|
898
|
+
|
899
|
+
## 🙏 Acknowledgments
|
900
|
+
|
901
|
+
Built from production experience with Claude Swarm orchestration patterns. Special thanks to the Anthropic team for Claude and the emerging multi-agent development paradigms.
|
902
|
+
|
903
|
+
---
|
904
|
+
|
905
|
+
**Transform your development workflow with intelligent multi-agent coordination. Start enhancing today!** 🚀
|