claude-flow-novice 1.3.3 → 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 +14 -14
  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 +4 -4
  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
@@ -28,14 +28,14 @@ Welcome to the Intermediate tier! You've mastered the basics and are ready for m
28
28
 
29
29
  ---
30
30
 
31
- ## 1. `claude-flow agents`
31
+ ## 1. `claude-flow-novice agents`
32
32
 
33
33
  ### Purpose
34
34
  Direct management and control of AI agents, giving you explicit control over who does what.
35
35
 
36
36
  ### Syntax
37
37
  ```bash
38
- claude-flow agents <action> [options]
38
+ claude-flow-novice agents <action> [options]
39
39
  ```
40
40
 
41
41
  ### Actions
@@ -79,7 +79,7 @@ claude-flow agents <action> [options]
79
79
 
80
80
  #### List Available Agents
81
81
  ```bash
82
- claude-flow agents list
82
+ claude-flow-novice agents list
83
83
 
84
84
  # Output:
85
85
  # 🤖 Available Agents
@@ -102,7 +102,7 @@ claude-flow agents list
102
102
 
103
103
  #### Spawn Specific Agent
104
104
  ```bash
105
- claude-flow agents spawn coder
105
+ claude-flow-novice agents spawn coder
106
106
 
107
107
  # Output:
108
108
  # 🚀 Spawning coder agent...
@@ -111,12 +111,12 @@ claude-flow agents spawn coder
111
111
  # Capabilities: TypeScript, React, Node.js, Testing
112
112
  # Ready for tasks!
113
113
  #
114
- # Use: claude-flow agents status coder-a1b2c3 to monitor
114
+ # Use: claude-flow-novice agents status coder-a1b2c3 to monitor
115
115
  ```
116
116
 
117
117
  #### Check Agent Status
118
118
  ```bash
119
- claude-flow agents status
119
+ claude-flow-novice agents status
120
120
 
121
121
  # Output:
122
122
  # 🤖 Agent Status Report
@@ -140,7 +140,7 @@ claude-flow agents status
140
140
 
141
141
  #### Agent Metrics
142
142
  ```bash
143
- claude-flow agents metrics --detailed
143
+ claude-flow-novice agents metrics --detailed
144
144
 
145
145
  # Output:
146
146
  # 📊 Agent Performance Metrics
@@ -164,7 +164,7 @@ claude-flow agents metrics --detailed
164
164
 
165
165
  #### Real-time Monitoring
166
166
  ```bash
167
- claude-flow agents status --watch
167
+ claude-flow-novice agents status --watch
168
168
 
169
169
  # Live updating display:
170
170
  # 🔄 Live Agent Monitor (updates every 2s)
@@ -182,9 +182,9 @@ claude-flow agents status --watch
182
182
  #### Agent Coordination
183
183
  ```bash
184
184
  # Spawn coordinated team
185
- claude-flow agents spawn researcher
186
- claude-flow agents spawn coder
187
- claude-flow agents spawn tester
185
+ claude-flow-novice agents spawn researcher
186
+ claude-flow-novice agents spawn coder
187
+ claude-flow-novice agents spawn tester
188
188
 
189
189
  # They automatically coordinate through Claude Flow's neural network
190
190
  ```
@@ -192,18 +192,18 @@ claude-flow agents spawn tester
192
192
  #### Custom Agent Workflows
193
193
  ```bash
194
194
  # Create specialized workflow
195
- claude-flow agents spawn security --for "authentication review"
196
- claude-flow agents spawn coder --for "implementing OAuth"
197
- claude-flow agents spawn tester --for "security testing"
195
+ claude-flow-novice agents spawn security --for "authentication review"
196
+ claude-flow-novice agents spawn coder --for "implementing OAuth"
197
+ claude-flow-novice agents spawn tester --for "security testing"
198
198
  ```
199
199
 
200
200
  #### Performance Optimization
