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,982 @@
|
|
|
1
|
+
// claude-md.js - CLAUDE.md templates
|
|
2
|
+
|
|
3
|
+
export function createMinimalClaudeMd() {
|
|
4
|
+
return `# Claude Code Configuration
|
|
5
|
+
|
|
6
|
+
## 🚨 CRITICAL: CONCURRENT EXECUTION FOR ALL ACTIONS
|
|
7
|
+
|
|
8
|
+
**ABSOLUTE RULE**: ALL operations MUST be concurrent/parallel in a single message:
|
|
9
|
+
|
|
10
|
+
### 🔴 MANDATORY CONCURRENT PATTERNS:
|
|
11
|
+
1. **TodoWrite**: ALWAYS batch ALL todos in ONE call (5-10+ todos minimum)
|
|
12
|
+
2. **Task tool**: ALWAYS spawn ALL agents in ONE message with full instructions
|
|
13
|
+
3. **File operations**: ALWAYS batch ALL reads/writes/edits in ONE message
|
|
14
|
+
4. **Bash commands**: ALWAYS batch ALL terminal operations in ONE message
|
|
15
|
+
|
|
16
|
+
### ⚡ GOLDEN RULE: "1 MESSAGE = ALL RELATED OPERATIONS"
|
|
17
|
+
|
|
18
|
+
**✅ CORRECT**: Everything in ONE message
|
|
19
|
+
**❌ WRONG**: Multiple messages for related operations (6x slower!)
|
|
20
|
+
|
|
21
|
+
### 🎯 CONCURRENT EXECUTION CHECKLIST:
|
|
22
|
+
- ✅ Are ALL related TodoWrite operations batched together?
|
|
23
|
+
- ✅ Are ALL Task spawning operations in ONE message?
|
|
24
|
+
- ✅ Are ALL file operations (Read/Write/Edit) batched together?
|
|
25
|
+
- ✅ Are ALL bash commands grouped in ONE message?
|
|
26
|
+
|
|
27
|
+
If ANY answer is "No", you MUST combine operations into a single message!
|
|
28
|
+
|
|
29
|
+
## Build Commands
|
|
30
|
+
- \`npm run build\`: Build the project
|
|
31
|
+
- \`npm run test\`: Run tests
|
|
32
|
+
- \`npm run lint\`: Run linter
|
|
33
|
+
|
|
34
|
+
## Code Style
|
|
35
|
+
- Use TypeScript/ES modules
|
|
36
|
+
- Follow project conventions
|
|
37
|
+
- Run typecheck before committing
|
|
38
|
+
|
|
39
|
+
## 🌐 Flow Nexus Cloud Platform
|
|
40
|
+
|
|
41
|
+
Flow Nexus extends Claude Flow with cloud-powered features:
|
|
42
|
+
|
|
43
|
+
### Quick Start
|
|
44
|
+
1. **Register**: \`mcp__claude-flow-novice__user_register\` with email/password
|
|
45
|
+
2. **Login**: \`mcp__claude-flow-novice__user_login\` to access features
|
|
46
|
+
3. **Check Balance**: \`mcp__claude-flow-novice__check_balance\` for credits
|
|
47
|
+
|
|
48
|
+
### Key Capabilities
|
|
49
|
+
|
|
50
|
+
**🤖 AI Swarms**
|
|
51
|
+
- Deploy multi-agent swarms in cloud sandboxes
|
|
52
|
+
- Pre-built templates for common architectures
|
|
53
|
+
- Auto-scaling and load balancing
|
|
54
|
+
|
|
55
|
+
**📦 E2B Sandboxes**
|
|
56
|
+
- \`mcp__claude-flow-novice__sandbox_create\` - Isolated execution environments
|
|
57
|
+
- Support for Node.js, Python, React, Next.js
|
|
58
|
+
- Real-time code execution with environment variables
|
|
59
|
+
|
|
60
|
+
**⚡ Workflows**
|
|
61
|
+
- \`mcp__claude-flow-novice__workflow_create\` - Event-driven automation
|
|
62
|
+
- Parallel task processing with message queues
|
|
63
|
+
- Reusable workflow templates
|
|
64
|
+
|
|
65
|
+
**🎯 Challenges & Learning**
|
|
66
|
+
- \`mcp__claude-flow-novice__challenges_list\` - Coding challenges
|
|
67
|
+
- Earn rUv credits by completing tasks
|
|
68
|
+
- Global leaderboard and achievements
|
|
69
|
+
|
|
70
|
+
**🧠 Neural Networks**
|
|
71
|
+
- \`mcp__claude-flow-novice__neural_train\` - Train custom models
|
|
72
|
+
- Distributed training across sandboxes
|
|
73
|
+
- Pre-built templates for ML tasks
|
|
74
|
+
|
|
75
|
+
**💰 Credits & Billing**
|
|
76
|
+
- Pay-as-you-go with rUv credits
|
|
77
|
+
- Auto-refill configuration available
|
|
78
|
+
- Free tier for getting started
|
|
79
|
+
|
|
80
|
+
### Example: Deploy a Swarm
|
|
81
|
+
\`\`\`javascript
|
|
82
|
+
// Login and deploy
|
|
83
|
+
mcp__claude-flow-novice__user_login { email: "user@example.com", password: "***" }
|
|
84
|
+
mcp__claude-flow-novice__swarm_init { topology: "mesh", maxAgents: 5 }
|
|
85
|
+
mcp__claude-flow-novice__sandbox_create { template: "node", name: "api-dev" }
|
|
86
|
+
\`\`\`
|
|
87
|
+
|
|
88
|
+
Learn more: https://github.com/ruvnet/claude-flow#claude-flow-novice
|
|
89
|
+
|
|
90
|
+
## Project Info
|
|
91
|
+
This is a Claude-Flow AI agent orchestration system.
|
|
92
|
+
`;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export function createFullClaudeMd() {
|
|
96
|
+
return `# Claude Code Configuration
|
|
97
|
+
|
|
98
|
+
## 🚨 CRITICAL: CONCURRENT EXECUTION FOR ALL ACTIONS
|
|
99
|
+
|
|
100
|
+
**ABSOLUTE RULE**: ALL operations MUST be concurrent/parallel in a single message:
|
|
101
|
+
|
|
102
|
+
### 🔴 MANDATORY CONCURRENT PATTERNS:
|
|
103
|
+
1. **TodoWrite**: ALWAYS batch ALL todos in ONE call (5-10+ todos minimum)
|
|
104
|
+
2. **Task tool**: ALWAYS spawn ALL agents in ONE message with full instructions
|
|
105
|
+
3. **File operations**: ALWAYS batch ALL reads/writes/edits in ONE message
|
|
106
|
+
4. **Bash commands**: ALWAYS batch ALL terminal operations in ONE message
|
|
107
|
+
5. **Memory operations**: ALWAYS batch ALL memory store/retrieve in ONE message
|
|
108
|
+
|
|
109
|
+
### ⚡ GOLDEN RULE: "1 MESSAGE = ALL RELATED OPERATIONS"
|
|
110
|
+
|
|
111
|
+
**Examples of CORRECT concurrent execution:**
|
|
112
|
+
\`\`\`javascript
|
|
113
|
+
// ✅ CORRECT: Everything in ONE message
|
|
114
|
+
[Single Message]:
|
|
115
|
+
- TodoWrite { todos: [10+ todos with all statuses/priorities] }
|
|
116
|
+
- Task("Agent 1 with full instructions and hooks")
|
|
117
|
+
- Task("Agent 2 with full instructions and hooks")
|
|
118
|
+
- Task("Agent 3 with full instructions and hooks")
|
|
119
|
+
- Read("file1.js")
|
|
120
|
+
- Read("file2.js")
|
|
121
|
+
- Write("output1.js", content)
|
|
122
|
+
- Write("output2.js", content)
|
|
123
|
+
- Bash("npm install")
|
|
124
|
+
- Bash("npm test")
|
|
125
|
+
- Bash("npm run build")
|
|
126
|
+
\`\`\`
|
|
127
|
+
|
|
128
|
+
**Examples of WRONG sequential execution:**
|
|
129
|
+
\`\`\`javascript
|
|
130
|
+
// ❌ WRONG: Multiple messages (NEVER DO THIS)
|
|
131
|
+
Message 1: TodoWrite { todos: [single todo] }
|
|
132
|
+
Message 2: Task("Agent 1")
|
|
133
|
+
Message 3: Task("Agent 2")
|
|
134
|
+
Message 4: Read("file1.js")
|
|
135
|
+
Message 5: Write("output1.js")
|
|
136
|
+
Message 6: Bash("npm install")
|
|
137
|
+
// This is 6x slower and breaks coordination!
|
|
138
|
+
\`\`\`
|
|
139
|
+
|
|
140
|
+
### 🎯 CONCURRENT EXECUTION CHECKLIST:
|
|
141
|
+
|
|
142
|
+
Before sending ANY message, ask yourself:
|
|
143
|
+
- ✅ Are ALL related TodoWrite operations batched together?
|
|
144
|
+
- ✅ Are ALL Task spawning operations in ONE message?
|
|
145
|
+
- ✅ Are ALL file operations (Read/Write/Edit) batched together?
|
|
146
|
+
- ✅ Are ALL bash commands grouped in ONE message?
|
|
147
|
+
- ✅ Are ALL memory operations concurrent?
|
|
148
|
+
|
|
149
|
+
If ANY answer is "No", you MUST combine operations into a single message!
|
|
150
|
+
|
|
151
|
+
## Build Commands
|
|
152
|
+
- \`npm run build\`: Build the project using Deno compile
|
|
153
|
+
- \`npm run test\`: Run the full test suite
|
|
154
|
+
- \`npm run lint\`: Run ESLint and format checks
|
|
155
|
+
- \`npm run typecheck\`: Run TypeScript type checking
|
|
156
|
+
- \`./claude-flow-novice start\`: Start the orchestration system
|
|
157
|
+
- \`./claude-flow-novice --help\`: Show all available commands
|
|
158
|
+
|
|
159
|
+
## Code Style Preferences
|
|
160
|
+
- Use ES modules (import/export) syntax, not CommonJS (require)
|
|
161
|
+
- Destructure imports when possible (e.g., \`import { foo } from 'bar'\`)
|
|
162
|
+
- Use TypeScript for all new code
|
|
163
|
+
- Follow existing naming conventions (camelCase for variables, PascalCase for classes)
|
|
164
|
+
- Add JSDoc comments for public APIs
|
|
165
|
+
- Use async/await instead of Promise chains
|
|
166
|
+
- Prefer const/let over var
|
|
167
|
+
|
|
168
|
+
## Workflow Guidelines
|
|
169
|
+
- Always run typecheck after making code changes
|
|
170
|
+
- Run tests before committing changes
|
|
171
|
+
- Use meaningful commit messages following conventional commits
|
|
172
|
+
- Create feature branches for new functionality
|
|
173
|
+
- Ensure all tests pass before merging
|
|
174
|
+
|
|
175
|
+
## Project Architecture
|
|
176
|
+
This is a Claude-Flow AI agent orchestration system with the following components:
|
|
177
|
+
- **CLI Interface**: Command-line tools for managing the system
|
|
178
|
+
- **Orchestrator**: Core engine for coordinating agents and tasks
|
|
179
|
+
- **Memory System**: Persistent storage and retrieval of information
|
|
180
|
+
- **Terminal Management**: Automated terminal session handling
|
|
181
|
+
- **MCP Integration**: Model Context Protocol server for Claude integration
|
|
182
|
+
- **Agent Coordination**: Multi-agent task distribution and management
|
|
183
|
+
|
|
184
|
+
## Important Notes
|
|
185
|
+
- Use \`claude --dangerously-skip-permissions\` for unattended operation
|
|
186
|
+
- The system supports both daemon and interactive modes
|
|
187
|
+
- Memory persistence is handled automatically
|
|
188
|
+
- All components are event-driven for scalability
|
|
189
|
+
|
|
190
|
+
## Debugging
|
|
191
|
+
- Check logs in \`./claude-flow.log\`
|
|
192
|
+
- Use \`./claude-flow-novice status\` to check system health
|
|
193
|
+
- Monitor with \`./claude-flow-novice monitor\` for real-time updates
|
|
194
|
+
- Verbose output available with \`--verbose\` flag on most commands
|
|
195
|
+
|
|
196
|
+
## 🌐 Flow Nexus Cloud Platform
|
|
197
|
+
|
|
198
|
+
Flow Nexus extends Claude Flow with cloud-powered features:
|
|
199
|
+
|
|
200
|
+
### Quick Start
|
|
201
|
+
1. **Register**: \`mcp__claude-flow-novice__user_register\` with email/password
|
|
202
|
+
2. **Login**: \`mcp__claude-flow-novice__user_login\` to access features
|
|
203
|
+
3. **Check Balance**: \`mcp__claude-flow-novice__check_balance\` for credits
|
|
204
|
+
|
|
205
|
+
### Key Capabilities
|
|
206
|
+
|
|
207
|
+
**🤖 AI Swarms**
|
|
208
|
+
- Deploy multi-agent swarms in cloud sandboxes
|
|
209
|
+
- Pre-built templates for common architectures
|
|
210
|
+
- Auto-scaling and load balancing
|
|
211
|
+
|
|
212
|
+
**📦 E2B Sandboxes**
|
|
213
|
+
- \`mcp__claude-flow-novice__sandbox_create\` - Isolated execution environments
|
|
214
|
+
- Support for Node.js, Python, React, Next.js
|
|
215
|
+
- Real-time code execution with environment variables
|
|
216
|
+
|
|
217
|
+
**⚡ Workflows**
|
|
218
|
+
- \`mcp__claude-flow-novice__workflow_create\` - Event-driven automation
|
|
219
|
+
- Parallel task processing with message queues
|
|
220
|
+
- Reusable workflow templates
|
|
221
|
+
|
|
222
|
+
**🎯 Challenges & Learning**
|
|
223
|
+
- \`mcp__claude-flow-novice__challenges_list\` - Coding challenges
|
|
224
|
+
- Earn rUv credits by completing tasks
|
|
225
|
+
- Global leaderboard and achievements
|
|
226
|
+
|
|
227
|
+
**🧠 Neural Networks**
|
|
228
|
+
- \`mcp__claude-flow-novice__neural_train\` - Train custom models
|
|
229
|
+
- Distributed training across sandboxes
|
|
230
|
+
- Pre-built templates for ML tasks
|
|
231
|
+
|
|
232
|
+
**💰 Credits & Billing**
|
|
233
|
+
- Pay-as-you-go with rUv credits
|
|
234
|
+
- Auto-refill configuration available
|
|
235
|
+
- Free tier for getting started
|
|
236
|
+
|
|
237
|
+
### Example: Deploy a Swarm
|
|
238
|
+
\`\`\`javascript
|
|
239
|
+
// Login and deploy
|
|
240
|
+
mcp__claude-flow-novice__user_login { email: "user@example.com", password: "***" }
|
|
241
|
+
mcp__claude-flow-novice__swarm_init { topology: "mesh", maxAgents: 5 }
|
|
242
|
+
mcp__claude-flow-novice__sandbox_create { template: "node", name: "api-dev" }
|
|
243
|
+
\`\`\`
|
|
244
|
+
|
|
245
|
+
Learn more: https://github.com/ruvnet/claude-flow#claude-flow-novice
|
|
246
|
+
`;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export function createSparcClaudeMd() {
|
|
250
|
+
return `# Claude Code Configuration - SPARC Development Environment
|
|
251
|
+
|
|
252
|
+
## 🚨 CRITICAL: CONCURRENT EXECUTION FOR ALL ACTIONS
|
|
253
|
+
|
|
254
|
+
**ABSOLUTE RULE**: ALL operations MUST be concurrent/parallel in a single message:
|
|
255
|
+
|
|
256
|
+
### 🔴 MANDATORY CONCURRENT PATTERNS:
|
|
257
|
+
1. **TodoWrite**: ALWAYS batch ALL todos in ONE call (5-10+ todos minimum)
|
|
258
|
+
2. **Task tool**: ALWAYS spawn ALL agents in ONE message with full instructions
|
|
259
|
+
3. **File operations**: ALWAYS batch ALL reads/writes/edits in ONE message
|
|
260
|
+
4. **Bash commands**: ALWAYS batch ALL terminal operations in ONE message
|
|
261
|
+
5. **Memory operations**: ALWAYS batch ALL memory store/retrieve in ONE message
|
|
262
|
+
|
|
263
|
+
### ⚡ GOLDEN RULE: "1 MESSAGE = ALL RELATED OPERATIONS"
|
|
264
|
+
|
|
265
|
+
**Examples of CORRECT concurrent execution:**
|
|
266
|
+
\`\`\`javascript
|
|
267
|
+
// ✅ CORRECT: Everything in ONE message
|
|
268
|
+
[Single Message]:
|
|
269
|
+
- TodoWrite { todos: [10+ todos with all statuses/priorities] }
|
|
270
|
+
- Task("Agent 1 with full instructions and hooks")
|
|
271
|
+
- Task("Agent 2 with full instructions and hooks")
|
|
272
|
+
- Task("Agent 3 with full instructions and hooks")
|
|
273
|
+
- Read("file1.js")
|
|
274
|
+
- Read("file2.js")
|
|
275
|
+
- Write("output1.js", content)
|
|
276
|
+
- Write("output2.js", content)
|
|
277
|
+
- Bash("npm install")
|
|
278
|
+
- Bash("npm test")
|
|
279
|
+
- Bash("npm run build")
|
|
280
|
+
\`\`\`
|
|
281
|
+
|
|
282
|
+
**Examples of WRONG sequential execution:**
|
|
283
|
+
\`\`\`javascript
|
|
284
|
+
// ❌ WRONG: Multiple messages (NEVER DO THIS)
|
|
285
|
+
Message 1: TodoWrite { todos: [single todo] }
|
|
286
|
+
Message 2: Task("Agent 1")
|
|
287
|
+
Message 3: Task("Agent 2")
|
|
288
|
+
Message 4: Read("file1.js")
|
|
289
|
+
Message 5: Write("output1.js")
|
|
290
|
+
Message 6: Bash("npm install")
|
|
291
|
+
// This is 6x slower and breaks coordination!
|
|
292
|
+
\`\`\`
|
|
293
|
+
|
|
294
|
+
### 🎯 CONCURRENT EXECUTION CHECKLIST:
|
|
295
|
+
|
|
296
|
+
Before sending ANY message, ask yourself:
|
|
297
|
+
- ✅ Are ALL related TodoWrite operations batched together?
|
|
298
|
+
- ✅ Are ALL Task spawning operations in ONE message?
|
|
299
|
+
- ✅ Are ALL file operations (Read/Write/Edit) batched together?
|
|
300
|
+
- ✅ Are ALL bash commands grouped in ONE message?
|
|
301
|
+
- ✅ Are ALL memory operations concurrent?
|
|
302
|
+
|
|
303
|
+
If ANY answer is "No", you MUST combine operations into a single message!
|
|
304
|
+
|
|
305
|
+
## Project Overview
|
|
306
|
+
This project uses the SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) methodology for systematic Test-Driven Development with AI assistance through Claude-Flow orchestration.
|
|
307
|
+
|
|
308
|
+
## SPARC Development Commands
|
|
309
|
+
|
|
310
|
+
### Core SPARC Commands
|
|
311
|
+
- \`./claude-flow-novice sparc modes\`: List all available SPARC development modes
|
|
312
|
+
- \`./claude-flow-novice sparc run <mode> "<task>"\`: Execute specific SPARC mode for a task
|
|
313
|
+
- \`./claude-flow-novice sparc tdd "<feature>"\`: Run complete TDD workflow using SPARC methodology
|
|
314
|
+
- \`./claude-flow-novice sparc info <mode>\`: Get detailed information about a specific mode
|
|
315
|
+
|
|
316
|
+
### Standard Build Commands
|
|
317
|
+
- \`npm run build\`: Build the project
|
|
318
|
+
- \`npm run test\`: Run the test suite
|
|
319
|
+
- \`npm run lint\`: Run linter and format checks
|
|
320
|
+
- \`npm run typecheck\`: Run TypeScript type checking
|
|
321
|
+
|
|
322
|
+
## SPARC Methodology Workflow
|
|
323
|
+
|
|
324
|
+
### 1. Specification Phase
|
|
325
|
+
\`\`\`bash
|
|
326
|
+
# Create detailed specifications and requirements
|
|
327
|
+
./claude-flow-novice sparc run spec-pseudocode "Define user authentication requirements"
|
|
328
|
+
\`\`\`
|
|
329
|
+
- Define clear functional requirements
|
|
330
|
+
- Document edge cases and constraints
|
|
331
|
+
- Create user stories and acceptance criteria
|
|
332
|
+
- Establish non-functional requirements
|
|
333
|
+
|
|
334
|
+
### 2. Pseudocode Phase
|
|
335
|
+
\`\`\`bash
|
|
336
|
+
# Develop algorithmic logic and data flows
|
|
337
|
+
./claude-flow-novice sparc run spec-pseudocode "Create authentication flow pseudocode"
|
|
338
|
+
\`\`\`
|
|
339
|
+
- Break down complex logic into steps
|
|
340
|
+
- Define data structures and interfaces
|
|
341
|
+
- Plan error handling and edge cases
|
|
342
|
+
- Create modular, testable components
|
|
343
|
+
|
|
344
|
+
### 3. Architecture Phase
|
|
345
|
+
\`\`\`bash
|
|
346
|
+
# Design system architecture and component structure
|
|
347
|
+
./claude-flow-novice sparc run architect "Design authentication service architecture"
|
|
348
|
+
\`\`\`
|
|
349
|
+
- Create system diagrams and component relationships
|
|
350
|
+
- Define API contracts and interfaces
|
|
351
|
+
- Plan database schemas and data flows
|
|
352
|
+
- Establish security and scalability patterns
|
|
353
|
+
|
|
354
|
+
### 4. Refinement Phase (TDD Implementation)
|
|
355
|
+
\`\`\`bash
|
|
356
|
+
# Execute Test-Driven Development cycle
|
|
357
|
+
./claude-flow-novice sparc tdd "implement user authentication system"
|
|
358
|
+
\`\`\`
|
|
359
|
+
|
|
360
|
+
**TDD Cycle:**
|
|
361
|
+
1. **Red**: Write failing tests first
|
|
362
|
+
2. **Green**: Implement minimal code to pass tests
|
|
363
|
+
3. **Refactor**: Optimize and clean up code
|
|
364
|
+
4. **Repeat**: Continue until feature is complete
|
|
365
|
+
|
|
366
|
+
### 5. Completion Phase
|
|
367
|
+
\`\`\`bash
|
|
368
|
+
# Integration, documentation, and validation
|
|
369
|
+
./claude-flow-novice sparc run integration "integrate authentication with user management"
|
|
370
|
+
\`\`\`
|
|
371
|
+
- Integrate all components
|
|
372
|
+
- Perform end-to-end testing
|
|
373
|
+
- Create comprehensive documentation
|
|
374
|
+
- Validate against original requirements
|
|
375
|
+
|
|
376
|
+
## SPARC Mode Reference
|
|
377
|
+
|
|
378
|
+
### Development Modes
|
|
379
|
+
- **\`architect\`**: System design and architecture planning
|
|
380
|
+
- **\`code\`**: Clean, modular code implementation
|
|
381
|
+
- **\`tdd\`**: Test-driven development and testing
|
|
382
|
+
- **\`spec-pseudocode\`**: Requirements and algorithmic planning
|
|
383
|
+
- **\`integration\`**: System integration and coordination
|
|
384
|
+
|
|
385
|
+
### Quality Assurance Modes
|
|
386
|
+
- **\`debug\`**: Troubleshooting and bug resolution
|
|
387
|
+
- **\`security-review\`**: Security analysis and vulnerability assessment
|
|
388
|
+
- **\`refinement-optimization-mode\`**: Performance optimization and refactoring
|
|
389
|
+
|
|
390
|
+
### Support Modes
|
|
391
|
+
- **\`docs-writer\`**: Documentation creation and maintenance
|
|
392
|
+
- **\`devops\`**: Deployment and infrastructure management
|
|
393
|
+
- **\`mcp\`**: External service integration
|
|
394
|
+
- **\`swarm\`**: Multi-agent coordination for complex tasks
|
|
395
|
+
|
|
396
|
+
## Claude Code Slash Commands
|
|
397
|
+
|
|
398
|
+
Claude Code slash commands are available in \`.claude/commands/\`:
|
|
399
|
+
|
|
400
|
+
### Project Commands
|
|
401
|
+
- \`/sparc\`: Execute SPARC methodology workflows
|
|
402
|
+
- \`/sparc-<mode>\`: Run specific SPARC mode (e.g., /sparc-architect)
|
|
403
|
+
- \`/claude-flow-help\`: Show all Claude-Flow commands
|
|
404
|
+
- \`/claude-flow-memory\`: Interact with memory system
|
|
405
|
+
- \`/claude-flow-swarm\`: Coordinate multi-agent swarms
|
|
406
|
+
|
|
407
|
+
### Using Slash Commands
|
|
408
|
+
1. Type \`/\` in Claude Code to see available commands
|
|
409
|
+
2. Select a command or type its name
|
|
410
|
+
3. Commands are context-aware and project-specific
|
|
411
|
+
4. Custom commands can be added to \`.claude/commands/\`
|
|
412
|
+
|
|
413
|
+
## Code Style and Best Practices
|
|
414
|
+
|
|
415
|
+
### SPARC Development Principles
|
|
416
|
+
- **Modular Design**: Keep files under 500 lines, break into logical components
|
|
417
|
+
- **Environment Safety**: Never hardcode secrets or environment-specific values
|
|
418
|
+
- **Test-First**: Always write tests before implementation (Red-Green-Refactor)
|
|
419
|
+
- **Clean Architecture**: Separate concerns, use dependency injection
|
|
420
|
+
- **Documentation**: Maintain clear, up-to-date documentation
|
|
421
|
+
|
|
422
|
+
### Coding Standards
|
|
423
|
+
- Use TypeScript for type safety and better tooling
|
|
424
|
+
- Follow consistent naming conventions (camelCase for variables, PascalCase for classes)
|
|
425
|
+
- Implement proper error handling and logging
|
|
426
|
+
- Use async/await for asynchronous operations
|
|
427
|
+
- Prefer composition over inheritance
|
|
428
|
+
|
|
429
|
+
### Memory and State Management
|
|
430
|
+
- Use claude-flow-novice memory system for persistent state across sessions
|
|
431
|
+
- Store progress and findings using namespaced keys
|
|
432
|
+
- Query previous work before starting new tasks
|
|
433
|
+
- Export/import memory for backup and sharing
|
|
434
|
+
|
|
435
|
+
## SPARC Memory Integration
|
|
436
|
+
|
|
437
|
+
### Memory Commands for SPARC Development
|
|
438
|
+
\`\`\`bash
|
|
439
|
+
# Store project specifications
|
|
440
|
+
./claude-flow-novice memory store spec_auth "User authentication requirements and constraints"
|
|
441
|
+
|
|
442
|
+
# Store architectural decisions
|
|
443
|
+
./claude-flow-novice memory store arch_decisions "Database schema and API design choices"
|
|
444
|
+
|
|
445
|
+
# Store test results and coverage
|
|
446
|
+
./claude-flow-novice memory store test_coverage "Authentication module: 95% coverage, all tests passing"
|
|
447
|
+
|
|
448
|
+
# Query previous work
|
|
449
|
+
./claude-flow-novice memory query auth_implementation
|
|
450
|
+
|
|
451
|
+
# Export project memory
|
|
452
|
+
./claude-flow-novice memory export project_backup.json
|
|
453
|
+
\`\`\`
|
|
454
|
+
|
|
455
|
+
### Memory Namespaces
|
|
456
|
+
- **\`spec\`**: Requirements and specifications
|
|
457
|
+
- **\`arch\`**: Architecture and design decisions
|
|
458
|
+
- **\`impl\`**: Implementation notes and code patterns
|
|
459
|
+
- **\`test\`**: Test results and coverage reports
|
|
460
|
+
- **\`debug\`**: Bug reports and resolution notes
|
|
461
|
+
|
|
462
|
+
## Workflow Examples
|
|
463
|
+
|
|
464
|
+
### Feature Development Workflow
|
|
465
|
+
\`\`\`bash
|
|
466
|
+
# 1. Start with specification
|
|
467
|
+
./claude-flow-novice sparc run spec-pseudocode "User profile management feature"
|
|
468
|
+
|
|
469
|
+
# 2. Design architecture
|
|
470
|
+
./claude-flow-novice sparc run architect "Profile service architecture with data validation"
|
|
471
|
+
|
|
472
|
+
# 3. Implement with TDD
|
|
473
|
+
./claude-flow-novice sparc tdd "user profile CRUD operations"
|
|
474
|
+
|
|
475
|
+
# 4. Security review
|
|
476
|
+
./claude-flow-novice sparc run security-review "profile data access and validation"
|
|
477
|
+
|
|
478
|
+
# 5. Integration testing
|
|
479
|
+
./claude-flow-novice sparc run integration "profile service with authentication system"
|
|
480
|
+
|
|
481
|
+
# 6. Documentation
|
|
482
|
+
./claude-flow-novice sparc run docs-writer "profile service API documentation"
|
|
483
|
+
\`\`\`
|
|
484
|
+
|
|
485
|
+
### Bug Fix Workflow
|
|
486
|
+
\`\`\`bash
|
|
487
|
+
# 1. Debug and analyze
|
|
488
|
+
./claude-flow-novice sparc run debug "authentication token expiration issue"
|
|
489
|
+
|
|
490
|
+
# 2. Write regression tests
|
|
491
|
+
./claude-flow-novice sparc run tdd "token refresh mechanism tests"
|
|
492
|
+
|
|
493
|
+
# 3. Implement fix
|
|
494
|
+
./claude-flow-novice sparc run code "fix token refresh in authentication service"
|
|
495
|
+
|
|
496
|
+
# 4. Security review
|
|
497
|
+
./claude-flow-novice sparc run security-review "token handling security implications"
|
|
498
|
+
\`\`\`
|
|
499
|
+
|
|
500
|
+
## Configuration Files
|
|
501
|
+
|
|
502
|
+
### Claude Code Integration
|
|
503
|
+
- **\`.claude/commands/\`**: Claude Code slash commands for all SPARC modes
|
|
504
|
+
- **\`.claude/logs/\`**: Conversation and session logs
|
|
505
|
+
|
|
506
|
+
### SPARC Configuration
|
|
507
|
+
- **\`.roomodes\`**: SPARC mode definitions and configurations (auto-generated)
|
|
508
|
+
- **\`.roo/\`**: SPARC templates and workflows (auto-generated)
|
|
509
|
+
|
|
510
|
+
### Claude-Flow Configuration
|
|
511
|
+
- **\`memory/\`**: Persistent memory and session data
|
|
512
|
+
- **\`coordination/\`**: Multi-agent coordination settings
|
|
513
|
+
- **\`CLAUDE.md\`**: Project instructions for Claude Code
|
|
514
|
+
|
|
515
|
+
## Git Workflow Integration
|
|
516
|
+
|
|
517
|
+
### Commit Strategy with SPARC
|
|
518
|
+
- **Specification commits**: After completing requirements analysis
|
|
519
|
+
- **Architecture commits**: After design phase completion
|
|
520
|
+
- **TDD commits**: After each Red-Green-Refactor cycle
|
|
521
|
+
- **Integration commits**: After successful component integration
|
|
522
|
+
- **Documentation commits**: After completing documentation updates
|
|
523
|
+
|
|
524
|
+
### Branch Strategy
|
|
525
|
+
- **\`feature/sparc-<feature-name>\`**: Feature development with SPARC methodology
|
|
526
|
+
- **\`hotfix/sparc-<issue>\`**: Bug fixes using SPARC debugging workflow
|
|
527
|
+
- **\`refactor/sparc-<component>\`**: Refactoring using optimization mode
|
|
528
|
+
|
|
529
|
+
## Troubleshooting
|
|
530
|
+
|
|
531
|
+
### Common SPARC Issues
|
|
532
|
+
- **Mode not found**: Check \`.roomodes\` file exists and is valid JSON
|
|
533
|
+
- **Memory persistence**: Ensure \`memory/\` directory has write permissions
|
|
534
|
+
- **Tool access**: Verify required tools are available for the selected mode
|
|
535
|
+
- **Namespace conflicts**: Use unique memory namespaces for different features
|
|
536
|
+
|
|
537
|
+
### Debug Commands
|
|
538
|
+
\`\`\`bash
|
|
539
|
+
# Check SPARC configuration
|
|
540
|
+
./claude-flow-novice sparc modes
|
|
541
|
+
|
|
542
|
+
# Verify memory system
|
|
543
|
+
./claude-flow-novice memory stats
|
|
544
|
+
|
|
545
|
+
# Check system status
|
|
546
|
+
./claude-flow-novice status
|
|
547
|
+
|
|
548
|
+
# View detailed mode information
|
|
549
|
+
./claude-flow-novice sparc info <mode-name>
|
|
550
|
+
\`\`\`
|
|
551
|
+
|
|
552
|
+
## Project Architecture
|
|
553
|
+
|
|
554
|
+
This SPARC-enabled project follows a systematic development approach:
|
|
555
|
+
- **Clear separation of concerns** through modular design
|
|
556
|
+
- **Test-driven development** ensuring reliability and maintainability
|
|
557
|
+
- **Iterative refinement** for continuous improvement
|
|
558
|
+
- **Comprehensive documentation** for team collaboration
|
|
559
|
+
- **AI-assisted development** through specialized SPARC modes
|
|
560
|
+
|
|
561
|
+
## Important Notes
|
|
562
|
+
|
|
563
|
+
- Always run tests before committing (\`npm run test\`)
|
|
564
|
+
- Use SPARC memory system to maintain context across sessions
|
|
565
|
+
- Follow the Red-Green-Refactor cycle during TDD phases
|
|
566
|
+
- Document architectural decisions in memory for future reference
|
|
567
|
+
- Regular security reviews for any authentication or data handling code
|
|
568
|
+
- Claude Code slash commands provide quick access to SPARC modes
|
|
569
|
+
|
|
570
|
+
For more information about SPARC methodology, see: https://github.com/ruvnet/claude-code-flow/docs/sparc.md
|
|
571
|
+
|
|
572
|
+
## 🌐 Flow Nexus Cloud Platform
|
|
573
|
+
|
|
574
|
+
Flow Nexus extends Claude Flow with cloud-powered features:
|
|
575
|
+
|
|
576
|
+
### Quick Start
|
|
577
|
+
1. **Register**: \`mcp__claude-flow-novice__user_register\` with email/password
|
|
578
|
+
2. **Login**: \`mcp__claude-flow-novice__user_login\` to access features
|
|
579
|
+
3. **Check Balance**: \`mcp__claude-flow-novice__check_balance\` for credits
|
|
580
|
+
|
|
581
|
+
### Key Capabilities
|
|
582
|
+
|
|
583
|
+
**🤖 AI Swarms**
|
|
584
|
+
- Deploy multi-agent swarms in cloud sandboxes
|
|
585
|
+
- Pre-built templates for common architectures
|
|
586
|
+
- Auto-scaling and load balancing
|
|
587
|
+
|
|
588
|
+
**📦 E2B Sandboxes**
|
|
589
|
+
- \`mcp__claude-flow-novice__sandbox_create\` - Isolated execution environments
|
|
590
|
+
- Support for Node.js, Python, React, Next.js
|
|
591
|
+
- Real-time code execution with environment variables
|
|
592
|
+
|
|
593
|
+
**⚡ Workflows**
|
|
594
|
+
- \`mcp__claude-flow-novice__workflow_create\` - Event-driven automation
|
|
595
|
+
- Parallel task processing with message queues
|
|
596
|
+
- Reusable workflow templates
|
|
597
|
+
|
|
598
|
+
**🎯 Challenges & Learning**
|
|
599
|
+
- \`mcp__claude-flow-novice__challenges_list\` - Coding challenges
|
|
600
|
+
- Earn rUv credits by completing tasks
|
|
601
|
+
- Global leaderboard and achievements
|
|
602
|
+
|
|
603
|
+
**🧠 Neural Networks**
|
|
604
|
+
- \`mcp__claude-flow-novice__neural_train\` - Train custom models
|
|
605
|
+
- Distributed training across sandboxes
|
|
606
|
+
- Pre-built templates for ML tasks
|
|
607
|
+
|
|
608
|
+
**💰 Credits & Billing**
|
|
609
|
+
- Pay-as-you-go with rUv credits
|
|
610
|
+
- Auto-refill configuration available
|
|
611
|
+
- Free tier for getting started
|
|
612
|
+
|
|
613
|
+
### Example: Deploy a Swarm
|
|
614
|
+
\`\`\`javascript
|
|
615
|
+
// Login and deploy
|
|
616
|
+
mcp__claude-flow-novice__user_login { email: "user@example.com", password: "***" }
|
|
617
|
+
mcp__claude-flow-novice__swarm_init { topology: "mesh", maxAgents: 5 }
|
|
618
|
+
mcp__claude-flow-novice__sandbox_create { template: "node", name: "api-dev" }
|
|
619
|
+
\`\`\`
|
|
620
|
+
|
|
621
|
+
Learn more: https://github.com/ruvnet/claude-flow#claude-flow-novice
|
|
622
|
+
`;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
// Create optimized SPARC CLAUDE.md with batchtools integration
|
|
626
|
+
export function createOptimizedSparcClaudeMd() {
|
|
627
|
+
return `# Claude Code Configuration - SPARC Development Environment
|
|
628
|
+
|
|
629
|
+
## 🚨 CRITICAL: CONCURRENT EXECUTION & FILE MANAGEMENT
|
|
630
|
+
|
|
631
|
+
**ABSOLUTE RULES**:
|
|
632
|
+
1. ALL operations MUST be concurrent/parallel in a single message
|
|
633
|
+
2. **NEVER save working files, text/mds and tests to the root folder**
|
|
634
|
+
3. ALWAYS organize files in appropriate subdirectories
|
|
635
|
+
4. **USE CLAUDE CODE'S TASK TOOL** for spawning agents concurrently, not just MCP
|
|
636
|
+
|
|
637
|
+
### ⚡ GOLDEN RULE: "1 MESSAGE = ALL RELATED OPERATIONS"
|
|
638
|
+
|
|
639
|
+
**MANDATORY PATTERNS:**
|
|
640
|
+
- **TodoWrite**: ALWAYS batch ALL todos in ONE call (5-10+ todos minimum)
|
|
641
|
+
- **Task tool (Claude Code)**: ALWAYS spawn ALL agents in ONE message with full instructions
|
|
642
|
+
- **File operations**: ALWAYS batch ALL reads/writes/edits in ONE message
|
|
643
|
+
- **Bash commands**: ALWAYS batch ALL terminal operations in ONE message
|
|
644
|
+
- **Memory operations**: ALWAYS batch ALL memory store/retrieve in ONE message
|
|
645
|
+
|
|
646
|
+
### 🎯 CRITICAL: Claude Code Task Tool for Agent Execution
|
|
647
|
+
|
|
648
|
+
**Claude Code's Task tool is the PRIMARY way to spawn agents:**
|
|
649
|
+
\`\`\`javascript
|
|
650
|
+
// ✅ CORRECT: Use Claude Code's Task tool for parallel agent execution
|
|
651
|
+
[Single Message]:
|
|
652
|
+
Task("Research agent", "Analyze requirements and patterns...", "researcher")
|
|
653
|
+
Task("Coder agent", "Implement core features...", "coder")
|
|
654
|
+
Task("Tester agent", "Create comprehensive tests...", "tester")
|
|
655
|
+
Task("Reviewer agent", "Review code quality...", "reviewer")
|
|
656
|
+
Task("Architect agent", "Design system architecture...", "system-architect")
|
|
657
|
+
\`\`\`
|
|
658
|
+
|
|
659
|
+
**MCP tools are ONLY for coordination setup:**
|
|
660
|
+
- \`mcp__claude-flow__swarm_init\` - Initialize coordination topology
|
|
661
|
+
- \`mcp__claude-flow__agent_spawn\` - Define agent types for coordination
|
|
662
|
+
- \`mcp__claude-flow__task_orchestrate\` - Orchestrate high-level workflows
|
|
663
|
+
|
|
664
|
+
### 📁 File Organization Rules
|
|
665
|
+
|
|
666
|
+
**NEVER save to root folder. Use these directories:**
|
|
667
|
+
- \`/src\` - Source code files
|
|
668
|
+
- \`/tests\` - Test files
|
|
669
|
+
- \`/docs\` - Documentation and markdown files
|
|
670
|
+
- \`/config\` - Configuration files
|
|
671
|
+
- \`/scripts\` - Utility scripts
|
|
672
|
+
- \`/examples\` - Example code
|
|
673
|
+
|
|
674
|
+
## Project Overview
|
|
675
|
+
|
|
676
|
+
This project uses SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) methodology with Claude-Flow orchestration for systematic Test-Driven Development.
|
|
677
|
+
|
|
678
|
+
## SPARC Commands
|
|
679
|
+
|
|
680
|
+
### Core Commands
|
|
681
|
+
- \`npx claude-flow-novice sparc modes\` - List available modes
|
|
682
|
+
- \`npx claude-flow-novice sparc run <mode> "<task>"\` - Execute specific mode
|
|
683
|
+
- \`npx claude-flow-novice sparc tdd "<feature>"\` - Run complete TDD workflow
|
|
684
|
+
- \`npx claude-flow-novice sparc info <mode>\` - Get mode details
|
|
685
|
+
|
|
686
|
+
### Batchtools Commands
|
|
687
|
+
- \`npx claude-flow-novice sparc batch <modes> "<task>"\` - Parallel execution
|
|
688
|
+
- \`npx claude-flow-novice sparc pipeline "<task>"\` - Full pipeline processing
|
|
689
|
+
- \`npx claude-flow-novice sparc concurrent <mode> "<tasks-file>"\` - Multi-task processing
|
|
690
|
+
|
|
691
|
+
### Build Commands
|
|
692
|
+
- \`npm run build\` - Build project
|
|
693
|
+
- \`npm run test\` - Run tests
|
|
694
|
+
- \`npm run lint\` - Linting
|
|
695
|
+
- \`npm run typecheck\` - Type checking
|
|
696
|
+
|
|
697
|
+
## SPARC Workflow Phases
|
|
698
|
+
|
|
699
|
+
1. **Specification** - Requirements analysis (\`sparc run spec-pseudocode\`)
|
|
700
|
+
2. **Pseudocode** - Algorithm design (\`sparc run spec-pseudocode\`)
|
|
701
|
+
3. **Architecture** - System design (\`sparc run architect\`)
|
|
702
|
+
4. **Refinement** - TDD implementation (\`sparc tdd\`)
|
|
703
|
+
5. **Completion** - Integration (\`sparc run integration\`)
|
|
704
|
+
|
|
705
|
+
## Code Style & Best Practices
|
|
706
|
+
|
|
707
|
+
- **Modular Design**: Files under 500 lines
|
|
708
|
+
- **Environment Safety**: Never hardcode secrets
|
|
709
|
+
- **Test-First**: Write tests before implementation
|
|
710
|
+
- **Clean Architecture**: Separate concerns
|
|
711
|
+
- **Documentation**: Keep updated
|
|
712
|
+
|
|
713
|
+
## 🚀 Available Agents (54 Total)
|
|
714
|
+
|
|
715
|
+
### Core Development
|
|
716
|
+
\`coder\`, \`reviewer\`, \`tester\`, \`planner\`, \`researcher\`
|
|
717
|
+
|
|
718
|
+
### Swarm Coordination
|
|
719
|
+
\`hierarchical-coordinator\`, \`mesh-coordinator\`, \`adaptive-coordinator\`, \`collective-intelligence-coordinator\`, \`swarm-memory-manager\`
|
|
720
|
+
|
|
721
|
+
### Consensus & Distributed
|
|
722
|
+
\`byzantine-coordinator\`, \`raft-manager\`, \`gossip-coordinator\`, \`consensus-builder\`, \`crdt-synchronizer\`, \`quorum-manager\`, \`security-manager\`
|
|
723
|
+
|
|
724
|
+
### Performance & Optimization
|
|
725
|
+
\`perf-analyzer\`, \`performance-benchmarker\`, \`task-orchestrator\`, \`memory-coordinator\`, \`smart-agent\`
|
|
726
|
+
|
|
727
|
+
### GitHub & Repository
|
|
728
|
+
\`github-modes\`, \`pr-manager\`, \`code-review-swarm\`, \`issue-tracker\`, \`release-manager\`, \`workflow-automation\`, \`project-board-sync\`, \`repo-architect\`, \`multi-repo-swarm\`
|
|
729
|
+
|
|
730
|
+
### SPARC Methodology
|
|
731
|
+
\`sparc-coord\`, \`sparc-coder\`, \`specification\`, \`pseudocode\`, \`architecture\`, \`refinement\`
|
|
732
|
+
|
|
733
|
+
### Specialized Development
|
|
734
|
+
\`backend-dev\`, \`mobile-dev\`, \`ml-developer\`, \`cicd-engineer\`, \`api-docs\`, \`system-architect\`, \`code-analyzer\`, \`base-template-generator\`
|
|
735
|
+
|
|
736
|
+
### Testing & Validation
|
|
737
|
+
\`tdd-london-swarm\`, \`production-validator\`
|
|
738
|
+
|
|
739
|
+
### Migration & Planning
|
|
740
|
+
\`migration-planner\`, \`swarm-init\`
|
|
741
|
+
|
|
742
|
+
## 🎯 Claude Code vs MCP Tools
|
|
743
|
+
|
|
744
|
+
### Claude Code Handles ALL EXECUTION:
|
|
745
|
+
- **Task tool**: Spawn and run agents concurrently for actual work
|
|
746
|
+
- File operations (Read, Write, Edit, MultiEdit, Glob, Grep)
|
|
747
|
+
- Code generation and programming
|
|
748
|
+
- Bash commands and system operations
|
|
749
|
+
- Implementation work
|
|
750
|
+
- Project navigation and analysis
|
|
751
|
+
- TodoWrite and task management
|
|
752
|
+
- Git operations
|
|
753
|
+
- Package management
|
|
754
|
+
- Testing and debugging
|
|
755
|
+
|
|
756
|
+
### MCP Tools ONLY COORDINATE:
|
|
757
|
+
- Swarm initialization (topology setup)
|
|
758
|
+
- Agent type definitions (coordination patterns)
|
|
759
|
+
- Task orchestration (high-level planning)
|
|
760
|
+
- Memory management
|
|
761
|
+
- Neural features
|
|
762
|
+
- Performance tracking
|
|
763
|
+
- GitHub integration
|
|
764
|
+
|
|
765
|
+
**KEY**: MCP coordinates the strategy, Claude Code's Task tool executes with real agents.
|
|
766
|
+
|
|
767
|
+
## 🚀 Quick Setup
|
|
768
|
+
|
|
769
|
+
\`\`\`bash
|
|
770
|
+
# Add MCP servers (Claude Flow required, others optional)
|
|
771
|
+
claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
|
|
772
|
+
claude mcp add ruv-swarm npx ruv-swarm mcp start # Optional: Enhanced coordination
|
|
773
|
+
claude mcp add claude-flow-novice npx claude-flow-novice@latest mcp start # Optional: Cloud features
|
|
774
|
+
\`\`\`
|
|
775
|
+
|
|
776
|
+
## MCP Tool Categories
|
|
777
|
+
|
|
778
|
+
### Coordination
|
|
779
|
+
\`swarm_init\`, \`agent_spawn\`, \`task_orchestrate\`
|
|
780
|
+
|
|
781
|
+
### Monitoring
|
|
782
|
+
\`swarm_status\`, \`agent_list\`, \`agent_metrics\`, \`task_status\`, \`task_results\`
|
|
783
|
+
|
|
784
|
+
### Memory & Neural
|
|
785
|
+
\`memory_usage\`, \`neural_status\`, \`neural_train\`, \`neural_patterns\`
|
|
786
|
+
|
|
787
|
+
### GitHub Integration
|
|
788
|
+
\`github_swarm\`, \`repo_analyze\`, \`pr_enhance\`, \`issue_triage\`, \`code_review\`
|
|
789
|
+
|
|
790
|
+
### System
|
|
791
|
+
\`benchmark_run\`, \`features_detect\`, \`swarm_monitor\`
|
|
792
|
+
|
|
793
|
+
### Flow-Nexus MCP Tools (Optional Advanced Features)
|
|
794
|
+
Flow-Nexus extends MCP capabilities with 70+ cloud-based orchestration tools:
|
|
795
|
+
|
|
796
|
+
**Key MCP Tool Categories:**
|
|
797
|
+
- **Swarm & Agents**: \`swarm_init\`, \`swarm_scale\`, \`agent_spawn\`, \`task_orchestrate\`
|
|
798
|
+
- **Sandboxes**: \`sandbox_create\`, \`sandbox_execute\`, \`sandbox_upload\` (cloud execution)
|
|
799
|
+
- **Templates**: \`template_list\`, \`template_deploy\` (pre-built project templates)
|
|
800
|
+
- **Neural AI**: \`neural_train\`, \`neural_patterns\`, \`seraphina_chat\` (AI assistant)
|
|
801
|
+
- **GitHub**: \`github_repo_analyze\`, \`github_pr_manage\` (repository management)
|
|
802
|
+
- **Real-time**: \`execution_stream_subscribe\`, \`realtime_subscribe\` (live monitoring)
|
|
803
|
+
- **Storage**: \`storage_upload\`, \`storage_list\` (cloud file management)
|
|
804
|
+
|
|
805
|
+
**Authentication Required:**
|
|
806
|
+
- Register: \`mcp__claude-flow-novice__user_register\` or \`npx claude-flow-novice@latest register\`
|
|
807
|
+
- Login: \`mcp__claude-flow-novice__user_login\` or \`npx claude-flow-novice@latest login\`
|
|
808
|
+
- Access 70+ specialized MCP tools for advanced orchestration
|
|
809
|
+
|
|
810
|
+
## 🚀 Agent Execution Flow with Claude Code
|
|
811
|
+
|
|
812
|
+
### The Correct Pattern:
|
|
813
|
+
|
|
814
|
+
1. **Optional**: Use MCP tools to set up coordination topology
|
|
815
|
+
2. **REQUIRED**: Use Claude Code's Task tool to spawn agents that do actual work
|
|
816
|
+
3. **REQUIRED**: Each agent runs hooks for coordination
|
|
817
|
+
4. **REQUIRED**: Batch all operations in single messages
|
|
818
|
+
|
|
819
|
+
### Example Full-Stack Development:
|
|
820
|
+
|
|
821
|
+
\`\`\`javascript
|
|
822
|
+
// Single message with all agent spawning via Claude Code's Task tool
|
|
823
|
+
[Parallel Agent Execution]:
|
|
824
|
+
Task("Backend Developer", "Build REST API with Express. Use hooks for coordination.", "backend-dev")
|
|
825
|
+
Task("Frontend Developer", "Create React UI. Coordinate with backend via memory.", "coder")
|
|
826
|
+
Task("Database Architect", "Design PostgreSQL schema. Store schema in memory.", "code-analyzer")
|
|
827
|
+
Task("Test Engineer", "Write Jest tests. Check memory for API contracts.", "tester")
|
|
828
|
+
Task("DevOps Engineer", "Setup Docker and CI/CD. Document in memory.", "cicd-engineer")
|
|
829
|
+
Task("Security Auditor", "Review authentication. Report findings via hooks.", "reviewer")
|
|
830
|
+
|
|
831
|
+
// All todos batched together
|
|
832
|
+
TodoWrite { todos: [...8-10 todos...] }
|
|
833
|
+
|
|
834
|
+
// All file operations together
|
|
835
|
+
Write "backend/server.js"
|
|
836
|
+
Write "frontend/App.jsx"
|
|
837
|
+
Write "database/schema.sql"
|
|
838
|
+
\`\`\`
|
|
839
|
+
|
|
840
|
+
## 📋 Agent Coordination Protocol
|
|
841
|
+
|
|
842
|
+
### Every Agent Spawned via Task Tool MUST:
|
|
843
|
+
|
|
844
|
+
**1️⃣ BEFORE Work:**
|
|
845
|
+
\`\`\`bash
|
|
846
|
+
npx claude-flow@alpha hooks pre-task --description "[task]"
|
|
847
|
+
npx claude-flow@alpha hooks session-restore --session-id "swarm-[id]"
|
|
848
|
+
\`\`\`
|
|
849
|
+
|
|
850
|
+
**2️⃣ DURING Work:**
|
|
851
|
+
\`\`\`bash
|
|
852
|
+
npx claude-flow@alpha hooks post-edit --file "[file]" --memory-key "swarm/[agent]/[step]"
|
|
853
|
+
npx claude-flow@alpha hooks notify --message "[what was done]"
|
|
854
|
+
\`\`\`
|
|
855
|
+
|
|
856
|
+
**3️⃣ AFTER Work:**
|
|
857
|
+
\`\`\`bash
|
|
858
|
+
npx claude-flow@alpha hooks post-task --task-id "[task]"
|
|
859
|
+
npx claude-flow@alpha hooks session-end --export-metrics true
|
|
860
|
+
\`\`\`
|
|
861
|
+
|
|
862
|
+
## 🎯 Concurrent Execution Examples
|
|
863
|
+
|
|
864
|
+
### ✅ CORRECT WORKFLOW: MCP Coordinates, Claude Code Executes
|
|
865
|
+
|
|
866
|
+
\`\`\`javascript
|
|
867
|
+
// Step 1: MCP tools set up coordination (optional, for complex tasks)
|
|
868
|
+
[Single Message - Coordination Setup]:
|
|
869
|
+
mcp__claude-flow__swarm_init { topology: "mesh", maxAgents: 6 }
|
|
870
|
+
mcp__claude-flow__agent_spawn { type: "researcher" }
|
|
871
|
+
mcp__claude-flow__agent_spawn { type: "coder" }
|
|
872
|
+
mcp__claude-flow__agent_spawn { type: "tester" }
|
|
873
|
+
|
|
874
|
+
// Step 2: Claude Code Task tool spawns ACTUAL agents that do the work
|
|
875
|
+
[Single Message - Parallel Agent Execution]:
|
|
876
|
+
// Claude Code's Task tool spawns real agents concurrently
|
|
877
|
+
Task("Research agent", "Analyze API requirements and best practices. Check memory for prior decisions.", "researcher")
|
|
878
|
+
Task("Coder agent", "Implement REST endpoints with authentication. Coordinate via hooks.", "coder")
|
|
879
|
+
Task("Database agent", "Design and implement database schema. Store decisions in memory.", "code-analyzer")
|
|
880
|
+
Task("Tester agent", "Create comprehensive test suite with 90% coverage.", "tester")
|
|
881
|
+
Task("Reviewer agent", "Review code quality and security. Document findings.", "reviewer")
|
|
882
|
+
|
|
883
|
+
// Batch ALL todos in ONE call
|
|
884
|
+
TodoWrite { todos: [
|
|
885
|
+
{id: "1", content: "Research API patterns", status: "in_progress", priority: "high"},
|
|
886
|
+
{id: "2", content: "Design database schema", status: "in_progress", priority: "high"},
|
|
887
|
+
{id: "3", content: "Implement authentication", status: "pending", priority: "high"},
|
|
888
|
+
{id: "4", content: "Build REST endpoints", status: "pending", priority: "high"},
|
|
889
|
+
{id: "5", content: "Write unit tests", status: "pending", priority: "medium"},
|
|
890
|
+
{id: "6", content: "Integration tests", status: "pending", priority: "medium"},
|
|
891
|
+
{id: "7", content: "API documentation", status: "pending", priority: "low"},
|
|
892
|
+
{id: "8", content: "Performance optimization", status: "pending", priority: "low"}
|
|
893
|
+
]}
|
|
894
|
+
|
|
895
|
+
// Parallel file operations
|
|
896
|
+
Bash "mkdir -p app/{src,tests,docs,config}"
|
|
897
|
+
Write "app/package.json"
|
|
898
|
+
Write "app/src/server.js"
|
|
899
|
+
Write "app/tests/server.test.js"
|
|
900
|
+
Write "app/docs/API.md"
|
|
901
|
+
\`\`\`
|
|
902
|
+
|
|
903
|
+
### ❌ WRONG (Multiple Messages):
|
|
904
|
+
\`\`\`javascript
|
|
905
|
+
Message 1: mcp__claude-flow__swarm_init
|
|
906
|
+
Message 2: Task("agent 1")
|
|
907
|
+
Message 3: TodoWrite { todos: [single todo] }
|
|
908
|
+
Message 4: Write "file.js"
|
|
909
|
+
// This breaks parallel coordination!
|
|
910
|
+
\`\`\`
|
|
911
|
+
|
|
912
|
+
## Performance Benefits
|
|
913
|
+
|
|
914
|
+
- **84.8% SWE-Bench solve rate**
|
|
915
|
+
- **32.3% token reduction**
|
|
916
|
+
- **2.8-4.4x speed improvement**
|
|
917
|
+
- **27+ neural models**
|
|
918
|
+
|
|
919
|
+
## Hooks Integration
|
|
920
|
+
|
|
921
|
+
### Pre-Operation
|
|
922
|
+
- Auto-assign agents by file type
|
|
923
|
+
- Validate commands for safety
|
|
924
|
+
- Prepare resources automatically
|
|
925
|
+
- Optimize topology by complexity
|
|
926
|
+
- Cache searches
|
|
927
|
+
|
|
928
|
+
### Post-Operation
|
|
929
|
+
- Auto-format code
|
|
930
|
+
- Train neural patterns
|
|
931
|
+
- Update memory
|
|
932
|
+
- Analyze performance
|
|
933
|
+
- Track token usage
|
|
934
|
+
|
|
935
|
+
### Session Management
|
|
936
|
+
- Generate summaries
|
|
937
|
+
- Persist state
|
|
938
|
+
- Track metrics
|
|
939
|
+
- Restore context
|
|
940
|
+
- Export workflows
|
|
941
|
+
|
|
942
|
+
## Advanced Features (v2.0.0)
|
|
943
|
+
|
|
944
|
+
- 🚀 Automatic Topology Selection
|
|
945
|
+
- ⚡ Parallel Execution (2.8-4.4x speed)
|
|
946
|
+
- 🧠 Neural Training
|
|
947
|
+
- 📊 Bottleneck Analysis
|
|
948
|
+
- 🤖 Smart Auto-Spawning
|
|
949
|
+
- 🛡️ Self-Healing Workflows
|
|
950
|
+
- 💾 Cross-Session Memory
|
|
951
|
+
- 🔗 GitHub Integration
|
|
952
|
+
|
|
953
|
+
## Integration Tips
|
|
954
|
+
|
|
955
|
+
1. Start with basic swarm init
|
|
956
|
+
2. Scale agents gradually
|
|
957
|
+
3. Use memory for context
|
|
958
|
+
4. Monitor progress regularly
|
|
959
|
+
5. Train patterns from success
|
|
960
|
+
6. Enable hooks automation
|
|
961
|
+
7. Use GitHub tools first
|
|
962
|
+
|
|
963
|
+
## Support
|
|
964
|
+
|
|
965
|
+
- Documentation: https://github.com/ruvnet/claude-flow
|
|
966
|
+
- Issues: https://github.com/ruvnet/claude-flow/issues
|
|
967
|
+
- Claude Flow Platform: https://claude-flow-novice.ruv.io (registration required for cloud features)
|
|
968
|
+
|
|
969
|
+
---
|
|
970
|
+
|
|
971
|
+
Remember: **Claude Flow coordinates, Claude Code creates!**
|
|
972
|
+
|
|
973
|
+
# important-instruction-reminders
|
|
974
|
+
Do what has been asked; nothing more, nothing less.
|
|
975
|
+
NEVER create files unless they're absolutely necessary for achieving your goal.
|
|
976
|
+
ALWAYS prefer editing an existing file to creating a new one.
|
|
977
|
+
NEVER proactively create documentation files (*.md) or README files. Only create documentation files if explicitly requested by the User.
|
|
978
|
+
Never save working files, text/mds and tests to the root folder.
|
|
979
|
+
`;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
// createFlowNexusClaudeMd function removed
|