forked from admin/claude-code-glm-suite
Fix README.md outdated agent counts and coordinator references
- Update 38→41 total agents across all sections - Update 7→9 PROACTIVELY coordinators - Update 31→32 specialist agents - Fix verification count: 39→42 files (41 agents + README) - Fix auto-installer description: 39+→41+ agents - Fix contains-studio reference: 39→41 specialized agents
This commit is contained in:
14
README.md
14
README.md
@@ -51,7 +51,7 @@
|
|||||||
→ Real-world use cases and coordination patterns
|
→ Real-world use cases and coordination patterns
|
||||||
|
|
||||||
**🔧 Complete Integration**
|
**🔧 Complete Integration**
|
||||||
→ All 7 coordinators fully documented
|
→ All 9 coordinators fully documented
|
||||||
→ Ralph CLI patterns integrated
|
→ Ralph CLI patterns integrated
|
||||||
→ Workflow examples and best practices
|
→ Workflow examples and best practices
|
||||||
|
|
||||||
@@ -59,14 +59,14 @@
|
|||||||
|
|
||||||
### 🏗️ Architecture Overview
|
### 🏗️ Architecture Overview
|
||||||
|
|
||||||
**38 Total Agents = 7 Coordinators + 31 Specialists**
|
**41 Total Agents = 9 Coordinators + 32 Specialists**
|
||||||
|
|
||||||
```
|
```
|
||||||
┌─────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────┐
|
||||||
│ AGENT COORDINATION SYSTEM │
|
│ AGENT COORDINATION SYSTEM │
|
||||||
├─────────────────────────────────────────────────────────────┤
|
├─────────────────────────────────────────────────────────────┤
|
||||||
│ │
|
│ │
|
||||||
│ 7 PROACTIVELY Coordinators (Auto-Trigger Based on Context) │
|
│ 9 PROACTIVELY Coordinators (Auto-Trigger Based on Context) │
|
||||||
│ ┌──────────────────────────────────────────────────────┐ │
|
│ ┌──────────────────────────────────────────────────────┐ │
|
||||||
│ │ ui-ux-pro-max │ test-writer │ whimsy-injector │ │
|
│ │ ui-ux-pro-max │ test-writer │ whimsy-injector │ │
|
||||||
│ │ experiment │ studio │ project │ │
|
│ │ experiment │ studio │ project │ │
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
│ │ │ │ │
|
│ │ │ │ │
|
||||||
│ ▼ ▼ ▼ │
|
│ ▼ ▼ ▼ │
|
||||||
│ ┌──────────────────────────────────────────────────────┐ │
|
│ ┌──────────────────────────────────────────────────────┐ │
|
||||||
│ │ 31 Specialist Agents (Domain Experts) │ │
|
│ │ 32 Specialist Agents (Domain Experts) │ │
|
||||||
│ │ Frontend │ Backend │ TikTok │ Growth │ AI │ UI │ │ │
|
│ │ Frontend │ Backend │ TikTok │ Growth │ AI │ UI │ │ │
|
||||||
│ └──────────────────────────────────────────────────────┘ │
|
│ └──────────────────────────────────────────────────────┘ │
|
||||||
│ │
|
│ │
|
||||||
@@ -283,7 +283,7 @@ npx @z_ai/coding-helper init
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Step 2: Install Agents (38 agents with PROACTIVELY auto-triggering)
|
#### Step 2: Install Agents (41 agents with PROACTIVELY auto-triggering)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the agents repository
|
# Clone the agents repository
|
||||||
@@ -465,7 +465,7 @@ export RALPH_MAX_ITERATIONS="50"
|
|||||||
```bash
|
```bash
|
||||||
# Check agents
|
# Check agents
|
||||||
find ~/.claude/agents -name "*.md" | wc -l
|
find ~/.claude/agents -name "*.md" | wc -l
|
||||||
# Should show 39
|
# Should show 42
|
||||||
|
|
||||||
# Check MCP tools
|
# Check MCP tools
|
||||||
npx @z_ai/mcp-server --help
|
npx @z_ai/mcp-server --help
|
||||||
@@ -924,7 +924,7 @@ This suite integrates **7 major open-source projects**:
|
|||||||
|
|
||||||
**Source:** https://github.com/contains-studio/agents
|
**Source:** https://github.com/contains-studio/agents
|
||||||
|
|
||||||
**Provides:** 39 specialized agents with PROACTIVELY auto-triggering
|
**Provides:** 41 specialized agents with PROACTIVELY auto-triggering
|
||||||
|
|
||||||
**Key Innovation:** Context-aware agent selection system
|
**Key Innovation:** Context-aware agent selection system
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user