201
201
  ```bash
202
202
  # Monitor resource usage
203
- claude-flow agents metrics --type coder
203
+ claude-flow-novice agents metrics --type coder
204
204
 
205
205
  # Optimize agent allocation
206
- claude-flow agents optimize --target "response-time"
206
+ claude-flow-novice agents optimize --target "response-time"
207
207
  ```
208
208
 
209
209
  ### Common Use Cases
@@ -211,37 +211,37 @@ claude-flow agents optimize --target "response-time"
211
211
  #### Parallel Development
212
212
  ```bash
213
213
  # Multiple features simultaneously
214
- claude-flow agents spawn coder --task "user profiles"
215
- claude-flow agents spawn coder --task "notification system"
216
- claude-flow agents spawn tester --task "integration tests"
214
+ claude-flow-novice agents spawn coder --task "user profiles"
215
+ claude-flow-novice agents spawn coder --task "notification system"
216
+ claude-flow-novice agents spawn tester --task "integration tests"
217
217
  ```
218
218
 
219
219
  #### Quality Assurance
220
220
  ```bash
221
221
  # Dedicated QA pipeline
222
- claude-flow agents spawn reviewer --focus "security"
223
- claude-flow agents spawn tester --focus "edge-cases"
224
- claude-flow agents spawn optimizer --focus "performance"
222
+ claude-flow-novice agents spawn reviewer --focus "security"
223
+ claude-flow-novice agents spawn tester --focus "edge-cases"
224
+ claude-flow-novice agents spawn optimizer --focus "performance"
225
225
  ```
226
226
 
227
227
  #### Debugging and Analysis
228
228
  ```bash
229
229
  # Problem investigation team
230
- claude-flow agents spawn researcher --task "bug analysis"
231
- claude-flow agents spawn security --task "vulnerability scan"
232
- claude-flow agents spawn coder --task "bug fixes"
230
+ claude-flow-novice agents spawn researcher --task "bug analysis"
231
+ claude-flow-novice agents spawn security --task "vulnerability scan"
232
+ claude-flow-novice agents spawn coder --task "bug fixes"
233
233
  ```
234
234
 
235
235
  ---
236
236
 
237
- ## 2. `claude-flow test`
237
+ ## 2. `claude-flow-novice test`
238
238
 
239
239
  ### Purpose
240
240
  AI-powered testing with intelligent test generation, execution, and analysis.
241
241
 
242
242
  ### Syntax
243
243
  ```bash
244
- claude-flow test [test-type] [options]
244
+ claude-flow-novice test [test-type] [options]
245
245
  ```
246
246
 
247
247
  ### Test Types
@@ -265,7 +265,7 @@ claude-flow test [test-type] [options]
265
265
 
266
266
  #### Generate Comprehensive Tests
267
267
  ```bash
268
- claude-flow test --generate
268
+ claude-flow-novice test --generate
269
269
 
270
270
  # Output:
271
271
  # 🧪 AI Test Generation
@@ -286,7 +286,7 @@ claude-flow test --generate
286
286
 
287
287
  #### Run Specific Test Type
288
288
  ```bash
289
- claude-flow test unit
289
+ claude-flow-novice test unit
290
290
 
291
291
  # Output:
292
292
  # 🧪 Running Unit Tests
@@ -305,7 +305,7 @@ claude-flow test unit
305
305
 
306
306
  #### Performance Testing
307
307
  ```bash
308
- claude-flow test performance
308
+ claude-flow-novice test performance
309
309
 
310
310
  # Output:
311
311
  # ⚡ Performance Test Suite
@@ -327,7 +327,7 @@ claude-flow test performance
327
327
 
328
328
  #### Security Testing
329
329
  ```bash
330
- claude-flow test security
330
+ claude-flow-novice test security
331
331
 
332
332
  # Output:
333
333
  # 🔒 Security Test Suite
@@ -350,7 +350,7 @@ claude-flow test security
350
350
 
