claude-flow-novice 1.5.2 → 1.5.4
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.
- package/.claude/agents/SPARSE_LANGUAGE_FINDINGS.md +991 -0
- package/.claude/agents/architecture/system-architect.md +3 -44
- package/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
- package/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
- package/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
- package/.claude/agents/data/ml/data-ml-model.md +5 -119
- package/.claude/agents/development/backend/dev-backend-api.md +4 -115
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
- package/.claude/agents/github/multi-repo-swarm.md +1 -28
- package/.claude/agents/github/pr-manager.md +1 -29
- package/.claude/agents/github/project-board-sync.md +1 -32
- package/.claude/agents/github/release-manager.md +1 -32
- package/.claude/agents/github/release-swarm.md +1 -33
- package/.claude/agents/github/repo-architect.md +1 -34
- package/.claude/agents/github/swarm-issue.md +1 -26
- package/.claude/agents/github/swarm-pr.md +1 -30
- package/.claude/agents/github/sync-coordinator.md +1 -30
- package/.claude/agents/github/workflow-automation.md +1 -31
- package/.claude/agents/neural/neural-pattern-agent.md +2 -50
- package/.claude/agents/specialized/CODER_AGENT_GUIDELINES.md +1245 -0
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
- package/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
- package/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
- package/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
- package/.claude/agents/sublinear/pagerank-agent.md +2 -19
- package/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
- package/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
- package/.claude/agents/sublinear/sublinear.md +2 -1
- package/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
- package/.claude/agents/testing/e2e/playwright-agent.md +7 -0
- package/.claude-flow-novice/.claude/agents/SPARSE_LANGUAGE_FINDINGS.md +991 -0
- package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +3 -44
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
- package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
- package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +5 -119
- package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +4 -115
- package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
- package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
- package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +1 -28
- package/.claude-flow-novice/.claude/agents/github/pr-manager.md +1 -29
- package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +1 -32
- package/.claude-flow-novice/.claude/agents/github/release-manager.md +1 -32
- package/.claude-flow-novice/.claude/agents/github/release-swarm.md +1 -33
- package/.claude-flow-novice/.claude/agents/github/repo-architect.md +1 -34
- package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +1 -26
- package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +1 -30
- package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +1 -30
- package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +1 -31
- package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +2 -50
- package/.claude-flow-novice/.claude/agents/specialized/CODER_AGENT_GUIDELINES.md +1245 -0
- package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
- package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
- package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
- package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
- package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +2 -1
- package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
- package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +7 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/CLAUDE.md +188 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow-universal +81 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.bat +18 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.ps1 +24 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-md.js +982 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/automation/auto-agent.md +122 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/coordination/swarm-init.md +85 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/github/github-swarm.md +121 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/notification.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-command.md +116 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-edit.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-task.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-command.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-edit.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-search.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-task.md +111 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-end.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-restore.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-start.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination-md.js +340 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/enhanced-templates.js +2347 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe-enhanced.js +331 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe.js +106 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/index.js +1896 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank-md.js +259 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/readme-files.js +72 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/safe-hook-patterns.js +430 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json +109 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json.enhanced +35 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/sparc-modes.js +1401 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/CLAUDE.md +188 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow-universal +81 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.bat +18 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.ps1 +24 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +982 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/automation/auto-agent.md +122 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/coordination/swarm-init.md +85 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/github/github-swarm.md +121 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/notification.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-command.md +116 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-edit.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-task.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-command.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-edit.md +113 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-search.md +112 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-task.md +111 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-end.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-restore.md +118 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-start.md +117 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination-md.js +340 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/enhanced-templates.js +2347 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe-enhanced.js +331 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe.js +106 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank-md.js +259 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank.md +16 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/readme-files.js +72 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/safe-hook-patterns.js +430 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json +109 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json.enhanced +35 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/sparc-modes.js +1401 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/verification-claude-md.js +432 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/verification-claude-md.js +432 -0
- package/.claude-flow-novice/dist/src/cli/simple-commands/init.js +4 -0
- package/.claude-flow-novice/dist/src/slash-commands/benchmark-prompts.js +281 -0
- package/CLAUDE.md +1927 -127
- package/package.json +3 -3
- package/src/cli/simple-commands/init/index.js +39 -4
- package/src/cli/simple-commands/init/templates/CLAUDE.md +8 -10
- package/src/slash-commands/benchmark-prompts.js +281 -0
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
// coordination-md.js - Coordination templates
|
|
2
|
+
|
|
3
|
+
export function createMinimalCoordinationMd() {
|
|
4
|
+
return `# Agent Coordination
|
|
5
|
+
|
|
6
|
+
## Quick Commands
|
|
7
|
+
- \`npx claude-flow-novice agent spawn <type>\`: Create new agent
|
|
8
|
+
- \`npx claude-flow-novice agent list\`: Show active agents
|
|
9
|
+
- \`npx claude-flow-novice task create <type> <description>\`: Create task
|
|
10
|
+
|
|
11
|
+
## Agent Types
|
|
12
|
+
- researcher, coder, analyst, coordinator, general
|
|
13
|
+
`;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export function createFullCoordinationMd() {
|
|
17
|
+
return `# Agent Coordination System
|
|
18
|
+
|
|
19
|
+
## Overview
|
|
20
|
+
The Claude-Flow coordination system manages multiple AI agents working together on complex tasks. It provides intelligent task distribution, resource management, and inter-agent communication.
|
|
21
|
+
|
|
22
|
+
## Agent Types and Capabilities
|
|
23
|
+
- **Researcher**: Web search, information gathering, knowledge synthesis
|
|
24
|
+
- **Coder**: Code analysis, development, debugging, testing
|
|
25
|
+
- **Analyst**: Data processing, pattern recognition, insights generation
|
|
26
|
+
- **Coordinator**: Task planning, resource allocation, workflow management
|
|
27
|
+
- **General**: Multi-purpose agent with balanced capabilities
|
|
28
|
+
|
|
29
|
+
## Task Management
|
|
30
|
+
- **Priority Levels**: 1 (lowest) to 10 (highest)
|
|
31
|
+
- **Dependencies**: Tasks can depend on completion of other tasks
|
|
32
|
+
- **Parallel Execution**: Independent tasks run concurrently
|
|
33
|
+
- **Load Balancing**: Automatic distribution based on agent capacity
|
|
34
|
+
|
|
35
|
+
## Coordination Commands
|
|
36
|
+
\`\`\`bash
|
|
37
|
+
# Agent Management
|
|
38
|
+
npx claude-flow-novice agent spawn <type> --name <name> --priority <1-10>
|
|
39
|
+
npx claude-flow-novice agent list
|
|
40
|
+
npx claude-flow-novice agent info <agent-id>
|
|
41
|
+
npx claude-flow-novice agent terminate <agent-id>
|
|
42
|
+
|
|
43
|
+
# Task Management
|
|
44
|
+
npx claude-flow-novice task create <type> <description> --priority <1-10> --deps <task-ids>
|
|
45
|
+
npx claude-flow-novice task list --verbose
|
|
46
|
+
npx claude-flow-novice task status <task-id>
|
|
47
|
+
npx claude-flow-novice task cancel <task-id>
|
|
48
|
+
|
|
49
|
+
# System Monitoring
|
|
50
|
+
npx claude-flow-novice status --verbose
|
|
51
|
+
npx claude-flow-novice monitor --interval 5000
|
|
52
|
+
\`\`\`
|
|
53
|
+
|
|
54
|
+
## Workflow Execution
|
|
55
|
+
Workflows are defined in JSON format and can orchestrate complex multi-agent operations:
|
|
56
|
+
\`\`\`bash
|
|
57
|
+
npx claude-flow-novice workflow examples/research-workflow.json
|
|
58
|
+
npx claude-flow-novice workflow examples/development-config.json --async
|
|
59
|
+
\`\`\`
|
|
60
|
+
|
|
61
|
+
## Advanced Features
|
|
62
|
+
- **Circuit Breakers**: Automatic failure handling and recovery
|
|
63
|
+
- **Work Stealing**: Dynamic load redistribution for efficiency
|
|
64
|
+
- **Resource Limits**: Memory and CPU usage constraints
|
|
65
|
+
- **Metrics Collection**: Performance monitoring and optimization
|
|
66
|
+
|
|
67
|
+
## Configuration
|
|
68
|
+
Coordination settings in \`claude-flow.config.json\`:
|
|
69
|
+
\`\`\`json
|
|
70
|
+
{
|
|
71
|
+
"orchestrator": {
|
|
72
|
+
"maxConcurrentTasks": 10,
|
|
73
|
+
"taskTimeout": 300000,
|
|
74
|
+
"defaultPriority": 5
|
|
75
|
+
},
|
|
76
|
+
"agents": {
|
|
77
|
+
"maxAgents": 20,
|
|
78
|
+
"defaultCapabilities": ["research", "code", "terminal"],
|
|
79
|
+
"resourceLimits": {
|
|
80
|
+
"memory": "1GB",
|
|
81
|
+
"cpu": "50%"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
\`\`\`
|
|
86
|
+
|
|
87
|
+
## Communication Patterns
|
|
88
|
+
- **Direct Messaging**: Agent-to-agent communication
|
|
89
|
+
- **Event Broadcasting**: System-wide notifications
|
|
90
|
+
- **Shared Memory**: Common information access
|
|
91
|
+
- **Task Handoff**: Seamless work transfer between agents
|
|
92
|
+
|
|
93
|
+
## Best Practices
|
|
94
|
+
- Start with general agents and specialize as needed
|
|
95
|
+
- Use descriptive task names and clear requirements
|
|
96
|
+
- Monitor system resources during heavy workloads
|
|
97
|
+
- Implement proper error handling in workflows
|
|
98
|
+
- Regular cleanup of completed tasks and inactive agents
|
|
99
|
+
|
|
100
|
+
## Troubleshooting
|
|
101
|
+
- Check agent health with \`npx claude-flow-novice status\`
|
|
102
|
+
- View detailed logs with \`npx claude-flow-novice monitor\`
|
|
103
|
+
- Restart stuck agents with terminate/spawn cycle
|
|
104
|
+
- Use \`--verbose\` flags for detailed diagnostic information
|
|
105
|
+
`;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// Create optimized Coordination with batchtools support
|
|
109
|
+
export async function createOptimizedCoordinationMd() {
|
|
110
|
+
return `# Agent Coordination System (Batchtools Optimized)
|
|
111
|
+
|
|
112
|
+
## Overview
|
|
113
|
+
The Claude-Flow coordination system manages multiple AI agents working together on complex tasks. It provides intelligent task distribution, resource management, and inter-agent communication.
|
|
114
|
+
|
|
115
|
+
**🚀 Batchtools Enhancement**: This configuration includes parallel processing capabilities for agent coordination, batch task management, and concurrent workflow execution.
|
|
116
|
+
|
|
117
|
+
## Agent Types and Capabilities (Enhanced)
|
|
118
|
+
- **Researcher**: Web search, information gathering, knowledge synthesis with parallel processing
|
|
119
|
+
- **Coder**: Code analysis, development, debugging, testing with concurrent operations
|
|
120
|
+
- **Analyst**: Data processing, pattern recognition, insights generation with batch analysis
|
|
121
|
+
- **Coordinator**: Task planning, resource allocation, workflow management with parallel coordination
|
|
122
|
+
- **General**: Multi-purpose agent with balanced capabilities and batch processing
|
|
123
|
+
- **BatchProcessor**: Specialized agent for high-throughput batch operations
|
|
124
|
+
- **ParallelExecutor**: Agent optimized for concurrent task execution
|
|
125
|
+
|
|
126
|
+
## Task Management (Batchtools Enhanced)
|
|
127
|
+
- **Priority Levels**: 1 (lowest) to 10 (highest) with parallel priority processing
|
|
128
|
+
- **Dependencies**: Tasks can depend on completion of other tasks with concurrent validation
|
|
129
|
+
- **Parallel Execution**: Independent tasks run concurrently with intelligent load balancing
|
|
130
|
+
- **Batch Processing**: Group related tasks for efficient parallel execution
|
|
131
|
+
- **Work Stealing**: Dynamic redistribution with real-time load monitoring
|
|
132
|
+
- **Circuit Breakers**: Fault tolerance with parallel recovery mechanisms
|
|
133
|
+
|
|
134
|
+
## Coordination Commands (Enhanced)
|
|
135
|
+
|
|
136
|
+
### Standard Commands
|
|
137
|
+
\`\`\`bash
|
|
138
|
+
# Agent Management
|
|
139
|
+
npx claude-flow-novice agent spawn <type> --name <name> --priority <1-10>
|
|
140
|
+
npx claude-flow-novice agent list
|
|
141
|
+
npx claude-flow-novice agent info <agent-id>
|
|
142
|
+
npx claude-flow-novice agent terminate <agent-id>
|
|
143
|
+
|
|
144
|
+
# Task Management
|
|
145
|
+
npx claude-flow-novice task create <type> <description> --priority <1-10> --deps <task-ids>
|
|
146
|
+
npx claude-flow-novice task list --verbose
|
|
147
|
+
npx claude-flow-novice task status <task-id>
|
|
148
|
+
npx claude-flow-novice task cancel <task-id>
|
|
149
|
+
|
|
150
|
+
# System Monitoring
|
|
151
|
+
npx claude-flow-novice status --verbose
|
|
152
|
+
npx claude-flow-novice monitor --interval 5000
|
|
153
|
+
\`\`\`
|
|
154
|
+
|
|
155
|
+
### Batchtools Commands
|
|
156
|
+
\`\`\`bash
|
|
157
|
+
# Batch Agent Management
|
|
158
|
+
npx claude-flow-novice agent batch-spawn <agents-config> --parallel
|
|
159
|
+
npx claude-flow-novice agent parallel-status --all-agents
|
|
160
|
+
npx claude-flow-novice agent concurrent-terminate <agent-ids>
|
|
161
|
+
|
|
162
|
+
# Batch Task Management
|
|
163
|
+
npx claude-flow-novice task batch-create <tasks-file> --parallel
|
|
164
|
+
npx claude-flow-novice task parallel-execute <task-ids> --concurrent
|
|
165
|
+
npx claude-flow-novice task batch-monitor --real-time --parallel
|
|
166
|
+
|
|
167
|
+
# Advanced Coordination
|
|
168
|
+
npx claude-flow-novice coordination batch-workflow <workflows-config> --parallel
|
|
169
|
+
npx claude-flow-novice coordination parallel-orchestrate <orchestration-config>
|
|
170
|
+
npx claude-flow-novice coordination concurrent-monitor --all-systems
|
|
171
|
+
\`\`\`
|
|
172
|
+
|
|
173
|
+
## Workflow Execution (Batchtools Enhanced)
|
|
174
|
+
Workflows support parallel execution, batch processing, and concurrent orchestration:
|
|
175
|
+
\`\`\`bash
|
|
176
|
+
# Standard workflow execution
|
|
177
|
+
npx claude-flow-novice workflow examples/research-workflow.json
|
|
178
|
+
npx claude-flow-novice workflow examples/development-config.json --async
|
|
179
|
+
|
|
180
|
+
# Batchtools workflow execution
|
|
181
|
+
npx claude-flow-novice workflow batch-execute <workflow-configs> --parallel
|
|
182
|
+
npx claude-flow-novice workflow parallel-orchestrate <workflows-dir> --concurrent
|
|
183
|
+
npx claude-flow-novice workflow concurrent-monitor --all-workflows --real-time
|
|
184
|
+
\`\`\`
|
|
185
|
+
|
|
186
|
+
## Advanced Features (Enhanced)
|
|
187
|
+
|
|
188
|
+
### Parallel Processing Capabilities
|
|
189
|
+
- **Concurrent Agent Spawning**: Create multiple agents simultaneously
|
|
190
|
+
- **Batch Task Distribution**: Distribute tasks to multiple agents in parallel
|
|
191
|
+
- **Parallel Workflow Execution**: Execute multiple workflows concurrently
|
|
192
|
+
- **Concurrent Resource Management**: Monitor and manage resources across parallel operations
|
|
193
|
+
|
|
194
|
+
### Performance Optimizations
|
|
195
|
+
- **Smart Batching**: Group related coordination operations for efficiency
|
|
196
|
+
- **Pipeline Processing**: Chain coordination operations with parallel stages
|
|
197
|
+
- **Load Balancing**: Dynamic distribution with real-time performance monitoring
|
|
198
|
+
- **Resource Optimization**: Efficient utilization with parallel resource allocation
|
|
199
|
+
|
|
200
|
+
### Fault Tolerance (Enhanced)
|
|
201
|
+
- **Circuit Breakers**: Automatic failure handling with parallel recovery
|
|
202
|
+
- **Work Stealing**: Dynamic redistribution with concurrent monitoring
|
|
203
|
+
- **Health Monitoring**: Real-time agent and task health with parallel checks
|
|
204
|
+
- **Retry Mechanisms**: Intelligent retry with exponential backoff and parallel validation
|
|
205
|
+
|
|
206
|
+
## Configuration (Batchtools Enhanced)
|
|
207
|
+
Coordination settings in \`claude-flow.config.json\` with batchtools optimizations:
|
|
208
|
+
\`\`\`json
|
|
209
|
+
{
|
|
210
|
+
"orchestrator": {
|
|
211
|
+
"maxConcurrentTasks": 50,
|
|
212
|
+
"taskTimeout": 300000,
|
|
213
|
+
"defaultPriority": 5,
|
|
214
|
+
"batchtools": {
|
|
215
|
+
"enabled": true,
|
|
216
|
+
"maxParallelTasks": 20,
|
|
217
|
+
"batchSize": 10,
|
|
218
|
+
"concurrentAgents": 15,
|
|
219
|
+
"parallelWorkflows": 5
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"agents": {
|
|
223
|
+
"maxAgents": 100,
|
|
224
|
+
"defaultCapabilities": ["research", "code", "terminal", "batch", "parallel"],
|
|
225
|
+
"resourceLimits": {
|
|
226
|
+
"memory": "4GB",
|
|
227
|
+
"cpu": "80%"
|
|
228
|
+
},
|
|
229
|
+
"batchProcessing": {
|
|
230
|
+
"maxConcurrentOperations": 25,
|
|
231
|
+
"batchQueueSize": 100,
|
|
232
|
+
"parallelSpawning": true,
|
|
233
|
+
"concurrentMonitoring": true
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"performance": {
|
|
237
|
+
"enableParallelCoordination": true,
|
|
238
|
+
"concurrentTaskExecution": 30,
|
|
239
|
+
"batchWorkflowSize": 5,
|
|
240
|
+
"parallelResourceMonitoring": true,
|
|
241
|
+
"smartLoadBalancing": true
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
\`\`\`
|
|
245
|
+
|
|
246
|
+
## Communication Patterns (Enhanced)
|
|
247
|
+
- **Direct Messaging**: Agent-to-agent communication with parallel channels
|
|
248
|
+
- **Event Broadcasting**: System-wide notifications with concurrent delivery
|
|
249
|
+
- **Shared Memory**: Common information access with parallel synchronization
|
|
250
|
+
- **Task Handoff**: Seamless work transfer with concurrent validation
|
|
251
|
+
- **Batch Communication**: Group messaging for efficient coordination
|
|
252
|
+
- **Parallel Synchronization**: Concurrent coordination across multiple agents
|
|
253
|
+
|
|
254
|
+
## Batchtools Integration
|
|
255
|
+
|
|
256
|
+
### Parallel Coordination Patterns
|
|
257
|
+
\`\`\`bash
|
|
258
|
+
# Spawn multiple specialized agents in parallel
|
|
259
|
+
npx claude-flow-novice agent batch-spawn sparc-agents.json --parallel --validate
|
|
260
|
+
|
|
261
|
+
# Execute batch of related tasks concurrently
|
|
262
|
+
npx claude-flow-novice task parallel-execute research-tasks.json --concurrent --monitor
|
|
263
|
+
|
|
264
|
+
# Orchestrate multiple workflows simultaneously
|
|
265
|
+
npx claude-flow-novice workflow concurrent-orchestrate project-workflows/ --parallel
|
|
266
|
+
\`\`\`
|
|
267
|
+
|
|
268
|
+
### Performance Monitoring (Enhanced)
|
|
269
|
+
\`\`\`bash
|
|
270
|
+
# Monitor concurrent operations across all agents
|
|
271
|
+
npx claude-flow-novice monitor --concurrent --all-agents --verbose
|
|
272
|
+
|
|
273
|
+
# Analyze batch processing performance
|
|
274
|
+
npx claude-flow-novice coordination performance-report --batchtools --detailed
|
|
275
|
+
|
|
276
|
+
# Real-time parallel task monitoring
|
|
277
|
+
npx claude-flow-novice task parallel-monitor --real-time --performance-metrics
|
|
278
|
+
\`\`\`
|
|
279
|
+
|
|
280
|
+
## Best Practices (Batchtools Enhanced)
|
|
281
|
+
|
|
282
|
+
### Performance Optimization
|
|
283
|
+
- Use batch operations for multiple related coordination tasks
|
|
284
|
+
- Enable parallel processing for independent agent operations
|
|
285
|
+
- Monitor concurrent operation limits to avoid resource exhaustion
|
|
286
|
+
- Implement smart batching for related workflow executions
|
|
287
|
+
|
|
288
|
+
### Resource Management
|
|
289
|
+
- Monitor system resources during parallel agent operations
|
|
290
|
+
- Implement throttling for batch coordination under heavy load
|
|
291
|
+
- Use parallel processing judiciously based on system capabilities
|
|
292
|
+
- Balance concurrent operations with system stability
|
|
293
|
+
|
|
294
|
+
### Agent Coordination
|
|
295
|
+
- Use batch spawning for creating multiple related agents
|
|
296
|
+
- Enable parallel task distribution for improved efficiency
|
|
297
|
+
- Implement concurrent monitoring for real-time system health
|
|
298
|
+
- Use parallel workflow execution for complex multi-step processes
|
|
299
|
+
|
|
300
|
+
## Performance Benchmarks
|
|
301
|
+
|
|
302
|
+
### Batchtools Performance Improvements
|
|
303
|
+
- **Agent Spawning**: Up to 500% faster with parallel creation
|
|
304
|
+
- **Task Distribution**: 350% improvement with concurrent assignment
|
|
305
|
+
- **Workflow Execution**: 400% faster with parallel orchestration
|
|
306
|
+
- **Resource Monitoring**: 250% improvement with concurrent monitoring
|
|
307
|
+
- **Communication**: 300% faster with batch messaging
|
|
308
|
+
|
|
309
|
+
## Troubleshooting (Enhanced)
|
|
310
|
+
|
|
311
|
+
### Common Batchtools Issues
|
|
312
|
+
- **Concurrent Limit Exceeded**: Reduce maxParallelTasks in configuration
|
|
313
|
+
- **Batch Size Too Large**: Decrease batchSize for resource-constrained systems
|
|
314
|
+
- **Agent Spawn Conflicts**: Enable parallelSpawning with appropriate coordination
|
|
315
|
+
- **Resource Exhaustion**: Monitor system resources during concurrent operations
|
|
316
|
+
|
|
317
|
+
### Debug Commands (Enhanced)
|
|
318
|
+
\`\`\`bash
|
|
319
|
+
# Check concurrent coordination status
|
|
320
|
+
npx claude-flow-novice coordination debug --concurrent --verbose
|
|
321
|
+
|
|
322
|
+
# Analyze batch operation performance
|
|
323
|
+
npx claude-flow-novice coordination analyze --batchtools --performance
|
|
324
|
+
|
|
325
|
+
# Validate parallel agent integrity
|
|
326
|
+
npx claude-flow-novice agent validate --parallel --health-check
|
|
327
|
+
|
|
328
|
+
# Monitor resource usage during concurrent operations
|
|
329
|
+
npx claude-flow-novice monitor --resources --concurrent --real-time
|
|
330
|
+
\`\`\`
|
|
331
|
+
|
|
332
|
+
### Advanced Troubleshooting
|
|
333
|
+
- Check agent health with parallel monitoring: \`npx claude-flow-novice status --concurrent\`
|
|
334
|
+
- View detailed logs with concurrent analysis: \`npx claude-flow-novice monitor --parallel --verbose\`
|
|
335
|
+
- Restart stuck agents with batch operations: \`npx claude-flow-novice agent batch-restart <agent-ids>\`
|
|
336
|
+
- Use concurrent diagnostics: \`npx claude-flow-novice debug --all-systems --parallel\`
|
|
337
|
+
|
|
338
|
+
For more information about coordination system optimization, see: https://github.com/ruvnet/claude-code-flow/docs/coordination-batchtools.md
|
|
339
|
+
`;
|
|
340
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Coordination
|
|
2
|
+
|
|
3
|
+
## Task Orchestration
|
|
4
|
+
This file coordinates tasks and workflows across the project.
|
|
5
|
+
|
|
6
|
+
## Active Tasks
|
|
7
|
+
<!-- Track active development tasks -->
|
|
8
|
+
|
|
9
|
+
## Workflows
|
|
10
|
+
<!-- Define project workflows -->
|
|
11
|
+
|
|
12
|
+
## Dependencies
|
|
13
|
+
<!-- Track task dependencies -->
|
|
14
|
+
|
|
15
|
+
## Progress Tracking
|
|
16
|
+
<!-- Monitor task progress -->
|