claude-flow-novice 1.3.2 → 1.3.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.
Files changed (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +88 -0
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +58 -0
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -49,32 +49,32 @@ This document provides practical examples of swarm coordination patterns using C
49
49
  # Star Pattern - Simple Task Distribution
50
50
 
51
51
  # Initialize star topology
52
- npx claude-flow swarm init --topology star --max-agents 4
52
+ npx claude-flow-novice swarm init --topology star --max-agents 4
53
53
 
54
54
  # Spawn coordinator
55
- npx claude-flow agent spawn \
55
+ npx claude-flow-novice agent spawn \
56
56
  --type coordinator \
57
57
  --name "task-distributor" \
58
58
  --capabilities '["task-distribution", "load-balancing", "result-aggregation"]'
59
59
 
60
60
  # Spawn workers
61
- npx claude-flow agent spawn \
61
+ npx claude-flow-novice agent spawn \
62
62
  --type coder \
63
63
  --name "developer" \
64
64
  --capabilities '["javascript", "python", "api-development"]'
65
65
 
66
- npx claude-flow agent spawn \
66
+ npx claude-flow-novice agent spawn \
67
67
  --type tester \
68
68
  --name "qa-engineer" \
69
69
  --capabilities '["unit-testing", "integration-testing", "automation"]'
70
70
 
71
- npx claude-flow agent spawn \
71
+ npx claude-flow-novice agent spawn \
72
72
  --type reviewer \
73
73
  --name "code-reviewer" \
74
74
  --capabilities '["code-review", "security-analysis", "performance-audit"]'
75
75
 
76
76
  # Execute coordinated task
77
- npx claude-flow task orchestrate \
77
+ npx claude-flow-novice task orchestrate \
78
78
  --task "Build and test a REST API with authentication" \
79
79
  --strategy parallel \
80
80
  --priority high
@@ -119,20 +119,20 @@ npx claude-flow task orchestrate \
119
119
 
120
120
  ```bash
121
121
  # Load-balanced star with dynamic scaling
122
- npx claude-flow agent spawn \
122
+ npx claude-flow-novice agent spawn \
123
123
  --type coordinator \
124
124
  --name "load-balancer" \
125
125
  --capabilities '["load-monitoring", "dynamic-scaling", "performance-optimization"]'
126
126
 
127
127
  # Configure load balancing
128
- npx claude-flow hooks load-balance-config \
128
+ npx claude-flow-novice hooks load-balance-config \
129
129
  --strategy "least-loaded" \
130
130
  --health-check-interval 5s \
131
131
  --scale-threshold 80% \
132
132
  --scale-factor 1.5
133
133
 
134
134
  # Monitor and auto-scale
135
- npx claude-flow hooks auto-scale \
135
+ npx claude-flow-novice hooks auto-scale \
136
136
  --min-agents 3 \
137
137
  --max-agents 10 \
138
138
  --scale-up-threshold 75% \
@@ -185,7 +185,7 @@ npx claude-flow hooks auto-scale \
185
185
 
186
186
  ```bash
187
187
  # Full mesh collaboration pattern
188
- npx claude-flow swarm init --topology mesh --max-agents 4
188
+ npx claude-flow-novice swarm init --topology mesh --max-agents 4
189
189
 
190
190
  # Spawn peer agents
191
191
  agents=("backend-dev" "frontend-dev" "database-dev" "testing-qa")
@@ -197,7 +197,7 @@ capabilities=(
197
197
  )
198
198
 
199
199
  for i in "${!agents[@]}"; do
200
- npx claude-flow agent spawn \
200
+ npx claude-flow-novice agent spawn \
201
201
  --type specialist \
202
202
  --name "${agents[i]}" \
203
203
  --capabilities "${capabilities[i]}" \
@@ -205,7 +205,7 @@ for i in "${!agents[@]}"; do
205
205
  done
206
206
 
207
207
  # Configure peer-to-peer communication
208
- npx claude-flow hooks mesh-config \
208
+ npx claude-flow-novice hooks mesh-config \
209
209
  --discovery-protocol "gossip" \
210
210
  --heartbeat-interval 10s \
211
211
  --failure-detector-timeout 30s
@@ -250,28 +250,28 @@ npx claude-flow hooks mesh-config \
250
250
 
251
251
  ```bash
252
252
  # Clustered mesh pattern
253
- npx claude-flow swarm init --topology mesh --clusters 3
253
+ npx claude-flow-novice swarm init --topology mesh --clusters 3
254
254
 
255
255
  # Core coordination cluster
256
- npx claude-flow cluster create \
256
+ npx claude-flow-novice cluster create \
257
257
  --name "coordination" \
258
258
  --type "core" \
259
259
  --agents "master,backup,monitor"
260
260
 
261
261
  # Development cluster
262
- npx claude-flow cluster create \
262
+ npx claude-flow-novice cluster create \
263
263
  --name "development" \
264
264
  --type "functional" \
265
265
  --agents "api-dev,ui-dev,db-architect"
266
266
 
267
267
  # Operations cluster
268
- npx claude-flow cluster create \
268
+ npx claude-flow-novice cluster create \
269
269
  --name "operations" \
270
270
  --type "functional" \
271
271
  --agents "deploy-manager,infrastructure,monitor"
272
272
 
273
273
  # Configure inter-cluster communication
274
- npx claude-flow hooks cluster-mesh \
274
+ npx claude-flow-novice hooks cluster-mesh \
275
275
  --communication-pattern "hub-spoke" \
276
276
  --coordination-cluster "coordination" \
277
277
  --bandwidth-limit "100Mbps"
@@ -319,10 +319,10 @@ npx claude-flow hooks cluster-mesh \
319
319
 
320
320
  ```bash
321
321
  # Hierarchical multi-level management
322
- npx claude-flow swarm init --topology hierarchical --levels 4
322
+ npx claude-flow-novice swarm init --topology hierarchical --levels 4
323
323
 
324
324
  # Executive level
325
- npx claude-flow agent spawn \
325
+ npx claude-flow-novice agent spawn \
326
326
  --type coordinator \
327
327
  --name "project-director" \
328
328
  --level 1 \
@@ -331,7 +331,7 @@ npx claude-flow agent spawn \
331
331
  # Management level
332
332
  managers=("tech-lead" "product-manager" "qa-lead")
333
333
  for manager in "${managers[@]}"; do
334
- npx claude-flow agent spawn \
334
+ npx claude-flow-novice agent spawn \
335
335
  --type coordinator \
336
336
  --name "$manager" \
337
337
  --level 2 \
@@ -340,7 +340,7 @@ for manager in "${managers[@]}"; do
340
340
  done
341
341
 
342
342
  # Operational level
343
- npx claude-flow agent spawn \
343
+ npx claude-flow-novice agent spawn \
344
344
  --type specialist \
345
345
  --name "senior-backend" \
346
346
  --level 3 \
@@ -348,7 +348,7 @@ npx claude-flow agent spawn \
348
348
  --capabilities '["microservices", "api-design", "database-optimization"]'
349
349
 
350
350
  # Configure command chain
351
- npx claude-flow hooks hierarchy-config \
351
+ npx claude-flow-novice hooks hierarchy-config \
352
352
  --command-flow "top-down" \
353
353
  --feedback-flow "bottom-up" \
354
354
  --delegation-strategy "capability-based"
@@ -393,12 +393,12 @@ npx claude-flow hooks hierarchy-config \
393
393
 
394
394
  ```bash
395
395
  # Matrix organization pattern
396
- npx claude-flow swarm init --topology matrix --dimensions 2
396
+ npx claude-flow-novice swarm init --topology matrix --dimensions 2
397
397
 
398
398
  # Create functional dimension
399
399
  functional_managers=("tech-lead" "product-manager" "design-lead" "qa-lead")
400
400
  for manager in "${functional_managers[@]}"; do
401
- npx claude-flow agent spawn \
401
+ npx claude-flow-novice agent spawn \
402
402
  --type coordinator \
403
403
  --name "$manager" \
404
404
  --dimension "functional" \
@@ -408,7 +408,7 @@ done
408
408
  # Create project dimension
409
409
  project_managers=("project-a-mgr" "project-b-mgr" "project-c-mgr")
410
410
  for manager in "${project_managers[@]}"; do
411
- npx claude-flow agent spawn \
411
+ npx claude-flow-novice agent spawn \
412
412
  --type coordinator \
413
413
  --name "$manager" \
414
414
  --dimension "project" \
@@ -416,7 +416,7 @@ for manager in "${project_managers[@]}"; do
416
416
  done
417
417
 
418
418
  # Configure dual reporting
419
- npx claude-flow hooks matrix-config \
419
+ npx claude-flow-novice hooks matrix-config \
420
420
  --reporting-structure "dual" \
421
421
  --conflict-resolution "escalation" \
422
422
  --communication-protocol "regular-sync"
@@ -468,10 +468,10 @@ npx claude-flow hooks matrix-config \
468
468
 
469
469
  ```bash
470
470
  # Hierarchical-Mesh Hybrid
471
- npx claude-flow swarm init --topology hybrid --pattern "hierarchical-mesh"
471
+ npx claude-flow-novice swarm init --topology hybrid --pattern "hierarchical-mesh"
472
472
 
473
473
  # Global coordinator
474
- npx claude-flow agent spawn \
474
+ npx claude-flow-novice agent spawn \
475
475
  --type coordinator \
476
476
  --name "global-orchestrator" \
477
477
  --scope "global" \
@@ -480,7 +480,7 @@ npx claude-flow agent spawn \
480
480
  # Regional coordinators
481
481
  regions=("region-a" "region-b" "region-c")
482
482
  for region in "${regions[@]}"; do
483
- npx claude-flow agent spawn \
483
+ npx claude-flow-novice agent spawn \
484
484
  --type coordinator \
485
485
  --name "$region-coord" \
486
486
  --parent "global-orchestrator" \
@@ -489,7 +489,7 @@ for region in "${regions[@]}"; do
489
489
  done
490
490
 
491
491
  # Configure hybrid communication
492
- npx claude-flow hooks hybrid-config \
492
+ npx claude-flow-novice hooks hybrid-config \
493
493
  --global-pattern "hierarchical" \
494
494
  --regional-pattern "mesh" \
495
495
  --cross-region-sync "gossip"
@@ -537,10 +537,10 @@ npx claude-flow hooks hybrid-config \
537
537
 
538
538
  ```bash
539
539
  # Ring-Star Hybrid
540
- npx claude-flow swarm init --topology hybrid --pattern "ring-star"
540
+ npx claude-flow-novice swarm init --topology hybrid --pattern "ring-star"
541
541
 
542
542
  # Ring layer for coordination
543
- npx claude-flow layer create \
543
+ npx claude-flow-novice layer create \
544
544
  --name "coordination-ring" \
545
545
  --topology "ring" \
546
546
  --agents 3 \
@@ -548,7 +548,7 @@ npx claude-flow layer create \
548
548
 
549
549
  # Star layers for workers
550
550
  for i in {1..3}; do
551
- npx claude-flow layer create \
551
+ npx claude-flow-novice layer create \
552
552
  --name "worker-cluster-$i" \
553
553
  --topology "star" \
554
554
  --coordinator "coord-$i" \
@@ -556,7 +556,7 @@ for i in {1..3}; do
556
556
  done
557
557
 
558
558
  # Configure ring communication
559
- npx claude-flow hooks ring-config \
559
+ npx claude-flow-novice hooks ring-config \
560
560
  --message-passing "token-ring" \
561
561
  --fault-tolerance "bypass" \
562
562
  --heartbeat-interval 5s
@@ -604,24 +604,24 @@ npx claude-flow hooks ring-config \
604
604
 
605
605
  ```bash
606
606
  # Load-adaptive topology
607
- npx claude-flow swarm init --topology adaptive --strategy "load-based"
607
+ npx claude-flow-novice swarm init --topology adaptive --strategy "load-based"
608
608
 
609
609
  # Configure adaptation thresholds
610
- npx claude-flow hooks adaptive-config \
610
+ npx claude-flow-novice hooks adaptive-config \
611
611
  --low-load-threshold 30% \
612
612
  --high-load-threshold 70% \
613
613
  --adaptation-cooldown 60s \
614
614
  --metrics "cpu,memory,queue-depth,response-time"
615
615
 
616
616
  # Set topology preferences
617
- npx claude-flow hooks topology-preference \
617
+ npx claude-flow-novice hooks topology-preference \
618
618
  --low-load "star" \
619
619
  --medium-load "hierarchical" \
620
620
  --high-load "mesh" \
621
621
  --emergency-load "ring"
622
622
 
623
623
  # Enable automatic adaptation
624
- npx claude-flow hooks auto-adapt \
624
+ npx claude-flow-novice hooks auto-adapt \
625
625
  --enabled true \
626
626
  --monitoring-interval 10s \
627
627
  --decision-window 30s
@@ -670,23 +670,23 @@ npx claude-flow hooks auto-adapt \
670
670
 
671
671
  ```bash
672
672
  # Context-aware adaptation
673
- npx claude-flow swarm init --topology adaptive --strategy "context-aware"
673
+ npx claude-flow-novice swarm init --topology adaptive --strategy "context-aware"
674
674
 
675
675
  # Configure context analysis
676
- npx claude-flow hooks context-analyzer \
676
+ npx claude-flow-novice hooks context-analyzer \
677
677
  --features "task-type,urgency,complexity,team-size,dependencies" \
678
678
  --model "decision-tree" \
679
679
  --training-data "historical-performance.json"
680
680
 
681
681
  # Set adaptation rules
682
- npx claude-flow hooks adaptation-rules \
682
+ npx claude-flow-novice hooks adaptation-rules \
683
683
  --rule "bug-fix:urgency=high,complexity=low → star" \
684
684
  --rule "feature-dev:complexity=high,team=large → hierarchical" \
685
685
  --rule "research:uncertainty=high → mesh" \
686
686
  --confidence-threshold 0.8
687
687
 
688
688
  # Enable learning from outcomes
689
- npx claude-flow hooks learning-feedback \
689
+ npx claude-flow-novice hooks learning-feedback \
690
690
  --enabled true \
691
691
  --metrics "success-rate,completion-time,resource-efficiency" \
692
692
  --update-frequency "weekly"
@@ -750,23 +750,23 @@ npx claude-flow hooks learning-feedback \
750
750
 
751
751
  ```bash
752
752
  # RAFT consensus protocol
753
- npx claude-flow consensus init --protocol "raft" --nodes 3
753
+ npx claude-flow-novice consensus init --protocol "raft" --nodes 3
754
754
 
755
755
  # Configure RAFT parameters
756
- npx claude-flow hooks raft-config \
756
+ npx claude-flow-novice hooks raft-config \
757
757
  --election-timeout "150-300ms" \
758
758
  --heartbeat-interval "50ms" \
759
759
  --log-replication "immediate" \
760
760
  --snapshot-threshold 1000
761
761
 
762
762
  # Start RAFT cluster
763
- npx claude-flow consensus start \
763
+ npx claude-flow-novice consensus start \
764
764
  --nodes "node-a,node-b,node-c" \
765
765
  --bootstrap-node "node-a" \
766
766
  --persistence true
767
767
 
768
768
  # Monitor consensus state
769
- npx claude-flow hooks raft-monitor \
769
+ npx claude-flow-novice hooks raft-monitor \
770
770
  --metrics "leader-status,log-consistency,election-frequency" \
771
771
  --alerts "split-brain,leader-failure"
772
772
  ```
@@ -818,24 +818,24 @@ npx claude-flow hooks raft-monitor \
818
818
 
819
819
  ```bash
820
820
  # Byzantine Fault Tolerance
821
- npx claude-flow consensus init --protocol "pbft" --nodes 4
821
+ npx claude-flow-novice consensus init --protocol "pbft" --nodes 4
822
822
 
823
823
  # Configure Byzantine tolerance
824
- npx claude-flow hooks byzantine-config \
824
+ npx claude-flow-novice hooks byzantine-config \
825
825
  --fault-threshold 1 \
826
826
  --agreement-threshold "2/3" \
827
827
  --timeout "30s" \
828
828
  --verification-rounds 2
829
829
 
830
830
  # Start Byzantine consensus
831
- npx claude-flow consensus start \
831
+ npx claude-flow-novice consensus start \
832
832
  --protocol "pbft" \
833
833
  --primary "node-a" \
834
834
  --backups "node-b,node-c,node-d" \
835
835
  --view-change-timeout "60s"
836
836
 
837
837
  # Monitor Byzantine behavior
838
- npx claude-flow hooks byzantine-monitor \
838
+ npx claude-flow-novice hooks byzantine-monitor \
839
839
  --detect-traitors true \
840
840
  --audit-trail true \
841
841
  --alert-threshold "inconsistent-messages"
@@ -891,21 +891,21 @@ npx claude-flow hooks byzantine-monitor \
891
891
 
892
892
  ```bash
893
893
  # Predictive scaling setup
894
- npx claude-flow hooks predictive-scaling \
894
+ npx claude-flow-novice hooks predictive-scaling \
895
895
  --model "lstm" \
896
896
  --training-period "30d" \
897
897
  --prediction-horizon "4h" \
898
898
  --confidence-threshold 0.8
899
899
 
900
900
  # Configure scaling policies
901
- npx claude-flow hooks scaling-policy \
901
+ npx claude-flow-novice hooks scaling-policy \
902
902
  --metric "load-prediction" \
903
903
  --scale-up-threshold 70% \
904
904
  --scale-down-threshold 30% \
905
905
  --cooldown-period 300s
906
906
 
907
907
  # Enable proactive actions
908
- npx claude-flow hooks proactive-actions \
908
+ npx claude-flow-novice hooks proactive-actions \
909
909
  --resource-preloading true \
910
910
  --topology-preparation true \
911
911
  --cache-warming true \
@@ -959,28 +959,28 @@ npx claude-flow hooks proactive-actions \
959
959
 
960
960
  ```bash
961
961
  # Self-healing swarm setup
962
- npx claude-flow hooks self-healing \
962
+ npx claude-flow-novice hooks self-healing \
963
963
  --health-check-interval 5s \
964
964
  --failure-detection-threshold 3 \
965
965
  --auto-recovery true \
966
966
  --replacement-strategy "immediate"
967
967
 
968
968
  # Configure health thresholds
969
- npx claude-flow hooks health-thresholds \
969
+ npx claude-flow-novice hooks health-thresholds \
970
970
  --cpu-critical 90% \
971
971
  --memory-critical 85% \
972
972
  --response-time-critical 2000ms \
973
973
  --error-rate-critical 10%
974
974
 
975
975
  # Setup recovery actions
976
- npx claude-flow hooks recovery-actions \
976
+ npx claude-flow-novice hooks recovery-actions \
977
977
  --restart-on-hang true \
978
978
  --migrate-tasks true \
979
979
  --spawn-replacement true \
980
980
  --update-topology true
981
981
 
982
982
  # Enable cascade failure prevention
983
- npx claude-flow hooks cascade-prevention \
983
+ npx claude-flow-novice hooks cascade-prevention \
984
984
  --circuit-breaker true \
985
985
  --load-shedding true \
986
986
  --graceful-degradation true
@@ -992,20 +992,20 @@ npx claude-flow hooks cascade-prevention \
992
992
 
993
993
  ```bash
994
994
  # Initialize different topologies
995
- npx claude-flow swarm init --topology [star|mesh|hierarchical|ring|adaptive]
995
+ npx claude-flow-novice swarm init --topology [star|mesh|hierarchical|ring|adaptive]
996
996
 
997
997
  # Spawn agents with specific roles
998
- npx claude-flow agent spawn --type [coordinator|specialist|coder|tester] --name "agent-name"
998
+ npx claude-flow-novice agent spawn --type [coordinator|specialist|coder|tester] --name "agent-name"
999
999
 
1000
1000
  # Configure coordination patterns
1001
- npx claude-flow hooks [pattern]-config [options]
1001
+ npx claude-flow-novice hooks [pattern]-config [options]
1002
1002
 
1003
1003
  # Monitor and adapt
1004
- npx claude-flow hooks monitor-start --dashboard true
1005
- npx claude-flow hooks auto-adapt --enabled true
1004
+ npx claude-flow-novice hooks monitor-start --dashboard true
1005
+ npx claude-flow-novice hooks auto-adapt --enabled true
1006
1006
 
1007
1007
  # Consensus protocols
1008
- npx claude-flow consensus init --protocol [raft|pbft|gossip]
1008
+ npx claude-flow-novice consensus init --protocol [raft|pbft|gossip]
1009
1009
  ```
1010
1010
 
1011
1011
  ### Pattern Selection Guide
@@ -4,7 +4,7 @@
4
4
  **Technologies**: Node.js, Git, npm, Claude Flow CLI
5
5
  **Integration**: CLI commands and MCP coordination
6
6
 
7
- A comprehensive template download and management system for claude-flow that supports both CLI and MCP approaches for template discovery, download, and customization.
7
+ A comprehensive template download and management system for claude-flow-novice that supports both CLI and MCP approaches for template discovery, download, and customization.
8
8
 
9
9
  ## 🎯 Template System Overview
10
10
 
@@ -4,7 +4,7 @@
4
4
  **Technologies**: JavaScript (ES2022), Node.js 18+, Jest, ESLint, Prettier
5
5
  **Agents**: Configurable (1-5 agents)
6
6
 
7
- Modern JavaScript/Node.js template with best practices, testing setup, and claude-flow integration.
7
+ Modern JavaScript/Node.js template with best practices, testing setup, and claude-flow-novice integration.
8
8
 
9
9
  ## Features
10
10
 
@@ -478,7 +478,7 @@ Task(\"Security Manager\",
478
478
 
479
479
  ---
480
480
 
481
- **Ready to build?** This template provides a solid foundation for JavaScript development with claude-flow integration. Choose your complexity level and let the agents help you build!
481
+ **Ready to build?** This template provides a solid foundation for JavaScript development with claude-flow-novice integration. Choose your complexity level and let the agents help you build!
482
482
 
483
483
  ## Support
484
484
 
@@ -485,7 +485,7 @@ class AgentCoordinationTroubleshooter {
485
485
  kubectl top pods -l app=claude-flow
486
486
 
487
487
  # Check for resource limits
488
- kubectl describe pods -l app=claude-flow | grep -A 5 "Limits:"
488
+ kubectl describe pods -l app=claude-flow-novice | grep -A 5 "Limits:"
489
489
 
490
490
  # Check for OOM kills
491
491
  dmesg | grep -i "killed process" | tail -10
@@ -502,7 +502,7 @@ class AgentCoordinationTroubleshooter {
502
502
  script: `
503
503
  # Validate agent configurations
504
504
  for config in /etc/claude-flow/agents/*.yaml; do
505
- claude-flow config validate $config || echo "Invalid config: $config"
505
+ claude-flow-novice config validate $config || echo "Invalid config: $config"
506
506
  done
507
507
 
508
508
  # Check coordination settings
@@ -2,9 +2,9 @@
2
2
 
3
3
  **Category**: Code Snippets & Utilities
4
4
  **Complexity**: 🟢 Beginner to 🔴 Advanced
5
- **Usage**: Copy-paste patterns for claude-flow development
5
+ **Usage**: Copy-paste patterns for claude-flow-novice development
6
6
 
7
- A comprehensive collection of reusable code patterns, design templates, and best practices for claude-flow applications.
7
+ A comprehensive collection of reusable code patterns, design templates, and best practices for claude-flow-novice applications.
8
8
 
9
9
  ## 📚 Pattern Categories
10
10
 
@@ -383,7 +383,7 @@ class AgentMemoryManager {
383
383
  // Notify subscribers
384
384
  this.notifySubscribers(key, 'store', entry);
385
385
 
386
- // Use claude-flow hooks
386
+ // Use claude-flow-novice hooks
387
387
  await this.syncWithClaudeFlow(key, entry);
388
388
  }
389
389
 
@@ -469,7 +469,7 @@ class AgentMemoryManager {
469
469
 
470
470
  async syncWithClaudeFlow(key, entry) {
471
471
  try {
472
- // Store in claude-flow memory system
472
+ // Store in claude-flow-novice memory system
473
473
  await npx('claude-flow@alpha', [
474
474
  'hooks',
475
475
  'memory-store',
@@ -478,7 +478,7 @@ class AgentMemoryManager {
478
478
  '--metadata', JSON.stringify(entry.metadata)
479
479
  ]);
480
480
  } catch (error) {
481
- console.warn('Failed to sync with claude-flow memory:', error.message);
481
+ console.warn('Failed to sync with claude-flow-novice memory:', error.message);
482
482
  }
483
483
  }
484
484
 
@@ -1091,7 +1091,7 @@ class SPARCOrchestrator {
1091
1091
  }
1092
1092
 
1093
1093
  async storeInMemory(key, data) {
1094
- // Use claude-flow memory system
1094
+ // Use claude-flow-novice memory system
1095
1095
  try {
1096
1096
  await npx('claude-flow@alpha', [
1097
1097
  'hooks',
@@ -1333,7 +1333,7 @@ const userAuthFeature = await tddOrchestrator.executeTDD(
1333
1333
  );
1334
1334
  ```
1335
1335
 
1336
- This comprehensive patterns library provides reusable solutions for common claude-flow development scenarios. Each pattern includes detailed implementation examples, usage guidelines, and best practices for multi-agent coordination.
1336
+ This comprehensive patterns library provides reusable solutions for common claude-flow-novice development scenarios. Each pattern includes detailed implementation examples, usage guidelines, and best practices for multi-agent coordination.
1337
1337
 
1338
1338
  ## 📚 Related Resources
1339
1339
 
@@ -1344,4 +1344,4 @@ This comprehensive patterns library provides reusable solutions for common claud
1344
1344
 
1345
1345
  ---
1346
1346
 
1347
- These patterns serve as building blocks for more complex claude-flow applications. Combine and adapt them based on your specific requirements and use cases.
1347
+ These patterns serve as building blocks for more complex claude-flow-novice applications. Combine and adapt them based on your specific requirements and use cases.
@@ -4,14 +4,14 @@
4
4
  **Complexity**: 🟢 Beginner
5
5
  **Prerequisites**: Node.js 18+
6
6
 
7
- Learn how to install and configure claude-flow for development in under 5 minutes.
7
+ Learn how to install and configure claude-flow-novice for development in under 5 minutes.
8
8
 
9
9
  ## 🎥 Video Overview
10
10
 
11
11
  This tutorial covers the complete setup process from installation to your first agent execution, including MCP server configuration and basic troubleshooting.
12
12
 
13
13
  ### What You'll Learn
14
- - Installing claude-flow CLI
14
+ - Installing claude-flow-novice CLI
15
15
  - Setting up MCP servers
16
16
  - Configuring your development environment
17
17
  - Running your first agent
@@ -20,7 +20,7 @@ This tutorial covers the complete setup process from installation to your first
20
20
  ## 📺 Video Sections
21
21
 
22
22
  ### 0:00 - Introduction
23
- Brief overview of claude-flow and what we'll accomplish in this tutorial.
23
+ Brief overview of claude-flow-novice and what we'll accomplish in this tutorial.
24
24
 
25
25
  ### 0:30 - Prerequisites Check
26
26
  ```bash
@@ -43,13 +43,13 @@ npm install -g claude-flow@alpha
43
43
  npx claude-flow@alpha --version
44
44
 
45
45
  # Verify installation
46
- claude-flow --help
46
+ claude-flow-novice --help
47
47
  ```
48
48
 
49
49
  ### 1:30 - MCP Server Setup
50
50
  ```bash
51
- # Add claude-flow MCP server (required)
52
- claude mcp add claude-flow npx claude-flow@alpha mcp start
51
+ # Add claude-flow-novice MCP server (required)
52
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
53
53
 
54
54
  # Add optional enhanced coordination server
55
55
  claude mcp add ruv-swarm npx ruv-swarm mcp start
@@ -64,7 +64,7 @@ claude mcp list
64
64
  mkdir my-first-claude-flow-project
65
65
  cd my-first-claude-flow-project
66
66
 
67
- # Initialize claude-flow project
67
+ # Initialize claude-flow-novice project
68
68
  npx claude-flow@alpha init --type basic
69
69
 
70
70
  # Review generated configuration
@@ -114,9 +114,9 @@ Common setup problems and their solutions covered in the video.
114
114
  ### Quick Setup Script
115
115
  ```bash
116
116
  #!/bin/bash
117
- # quick-setup.sh - Complete claude-flow setup script
117
+ # quick-setup.sh - Complete claude-flow-novice setup script
118
118
 
119
- echo "🚀 Setting up claude-flow development environment..."
119
+ echo "🚀 Setting up claude-flow-novice development environment..."
120
120
 
121
121
  # Check prerequisites
122
122
  if ! command -v node &> /dev/null; then
@@ -135,12 +135,12 @@ npm install -g claude-flow@alpha
135
135
 
136
136
  # Setup MCP servers
137
137
  echo "🔧 Setting up MCP servers..."
138
- claude mcp add claude-flow npx claude-flow@alpha mcp start
138
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
139
139
  claude mcp add ruv-swarm npx ruv-swarm mcp start
140
140
 
141
141
  # Verify installation
142
142
  echo "✅ Verifying installation..."
143
- claude-flow --version
143
+ claude-flow-novice --version
144
144
  claude mcp list
145
145
 
146
146
  echo "🎉 Setup complete! You're ready to use claude-flow."
@@ -280,7 +280,7 @@ claude --version
280
280
 
281
281
  # Reset MCP servers
282
282
  claude mcp remove claude-flow
283
- claude mcp add claude-flow npx claude-flow@alpha mcp start
283
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
284
284
 
285
285
  # Check server logs
286
286
  claude mcp logs claude-flow
@@ -326,8 +326,8 @@ scoop install claude-flow
326
326
 
327
327
  After setup, verify everything works:
328
328
 
329
- - [ ] `claude-flow --version` shows version number
330
- - [ ] `claude mcp list` shows claude-flow server
329
+ - [ ] `claude-flow-novice --version` shows version number
330
+ - [ ] `claude mcp list` shows claude-flow-novice server
331
331
  - [ ] `npx claude-flow@alpha init` creates project
332
332
  - [ ] Agent spawning works without errors
333
333
  - [ ] Hooks are enabled and functional
@@ -371,14 +371,14 @@ After completing setup:
371
371
 
372
372
  **Common Questions from Video:**
373
373
 
374
- **Q: Can I use claude-flow without Claude Code CLI?**
374
+ **Q: Can I use claude-flow-novice without Claude Code CLI?**
375
375
  A: Yes, but Claude Code's Task tool provides the best integration. You can use MCP tools directly with other LLM interfaces.
376
376
 
377
377
  **Q: How much does it cost to run claude-flow?**
378
378
  A: Claude-flow itself is free. You pay for the underlying LLM usage (Claude, OpenAI, etc.) based on your chosen provider.
379
379
 
380
380
  **Q: Can I use this in production?**
381
- A: Yes! Many teams use claude-flow for production development. Start with development/staging environments first.
381
+ A: Yes! Many teams use claude-flow-novice for production development. Start with development/staging environments first.
382
382
 
383
383
  **Q: Does this work with other LLMs besides Claude?**
384
384
  A: Primary focus is Claude integration, but MCP servers can work with other LLM platforms.