351
351
  #### Continuous Testing
352
352
  ```bash
353
- claude-flow test --watch
353
+ claude-flow-novice test --watch
354
354
 
355
355
  # Output:
356
356
  # 👀 Continuous Testing Mode
@@ -372,7 +372,7 @@ claude-flow test --watch
372
372
 
373
373
  #### AI-Generated Edge Cases
374
374
  ```bash
375
- claude-flow test unit --edge-cases
375
+ claude-flow-novice test unit --edge-cases
376
376
 
377
377
  # AI automatically generates edge case tests:
378
378
  # • Empty inputs
@@ -385,7 +385,7 @@ claude-flow test unit --edge-cases
385
385
 
386
386
  #### Visual Regression Testing
387
387
  ```bash
388
- claude-flow test visual
388
+ claude-flow-novice test visual
389
389
 
390
390
  # Compares UI screenshots:
391
391
  # • Baseline images stored
@@ -397,7 +397,7 @@ claude-flow test visual
397
397
 
398
398
  #### Test Data Generation
399
399
  ```bash
400
- claude-flow test --generate-data
400
+ claude-flow-novice test --generate-data
401
401
 
402
402
  # Creates realistic test data:
403
403
  # • User profiles
@@ -409,14 +409,14 @@ claude-flow test --generate-data
409
409
 
410
410
  ---
411
411
 
412
- ## 3. `claude-flow deploy`
412
+ ## 3. `claude-flow-novice deploy`
413
413
 
414
414
  ### Purpose
415
415
  Intelligent deployment with environment detection, CI/CD setup, and rollback capabilities.
416
416
 
417
417
  ### Syntax
418
418
  ```bash
419
- claude-flow deploy [environment] [options]
419
+ claude-flow-novice deploy [environment] [options]
420
420
  ```
421
421
 
422
422
  ### Environments
@@ -436,7 +436,7 @@ claude-flow deploy [environment] [options]
436
436
 
437
437
  #### First-Time Production Deployment
438
438
  ```bash
439
- claude-flow deploy production --auto-setup
439
+ claude-flow-novice deploy production --auto-setup
440
440
 
441
441
  # Output:
442
442
  # 🚀 Production Deployment Setup
@@ -471,7 +471,7 @@ claude-flow deploy production --auto-setup
471
471
 
472
472
  #### Staging Deployment
473
473
  ```bash
474
- claude-flow deploy staging
474
+ claude-flow-novice deploy staging
475
475
 
476
476
  # Output:
477
477
  # 🧪 Staging Deployment
@@ -492,7 +492,7 @@ claude-flow deploy staging
492
492
 
493
493
  #### Rollback Deployment
494
494
  ```bash
495
- claude-flow deploy --rollback
495
+ claude-flow-novice deploy --rollback
496
496
 
497
497
  # Output:
498
498
  # ⏪ Deployment Rollback
@@ -514,7 +514,7 @@ claude-flow deploy --rollback
514
514
 
515
515
  #### Zero-Downtime Deployment
516
516
  ```bash
517
- claude-flow deploy production --zero-downtime
517
+ claude-flow-novice deploy production --zero-downtime
518
518
 
519
519
  # Output:
520
520
  # 🔄 Zero-Downtime Deployment (Blue-Green)
@@ -544,19 +544,19 @@ claude-flow deploy production --zero-downtime
544
544
  #### Environment Management
545
545
  ```bash
546
546
  # Auto-detect optimal deployment strategy
547
- claude-flow deploy --analyze
547
+ claude-flow-novice deploy --analyze
548
548
 
549
549
  # Configure multiple environments
550
- claude-flow deploy setup --environments "dev,staging,prod"
550
+ claude-flow-novice deploy setup --environments "dev,staging,prod"
551
551
 
552
552
  # Environment-specific configurations
553
- claude-flow deploy staging --config "staging.env"
553
+ claude-flow-novice deploy staging --config "staging.env"
554
554
  ```
