Remove Clawdbot references from README.md
- Updated agent framework count from 4 to 3 - Updated command count from 38 to 37 and 21 to 20 - Updated hooks count from 14 to 9 - Removed Clawd section from Major Framework Integrations - Removed Clawd row from auto-routing table - Removed Clawd section from Slash Commands - Removed Clawd hooks from Hooks section - Removed Autonomous Task Execution example - Removed clawd/ from project structure - Updated health check expected output - Removed Autonomous execution from final summary Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
45
README.md
45
README.md
@@ -32,13 +32,12 @@ wsl bash -c "git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code
|
|||||||
This comprehensive customization package transforms your Claude Code installation with:
|
This comprehensive customization package transforms your Claude Code installation with:
|
||||||
|
|
||||||
- ✨ **359 Custom Skills** - Cognitive enhancement, development workflows, UI/UX intelligence
|
- ✨ **359 Custom Skills** - Cognitive enhancement, development workflows, UI/UX intelligence
|
||||||
- 🤖 **4 Agent Frameworks** - Clawd, Ralph, Prometheus, Dexto - fully integrated
|
- 🤖 **3 Agent Frameworks** - Ralph, Prometheus, Dexto - fully integrated
|
||||||
- 🔥 **38 Slash Commands** - Instant access to all agents and tools
|
- 🔥 **37 Slash Commands** - Instant access to all agents and tools
|
||||||
- 🌐 **MCP Servers** - 10 servers for file operations, Git, GitHub, databases, search
|
- 🌐 **MCP Servers** - 10 servers for file operations, Git, GitHub, databases, search
|
||||||
- 🎯 **Intelligent Auto-Routing** - Pattern-based agent selection with 70% confidence threshold
|
- 🎯 **Intelligent Auto-Routing** - Pattern-based agent selection with 70% confidence threshold
|
||||||
- 💻 **Web Interface** - ClaudeCLI-Web dashboard with real-time session management
|
- 💻 **Web Interface** - ClaudeCLI-Web dashboard with real-time session management
|
||||||
- 🪝 **Smart Hooks** - Session automation and multi-AI consultation
|
- 🪝 **Smart Hooks** - Session automation and multi-AI consultation
|
||||||
- 🚀 **Autonomous Execution** - Clawd gateway for hands-off task completion
|
|
||||||
|
|
||||||
**Perfect for:** Developers, AI enthusiasts, teams building with AI assistants, and anyone wanting to maximize their Claude Code productivity.
|
**Perfect for:** Developers, AI enthusiasts, teams building with AI assistants, and anyone wanting to maximize their Claude Code productivity.
|
||||||
|
|
||||||
@@ -62,19 +61,12 @@ Agent harness with orchestration and session management:
|
|||||||
- **5 Tools:** Filesystem, Playwright, Process, TODO, Plan
|
- **5 Tools:** Filesystem, Playwright, Process, TODO, Plan
|
||||||
- **Capabilities:** Development, media creation, databases, GitHub, research
|
- **Capabilities:** Development, media creation, databases, GitHub, research
|
||||||
|
|
||||||
#### 🤖 **Clawd**
|
|
||||||
Autonomous task execution gateway:
|
|
||||||
|
|
||||||
- **1 Command:** `/clawd`
|
|
||||||
- **Capability:** Multi-agent task delegation with persistent sessions
|
|
||||||
- **Gateway:** Running on port 8766 with health monitoring
|
|
||||||
|
|
||||||
#### 🔄 **Ralph**
|
#### 🔄 **Ralph**
|
||||||
"Tackle Until Solved" autonomous iteration:
|
"Tackle Until Solved" autonomous iteration:
|
||||||
|
|
||||||
- **1 Command:** `/ralph`
|
- **1 Command:** `/ralph`
|
||||||
- **Capability:** Architecture design, multi-step implementations
|
- **Capability:** Architecture design, multi-step implementations
|
||||||
- **Integration:** Access to all 38 commands via intelligent routing
|
- **Integration:** Access to all 37 commands via intelligent routing
|
||||||
|
|
||||||
### 🎯 Intelligent Auto-Routing System
|
### 🎯 Intelligent Auto-Routing System
|
||||||
|
|
||||||
@@ -82,7 +74,6 @@ Autonomous task execution gateway:
|
|||||||
|
|
||||||
| Task Pattern | Routes To | Example |
|
| Task Pattern | Routes To | Example |
|
||||||
|-------------|-----------|---------|
|
|-------------|-----------|---------|
|
||||||
| "autonomous", "automatically" | `/clawd` | "Handle this autonomously" |
|
|
||||||
| "architecture", "design system" | `/ralph` | "Design microservices architecture" |
|
| "architecture", "design system" | `/ralph` | "Design microservices architecture" |
|
||||||
| "bug", "fix", "reproduce" | `/prometheus-bug` | "Fix authentication bug" |
|
| "bug", "fix", "reproduce" | `/prometheus-bug` | "Fix authentication bug" |
|
||||||
| "feature", "implement" | `/prometheus-feature` | "Add two-factor auth" |
|
| "feature", "implement" | `/prometheus-feature` | "Add two-factor auth" |
|
||||||
@@ -95,21 +86,15 @@ Autonomous task execution gateway:
|
|||||||
|
|
||||||
## 📊 Complete Feature List
|
## 📊 Complete Feature List
|
||||||
|
|
||||||
### 🔧 Agent Frameworks (4)
|
### 🔧 Agent Frameworks (3)
|
||||||
|
|
||||||
| Framework | Type | Status |
|
| Framework | Type | Status |
|
||||||
|-----------|------|--------|
|
|-----------|------|--------|
|
||||||
| **Clawd** | Autonomous Execution | ✅ Integrated |
|
|
||||||
| **Ralph** | Iterative Architecture | ✅ Integrated |
|
| **Ralph** | Iterative Architecture | ✅ Integrated |
|
||||||
| **Prometheus** | Code Analysis | ✅ Integrated |
|
| **Prometheus** | Code Analysis | ✅ Integrated |
|
||||||
| **Dexto** | Multi-Agent Harness | ✅ Integrated |
|
| **Dexto** | Multi-Agent Harness | ✅ Integrated |
|
||||||
|
|
||||||
### 🎯 Slash Commands (21)
|
### 🎯 Slash Commands (20)
|
||||||
|
|
||||||
#### Clawd (1)
|
|
||||||
```
|
|
||||||
/clawd "Autonomous task execution"
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Ralph (1)
|
#### Ralph (1)
|
||||||
```
|
```
|
||||||
@@ -157,13 +142,9 @@ Autonomous task execution gateway:
|
|||||||
- **postgres** - PostgreSQL (requires connection)
|
- **postgres** - PostgreSQL (requires connection)
|
||||||
- **puppeteer** - Browser automation
|
- **puppeteer** - Browser automation
|
||||||
|
|
||||||
### 🪝 Hooks (14)
|
### 🪝 Hooks (9)
|
||||||
|
|
||||||
- `intelligent-router.sh` - Pattern-based agent routing
|
- `intelligent-router.sh` - Pattern-based agent routing
|
||||||
- `clawd-auto-trigger.sh` - Clawd automation
|
|
||||||
- `clawd-session-start.sh` - Session initialization
|
|
||||||
- `clawd-task-complete.sh` - Task completion handling
|
|
||||||
- `clawd-wrapper.sh` - Clawd command wrapper
|
|
||||||
- `prometheus-wrapper.sh` - Prometheus integration
|
- `prometheus-wrapper.sh` - Prometheus integration
|
||||||
- `unified-integration.sh` - Unified agent system v1
|
- `unified-integration.sh` - Unified agent system v1
|
||||||
- `unified-integration-v2.sh` - Unified agent system v2
|
- `unified-integration-v2.sh` - Unified agent system v2
|
||||||
@@ -192,11 +173,6 @@ Autonomous task execution gateway:
|
|||||||
|
|
||||||
## 🚀 Usage Examples
|
## 🚀 Usage Examples
|
||||||
|
|
||||||
### Autonomous Task Execution
|
|
||||||
```bash
|
|
||||||
/clawd "Deploy the application and run all tests"
|
|
||||||
```
|
|
||||||
|
|
||||||
### Architecture Design
|
### Architecture Design
|
||||||
```bash
|
```bash
|
||||||
/ralph "Design a scalable e-commerce backend with microservices"
|
/ralph "Design a scalable e-commerce backend with microservices"
|
||||||
@@ -256,13 +232,12 @@ Edit `~/.claude/mcp-servers/registry.json`:
|
|||||||
|
|
||||||
```
|
```
|
||||||
SuperCharged-Claude-Code-Upgrade/
|
SuperCharged-Claude-Code-Upgrade/
|
||||||
├── commands/ # 21 slash commands
|
├── commands/ # 20 slash commands
|
||||||
├── hooks/ # 14 event hooks
|
├── hooks/ # 9 event hooks
|
||||||
├── skills/ # 291 custom skills
|
├── skills/ # 291 custom skills
|
||||||
├── mcp-servers/ # MCP server registry
|
├── mcp-servers/ # MCP server registry
|
||||||
├── prometheus/ # Prometheus integration
|
├── prometheus/ # Prometheus integration
|
||||||
├── dexto/ # Dexto integration
|
├── dexto/ # Dexto integration
|
||||||
├── clawd/ # Clawd gateway
|
|
||||||
├── ralph-integration/ # Ralph integration
|
├── ralph-integration/ # Ralph integration
|
||||||
├── plugins/ # Plugin marketplace
|
├── plugins/ # Plugin marketplace
|
||||||
├── ClaudeCLI-Web/ # Web interface
|
├── ClaudeCLI-Web/ # Web interface
|
||||||
@@ -282,9 +257,8 @@ Run health check to verify all systems:
|
|||||||
Expected output:
|
Expected output:
|
||||||
```
|
```
|
||||||
✓ All 359 skills loaded
|
✓ All 359 skills loaded
|
||||||
✓ All 38 commands available
|
✓ All 37 commands available
|
||||||
✓ All 10 MCP servers registered
|
✓ All 10 MCP servers registered
|
||||||
✓ Clawd gateway running (PID: xxxx)
|
|
||||||
✓ Intelligent router active
|
✓ Intelligent router active
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -315,7 +289,6 @@ MIT License - see LICENSE file for details.
|
|||||||
**🎉 Your Claude Code CLI is now a comprehensive multi-agent AI platform!**
|
**🎉 Your Claude Code CLI is now a comprehensive multi-agent AI platform!**
|
||||||
|
|
||||||
Total capabilities:
|
Total capabilities:
|
||||||
- ✅ Autonomous execution (Clawd)
|
|
||||||
- ✅ Architecture design (Ralph)
|
- ✅ Architecture design (Ralph)
|
||||||
- ✅ Code analysis (Prometheus)
|
- ✅ Code analysis (Prometheus)
|
||||||
- ✅ Multi-agent framework (Dexto)
|
- ✅ Multi-agent framework (Dexto)
|
||||||
|
|||||||
Reference in New Issue
Block a user