555
555
 
556
556
  #### Performance Optimization
557
557
  ```bash
558
558
  # Deploy with optimizations
559
- claude-flow deploy production --optimize
559
+ claude-flow-novice deploy production --optimize
560
560
 
561
561
  # Results:
562
562
  # • Code splitting enabled
@@ -569,7 +569,7 @@ claude-flow deploy production --optimize
569
569
  #### Monitoring Integration
570
570
  ```bash
571
571
  # Deploy with monitoring
572
- claude-flow deploy production --monitor
572
+ claude-flow-novice deploy production --monitor
573
573
 
574
574
  # Sets up:
575
575
  # • Error tracking
@@ -581,14 +581,14 @@ claude-flow deploy production --monitor
581
581
 
582
582
  ---
583
583
 
584
- ## 4. `claude-flow optimize`
584
+ ## 4. `claude-flow-novice optimize`
585
585
 
586
586
  ### Purpose
587
587
  AI-powered performance optimization for code, databases, and infrastructure.
588
588
 
589
589
  ### Syntax
590
590
  ```bash
591
- claude-flow optimize [target] [options]
591
+ claude-flow-novice optimize [target] [options]
592
592
  ```
593
593
 
594
594
  ### Optimization Targets
@@ -610,7 +610,7 @@ claude-flow optimize [target] [options]
610
610
 
611
611
  #### Comprehensive Performance Analysis
612
612
  ```bash
613
- claude-flow optimize --analyze
613
+ claude-flow-novice optimize --analyze
614
614
 
615
615
  # Output:
616
616
  # ⚡ Performance Analysis Report
@@ -640,7 +640,7 @@ claude-flow optimize --analyze
640
640
 
641
641
  #### Bundle Size Optimization
642
642
  ```bash
643
- claude-flow optimize bundle
643
+ claude-flow-novice optimize bundle
644
644
 
645
645
  # Output:
646
646
  # 📦 Bundle Size Optimization
@@ -678,7 +678,7 @@ claude-flow optimize bundle
678
678
 
679
679
  #### Database Optimization
680
680
  ```bash
681
- claude-flow optimize database
681
+ claude-flow-novice optimize database
682
682
 
683
683
  # Output:
684
684
  # 🗄️ Database Optimization
@@ -717,7 +717,7 @@ claude-flow optimize database
717
717
 
718
718
  #### Memory Optimization
719
719
  ```bash
720
- claude-flow optimize memory
720
+ claude-flow-novice optimize memory
721
721
 
722
722
  # Output:
723
723
  # 🧠 Memory Optimization
@@ -754,7 +754,7 @@ claude-flow optimize memory
754
754
 
755
755
  #### AI-Powered Code Analysis
756
756
  ```bash
757
- claude-flow optimize code --deep-analysis
757
+ claude-flow-novice optimize code --deep-analysis
758
758
 
759
759
  # Analyzes:
760
760
  # • Algorithm complexity
@@ -766,7 +766,7 @@ claude-flow optimize code --deep-analysis
766
766
 
767
767
  #### Continuous Optimization
768
768
  ```bash
769
- claude-flow optimize --monitor
769
+ claude-flow-novice optimize --monitor
770
770
 
771
771
  # Sets up:
772
772
  # • Performance monitoring
@@ -778,14 +778,14 @@ claude-flow optimize --monitor
778
778
 
779
779
  ---
780
780
 
781
- ## 5. `claude-flow review`
781
+ ## 5. `claude-flow-novice review`
782
782
 
783
783
  ### Purpose
784
784
  AI-powered code review with security analysis, best practices, and quality metrics.
785
785
 
786
786
  ### Syntax
787
787
  ```bash
788
- claude-flow review [scope] [options]
788
+ claude-flow-novice review [scope] [options]
789
789
  ```
790
790
 
791
791
  ### Review Scopes
@@ -806,7 +806,7 @@ claude-flow review [scope] [options]
806
806
 
807
807
  #### Comprehensive Code Review
808
808
  ```bash
809
- claude-flow review all
809
+ claude-flow-novice review all
810
810
 
811
811
  # Output:
812
812
  # 👀 Comprehensive Code Review
@@ -840,7 +840,7 @@ claude-flow review all
840
840
 
841
841
  #### Security-Focused Review
842
842
  ```bash
843
- claude-flow review security
843
+ claude-flow-novice review security
844
844
 
845
845
  # Output:
846
846
  # 🔒 Security Review Report
@@ -857,7 +857,7 @@ claude-flow review security
857
857
  #
858
858
  # 2. Hardcoded Credentials
859
859
  # File: src/config.js:12
860
- # Code: `API_KEY = "sk_live_12345..."`
860
+ # Code: `API_KEY = "sk-..."`
861
861
  # Risk: Critical
862
862
  # Fix: Move to environment variables
863
863
  #
@@ -881,7 +881,7 @@ claude-flow review security
881
881
 
882
882
  #### Performance Review
883
883
  ```bash
884
- claude-flow review performance
884
+ claude-flow-novice review performance
885
885
 
886
886
  # Output:
887
887
  # ⚡ Performance Review
@@ -921,7 +921,7 @@ claude-flow review performance
921
921
 
922
922
  #### Interactive Review Mode
923
923
  ```bash
924
- claude-flow review --interactive
924
+ claude-flow-novice review --interactive
925
925
 
926
926
  # Starts interactive session:
927
927
  # 👀 Interactive Code Review
@@ -953,7 +953,7 @@ claude-flow review --interactive
953
953
 
954
954
  #### Automatic Issue Resolution
955
955
  ```bash
956
- claude-flow review --fix
956
+ claude-flow-novice review --fix
957
957
 
958
958
  # Automatically fixes:
959
959
  # • Unused imports
@@ -966,7 +966,7 @@ claude-flow review --fix
966
966
 
967
967
  #### Smart Suggestions
968
968
  ```bash
969
- claude-flow review changes --fix
969
+ claude-flow-novice review changes --fix
970
970
 
971
971
  # For recent changes:
972
972
  # • Suggests better patterns
@@ -39,7 +39,7 @@
39
39
  ### 1. Swarm Initialization Flow
40
40
 
41
41
  ```
42
- claude-flow mcp claude-flow swarm_init
42
+ claude-flow-novice mcp claude-flow-novice swarm_init
43
43
 
44
44
  ├─ Parameters Input
45
45
  │ ├─ topology: "mesh" | "hierarchical" | "ring" | "star"
@@ -64,7 +64,7 @@ claude-flow mcp claude-flow swarm_init
64
64
  ### 2. Agent Spawning Flow
65
65
 
66
66
  ```
67
- claude-flow mcp claude-flow agent_spawn
67
+ claude-flow-novice mcp claude-flow-novice agent_spawn
68
68
 
69
69
  ├─ Parameters Input
70
70
  │ ├─ type: "researcher" | "coder" | "tester" | "reviewer"
@@ -92,7 +92,7 @@ claude-flow mcp claude-flow agent_spawn
92
92
  ### 3. Task Orchestration Flow
93
93
 
94
94
  ```
95
- claude-flow mcp claude-flow task_orchestrate
95
+ claude-flow-novice mcp claude-flow-novice task_orchestrate
96
96
 
97
97
  ├─ Parameters Input
98
98
  │ ├─ task: "Implement user authentication system"
@@ -227,27 +227,27 @@ claude-flow mcp claude-flow task_orchestrate
227
227
  START: New full-stack feature request
228
228
 
229
229
  ├─ PHASE 1: Setup & Planning
230
- │ ├─ mcp claude-flow swarm_init --topology hierarchical --maxAgents 8
231
- │ ├─ mcp claude-flow agent_spawn --type researcher --name "requirements-analyst"
232
- │ ├─ mcp claude-flow agent_spawn --type architect --name "system-designer"
233
- │ └─ mcp claude-flow memory_usage --action store --key "project-context"
230
+ │ ├─ mcp claude-flow-novice swarm_init --topology hierarchical --maxAgents 8
231
+ │ ├─ mcp claude-flow-novice agent_spawn --type researcher --name "requirements-analyst"
232
+ │ ├─ mcp claude-flow-novice agent_spawn --type architect --name "system-designer"
233
+ │ └─ mcp claude-flow-novice memory_usage --action store --key "project-context"
234
234
 
235
235
  ├─ PHASE 2: Implementation Coordination
236
- │ ├─ mcp claude-flow task_orchestrate --task "Build user dashboard" --strategy parallel
237
- │ ├─ mcp claude-flow agent_spawn --type coder --name "backend-dev"
238
- │ ├─ mcp claude-flow agent_spawn --type coder --name "frontend-dev"
239
- │ └─ mcp claude-flow coordination_sync --swarmId current
236
+ │ ├─ mcp claude-flow-novice task_orchestrate --task "Build user dashboard" --strategy parallel
237
+ │ ├─ mcp claude-flow-novice agent_spawn --type coder --name "backend-dev"
238
+ │ ├─ mcp claude-flow-novice agent_spawn --type coder --name "frontend-dev"
239
+ │ └─ mcp claude-flow-novice coordination_sync --swarmId current
240
240
 
241
241
  ├─ PHASE 3: Quality Assurance
242
- │ ├─ mcp claude-flow agent_spawn --type tester --name "qa-engineer"
243
- │ ├─ mcp claude-flow task_orchestrate --task "Comprehensive testing" --priority high
244
- │ ├─ mcp claude-flow neural_patterns --action analyze --operation "code-quality"
245
- │ └─ mcp claude-flow performance_report --timeframe "24h"
242
+ │ ├─ mcp claude-flow-novice agent_spawn --type tester --name "qa-engineer"
243
+ │ ├─ mcp claude-flow-novice task_orchestrate --task "Comprehensive testing" --priority high
244
+ │ ├─ mcp claude-flow-novice neural_patterns --action analyze --operation "code-quality"
245
+ │ └─ mcp claude-flow-novice performance_report --timeframe "24h"
246
246
 
247
247
  ├─ PHASE 4: Deployment & Monitoring
248
- │ ├─ mcp claude-flow github_workflow_auto --repo current --workflow deploy
249
- │ ├─ mcp claude-flow swarm_monitor --interval 30 --duration 3600
250
- │ └─ mcp claude-flow task_results --taskId deployment-task
248
+ │ ├─ mcp claude-flow-novice github_workflow_auto --repo current --workflow deploy
249
+ │ ├─ mcp claude-flow-novice swarm_monitor --interval 30 --duration 3600
250
+ │ └─ mcp claude-flow-novice task_results --taskId deployment-task
251
251
 
252
252
  └─ END: Feature deployed and monitored
253
253
  ```
@@ -259,23 +259,23 @@ START: Performance optimization request
259
259
 
260
260
  ├─ PHASE 1: Baseline Analysis
261
261
  │ ├─ mcp ruv-swarm benchmark_run --type performance --iterations 10
262
- │ ├─ mcp claude-flow bottleneck_analyze --component "api-server"
263
- │ └─ mcp claude-flow neural_patterns --action analyze --operation "performance"
262
+ │ ├─ mcp claude-flow-novice bottleneck_analyze --component "api-server"
263
+ │ └─ mcp claude-flow-novice neural_patterns --action analyze --operation "performance"
264
264
 
265
265
  ├─ PHASE 2: Neural Training
266
- │ ├─ mcp claude-flow neural_train --pattern_type optimization --epochs 50
266
+ │ ├─ mcp claude-flow-novice neural_train --pattern_type optimization --epochs 50
267
267
  │ ├─ mcp ruv-swarm neural_train --agentId performance-optimizer --iterations 20
268
- │ └─ mcp claude-flow learning_adapt --experience performance-data
268
+ │ └─ mcp claude-flow-novice learning_adapt --experience performance-data
269
269
 
270
270
  ├─ PHASE 3: Pattern Recognition & Application
271
- │ ├─ mcp claude-flow pattern_recognize --data performance-metrics
272
- │ ├─ mcp claude-flow neural_predict --modelId optimizer-v1 --input current-metrics
273
- │ └─ mcp claude-flow neural_explain --modelId optimizer-v1 --prediction results
271
+ │ ├─ mcp claude-flow-novice pattern_recognize --data performance-metrics
272
+ │ ├─ mcp claude-flow-novice neural_predict --modelId optimizer-v1 --input current-metrics
273
+ │ └─ mcp claude-flow-novice neural_explain --modelId optimizer-v1 --prediction results
274
274
 
275
275
  ├─ PHASE 4: Validation & Deployment
276
276
  │ ├─ mcp ruv-swarm benchmark_run --type performance --iterations 10
277
- │ ├─ mcp claude-flow performance_report --format detailed --timeframe 24h
278
- │ └─ mcp claude-flow model_save --modelId optimizer-v1 --path production-models
277
+ │ ├─ mcp claude-flow-novice performance_report --format detailed --timeframe 24h
278
+ │ └─ mcp claude-flow-novice model_save --modelId optimizer-v1 --path production-models
279
279
 
280
280
  └─ END: Optimized system with trained neural models
281
281
  ```
@@ -342,7 +342,7 @@ INPUT: --repo "my-project" --action "analyze" --analysis_type "code_quality"
342
342
  ├─────────────────────────────────────────────────────────────┤
343
343
  │ │
344
344
  │ 1. Select Server: │
345
- │ ○ claude-flow (Core features) │
345
+ │ ○ claude-flow-novice (Core features) │
346
346
  │ ○ ruv-swarm (Enhanced coordination) │
347
347
  │ ○ flow-nexus (Cloud features) │
348
348
  │ │
@@ -352,7 +352,7 @@ INPUT: --repo "my-project" --action "analyze" --analysis_type "code_quality"
352
352
  │ ○ Memory Management ○ GitHub Integration │
353
353
  │ │
354
354
  │ 3. Generated Command: │
355
- │ claude-flow mcp claude-flow swarm_init \ │
355
+ │ claude-flow-novice mcp claude-flow-novice swarm_init \ │
356
356
  │ --topology mesh --maxAgents 5 --strategy balanced │
357
357
  │ │
358
358
  │ 4. Parameter Help: │
@@ -667,8 +667,8 @@ mcp__claude-flow__daa_workflow_execute({
667
667
 
668
668
  ### MCP Server Configuration
669
669
  ```bash
670
- # Add claude-flow MCP server to Claude Code
671
- claude mcp add claude-flow npx claude-flow@alpha mcp start
670
+ # Add claude-flow-novice MCP server to Claude Code
671
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
672
672
 
673
673
  # Optional: Enhanced coordination features
674
674
  claude mcp add ruv-swarm npx ruv-swarm mcp start
@@ -699,7 +699,7 @@ claude mcp logs claude-flow
699
699
 
700
700
  # Remove and re-add server
701
701
  claude mcp remove claude-flow
702
- claude mcp add claude-flow npx claude-flow@alpha mcp start
702
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
703
703
  ```
704
704
 
705
705
  ---
@@ -1511,7 +1511,7 @@ claude mcp restart claude-flow
1511
1511
 
1512
1512
  # Reinstall if needed
1513
1513
  claude mcp remove claude-flow
1514
- claude mcp add claude-flow npx claude-flow@alpha mcp start
1514
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
1515
1515
 
1516
1516
  # Check for port conflicts
1517
1517
  lsof -i :8080 # Default MCP port
@@ -1,6 +1,6 @@
1
1
  # Dual Access Workflows
2
2
 
3
- Seamless integration between CLI and MCP access methods for claude-flow projects, enabling flexible development workflows.
3
+ Seamless integration between CLI and MCP access methods for claude-flow-novice projects, enabling flexible development workflows.
4
4
 
5
5
  ## 🔄 Overview
6
6
 
@@ -1,6 +1,6 @@
1
1
  # MCP Tools Documentation Index
2
2
 
3
- Complete documentation for claude-flow MCP integration with Claude Code.
3
+ Complete documentation for claude-flow-novice MCP integration with Claude Code.
4
4
 
5
5
  ## 📚 Documentation Structure
6
6
 
@@ -28,7 +28,7 @@ Complete documentation for claude-flow MCP integration with Claude Code.
28
28
  - Memory management and error handling
29
29
 
30
30
  ### [🔄 Task Tool Integration](./task-tool-integration.md)
31
- **Claude Code Task tool with claude-flow agents**
31
+ **Claude Code Task tool with claude-flow-novice agents**
32
32
  - Comprehensive Task tool usage guide
33
33
  - Agent specializations and coordination
34
34
  - Memory-based and hook-based coordination
@@ -1,13 +1,13 @@
1
1
  # MCP Tools Quick Reference
2
2
 
3
- Fast reference guide for claude-flow MCP integration with Claude Code.
3
+ Fast reference guide for claude-flow-novice MCP integration with Claude Code.
4
4
 
5
5
  ## 🚀 Quick Start
6
6
 
7
7
  ### Setup MCP Server
8
8
  ```bash
9
- # Add claude-flow MCP server to Claude Code
10
- claude mcp add claude-flow npx claude-flow@alpha mcp start
9
+ # Add claude-flow-novice MCP server to Claude Code
10
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
11
11
 
12
12
  # Verify setup
13
13
  claude mcp status claude-flow
@@ -315,7 +315,7 @@ claude mcp logs claude-flow
315
315
 
316
316
  # Reset if needed
317
317
  claude mcp remove claude-flow
318
- claude mcp add claude-flow npx claude-flow@alpha mcp start
318
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
319
319
  ```
320
320
 
321
321
  ### Memory Issues
@@ -1,10 +1,10 @@
1
1
  # Session Management and Coordination
2
2
 
3
- Advanced session management techniques for claude-flow projects using MCP tools and Claude Code integration.
3
+ Advanced session management techniques for claude-flow-novice projects using MCP tools and Claude Code integration.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Session management in claude-flow enables:
7
+ Session management in claude-flow-novice enables:
8
8
  - **Persistent Context**: Maintain project state across Claude Code sessions
9
9
  - **Cross-Session Coordination**: Seamless handoffs between team members
10
10
  - **State Recovery**: Automatic restoration of interrupted work
@@ -1,14 +1,14 @@
1
1
  # Task Tool Integration Guide
2
2
 
3
- Complete guide for using Claude Code's Task tool with claude-flow agents for maximum productivity and coordination.
3
+ Complete guide for using Claude Code's Task tool with claude-flow-novice agents for maximum productivity and coordination.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Claude Code's Task tool is the primary execution engine for claude-flow agents, providing:
7
+ Claude Code's Task tool is the primary execution engine for claude-flow-novice agents, providing:
8
8
  - **Real agent spawning** that creates working implementations
9
9
  - **Parallel execution** of multiple specialized agents
10
10
  - **Integration with MCP coordination** for team-based development
11
- - **Persistent context** through the claude-flow memory system
11
+ - **Persistent context** through the claude-flow-novice memory system
12
12
 
13
13
  ## 🚀 Quick Start
14
14