claude-flow-novice 1.3.3 → 1.3.5

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 (334) 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 +2 -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/language/language-detector.js +1 -2
  217. package/src/slash-commands/claude-soul.js +248 -365
  218. package/src/slash-commands/register-all-commands.js +1 -1
  219. package/wiki/README.md +2 -2
  220. package/wiki/accessibility/README.md +4 -4
  221. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  222. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  223. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  224. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  225. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  226. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  227. package/wiki/accessibility/testing/automated-testing.md +9 -9
  228. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  229. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  230. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  231. package/wiki/api-reference/cli-api.md +15 -15
  232. package/wiki/api-reference/plugin-development.md +3 -3
  233. package/wiki/command-reference/README.md +34 -34
  234. package/wiki/command-reference/agent-commands.md +46 -46
  235. package/wiki/command-reference/cli-commands.md +21 -21
  236. package/wiki/command-reference/command-syntax.md +89 -89
  237. package/wiki/command-reference/expert-tier.md +184 -184
  238. package/wiki/command-reference/intermediate-tier.md +63 -63
  239. package/wiki/command-reference/mcp-integration.md +29 -29
  240. package/wiki/command-reference/mcp-tools/README.md +4 -4
  241. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  242. package/wiki/command-reference/mcp-tools/index.md +2 -2
  243. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  244. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  245. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  246. package/wiki/command-reference/novice/README.md +1 -1
  247. package/wiki/command-reference/novice-tier.md +152 -152
  248. package/wiki/command-reference/progression-guide.md +107 -107
  249. package/wiki/command-reference/troubleshooting.md +113 -113
  250. package/wiki/command-reference/workflows.md +187 -187
  251. package/wiki/community/README.md +1 -1
  252. package/wiki/community/learning-resources.md +1 -1
  253. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  254. package/wiki/core-concepts/integration.md +7 -7
  255. package/wiki/core-concepts/sparc-workflow.md +5 -5
  256. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  257. package/wiki/examples/basic/hello-world/README.md +7 -7
  258. package/wiki/examples/integration-patterns.md +15 -15
  259. package/wiki/examples/performance-benchmarks.md +11 -11
  260. package/wiki/examples/projects/rest-api/README.md +1 -1
  261. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  262. package/wiki/examples/swarm-patterns.md +63 -63
  263. package/wiki/examples/templates/download-system.md +1 -1
  264. package/wiki/examples/templates/javascript/README.md +2 -2
  265. package/wiki/examples/troubleshooting/README.md +2 -2
  266. package/wiki/examples/utilities/patterns/README.md +8 -8
  267. package/wiki/examples/videos/01-setup.md +16 -16
  268. package/wiki/examples/workflow-automation/README.md +5 -5
  269. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  270. package/wiki/getting-started/installation/README.md +7 -7
  271. package/wiki/getting-started/learning-path.md +2 -2
  272. package/wiki/getting-started/quick-start/README.md +2 -2
  273. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  274. package/wiki/governance/multi-project-coordination.md +1 -1
  275. package/wiki/languages/go/README.md +10 -10
  276. package/wiki/languages/go/examples/README.md +29 -29
  277. package/wiki/languages/go/frameworks/README.md +18 -18
  278. package/wiki/languages/go/integration/README.md +34 -34
  279. package/wiki/languages/go/microservices/README.md +17 -17
  280. package/wiki/languages/go/performance/README.md +13 -13
  281. package/wiki/languages/go/setup/README.md +20 -20
  282. package/wiki/languages/go/systems/README.md +10 -10
  283. package/wiki/languages/go/testing/README.md +14 -14
  284. package/wiki/languages/java/README.md +25 -25
  285. package/wiki/languages/java/claude-flow-integration.md +49 -49
  286. package/wiki/languages/java/enterprise-java.md +15 -15
  287. package/wiki/languages/java/examples.md +30 -30
  288. package/wiki/languages/java/microservices.md +22 -22
  289. package/wiki/languages/java/performance.md +13 -13
  290. package/wiki/languages/java/project-setup.md +10 -10
  291. package/wiki/languages/java/spring-boot.md +12 -12
  292. package/wiki/languages/java/testing.md +12 -12
  293. package/wiki/languages/javascript/api/README.md +20 -20
  294. package/wiki/languages/javascript/backend/README.md +19 -19
  295. package/wiki/languages/javascript/frontend/README.md +18 -18
  296. package/wiki/languages/javascript/integration.md +11 -11
  297. package/wiki/languages/javascript/setup/README.md +28 -28
  298. package/wiki/languages/javascript/testing/README.md +14 -14
  299. package/wiki/languages/python/README.md +3 -3
  300. package/wiki/languages/python/data-science/README.md +11 -11
  301. package/wiki/languages/python/examples/README.md +5 -5
  302. package/wiki/languages/python/integration.md +5 -5
  303. package/wiki/languages/python/mcp-integration.md +1 -1
  304. package/wiki/languages/python/setup/README.md +5 -5
  305. package/wiki/languages/python/testing/README.md +3 -3
  306. package/wiki/languages/python/web-development/README.md +1 -1
  307. package/wiki/languages/rust/README.md +1 -1
  308. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  309. package/wiki/languages/rust/examples/rest-api.md +5 -5
  310. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  311. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  312. package/wiki/languages/rust/web-development/axum.md +6 -6
  313. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  314. package/wiki/languages/typescript/setup.md +2 -2
  315. package/wiki/troubleshooting/README.md +3 -3
  316. package/wiki/troubleshooting/common-issues/README.md +6 -6
  317. package/wiki/troubleshooting/common-issues.md +26 -26
  318. package/wiki/troubleshooting/error-resolution.md +5 -5
  319. package/wiki/troubleshooting/performance-optimization.md +11 -11
  320. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  321. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  322. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  323. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  324. package/wiki/tutorials/intermediate/optimization.md +35 -35
  325. package/wiki/tutorials/skill-assessment.md +3 -3
  326. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  327. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  328. package/wiki/video-tutorials/README.md +3 -3
  329. package/wiki/video-tutorials/accessibility/README.md +4 -4
  330. package/wiki/video-tutorials/community/README.md +1 -1
  331. package/wiki/video-tutorials/content-organization/README.md +5 -5
  332. package/wiki/video-tutorials/interactive/README.md +5 -5
  333. package/wiki/video-tutorials/planning/README.md +4 -4
  334. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -36,12 +36,12 @@ Expert tier provides direct access to all MCP tools through the unified interfac
36
36
 
37
37
  ```bash
38
38
  # Access any MCP tool directly
39
- claude-flow mcp <server> <tool> [options]
39
+ claude-flow-novice mcp <server> <tool> [options]
40
40
 
41
41
  # Examples:
42
- claude-flow mcp claude-flow swarm_init --topology mesh
43
- claude-flow mcp ruv-swarm neural_train --pattern optimization
44
- claude-flow mcp flow-nexus github_pr_manage --action review
42
+ claude-flow-novice mcp claude-flow-novice swarm_init --topology mesh
43
+ claude-flow-novice mcp ruv-swarm neural_train --pattern optimization
44
+ claude-flow-novice mcp flow-nexus github_pr_manage --action review
45
45
  ```
46
46
 
47
47
  ### Available MCP Servers
@@ -51,61 +51,61 @@ claude-flow mcp flow-nexus github_pr_manage --action review
51
51
 
52
52
  ```bash
53
53
  # Swarm Management (20 tools)
54
- claude-flow mcp claude-flow swarm_init # Initialize swarm topology
55
- claude-flow mcp claude-flow swarm_status # Get swarm status
56
- claude-flow mcp claude-flow swarm_monitor # Real-time monitoring
57
- claude-flow mcp claude-flow swarm_scale # Auto-scale agents
58
- claude-flow mcp claude-flow swarm_destroy # Graceful shutdown
54
+ claude-flow-novice mcp claude-flow-novice swarm_init # Initialize swarm topology
55
+ claude-flow-novice mcp claude-flow-novice swarm_status # Get swarm status
56
+ claude-flow-novice mcp claude-flow-novice swarm_monitor # Real-time monitoring
57
+ claude-flow-novice mcp claude-flow-novice swarm_scale # Auto-scale agents
58
+ claude-flow-novice mcp claude-flow-novice swarm_destroy # Graceful shutdown
59
59
 
60
60
  # Agent Operations (15 tools)
61
- claude-flow mcp claude-flow agent_spawn # Create specialized agents
62
- claude-flow mcp claude-flow agent_list # List active agents
63
- claude-flow mcp claude-flow agent_metrics # Performance metrics
64
- claude-flow mcp claude-flow daa_agent_create # Dynamic autonomous agents
65
- claude-flow mcp claude-flow daa_agent_adapt # Agent adaptation
61
+ claude-flow-novice mcp claude-flow-novice agent_spawn # Create specialized agents
62
+ claude-flow-novice mcp claude-flow-novice agent_list # List active agents
63
+ claude-flow-novice mcp claude-flow-novice agent_metrics # Performance metrics
64
+ claude-flow-novice mcp claude-flow-novice daa_agent_create # Dynamic autonomous agents
65
+ claude-flow-novice mcp claude-flow-novice daa_agent_adapt # Agent adaptation
66
66
 
67
67
  # Task Management (12 tools)
68
- claude-flow mcp claude-flow task_orchestrate # Orchestrate workflows
69
- claude-flow mcp claude-flow task_status # Check task progress
70
- claude-flow mcp claude-flow task_results # Get completion results
71
- claude-flow mcp claude-flow parallel_execute # Parallel task execution
72
- claude-flow mcp claude-flow batch_process # Batch operations
68
+ claude-flow-novice mcp claude-flow-novice task_orchestrate # Orchestrate workflows
69
+ claude-flow-novice mcp claude-flow-novice task_status # Check task progress
70
+ claude-flow-novice mcp claude-flow-novice task_results # Get completion results
71
+ claude-flow-novice mcp claude-flow-novice parallel_execute # Parallel task execution
72
+ claude-flow-novice mcp claude-flow-novice batch_process # Batch operations
73
73
 
74
74
  # Neural Networks (12 tools)
75
- claude-flow mcp claude-flow neural_status # Neural network status
76
- claude-flow mcp claude-flow neural_train # Train neural models
77
- claude-flow mcp claude-flow neural_predict # AI predictions
78
- claude-flow mcp claude-flow neural_patterns # Cognitive pattern analysis
79
- claude-flow mcp claude-flow neural_compress # Model compression
80
- claude-flow mcp claude-flow ensemble_create # Model ensembles
75
+ claude-flow-novice mcp claude-flow-novice neural_status # Neural network status
76
+ claude-flow-novice mcp claude-flow-novice neural_train # Train neural models
77
+ claude-flow-novice mcp claude-flow-novice neural_predict # AI predictions
78
+ claude-flow-novice mcp claude-flow-novice neural_patterns # Cognitive pattern analysis
79
+ claude-flow-novice mcp claude-flow-novice neural_compress # Model compression
80
+ claude-flow-novice mcp claude-flow-novice ensemble_create # Model ensembles
81
81
 
82
82
  # Memory Management (10 tools)
83
- claude-flow mcp claude-flow memory_usage # Memory operations
84
- claude-flow mcp claude-flow memory_search # Pattern search
85
- claude-flow mcp claude-flow memory_persist # Cross-session persistence
86
- claude-flow mcp claude-flow memory_backup # Backup memory stores
87
- claude-flow mcp claude-flow cache_manage # Coordination cache
83
+ claude-flow-novice mcp claude-flow-novice memory_usage # Memory operations
84
+ claude-flow-novice mcp claude-flow-novice memory_search # Pattern search
85
+ claude-flow-novice mcp claude-flow-novice memory_persist # Cross-session persistence
86
+ claude-flow-novice mcp claude-flow-novice memory_backup # Backup memory stores
87
+ claude-flow-novice mcp claude-flow-novice cache_manage # Coordination cache
88
88
 
89
89
  # GitHub Integration (15 tools)
90
- claude-flow mcp claude-flow github_repo_analyze # Repository analysis
91
- claude-flow mcp claude-flow github_pr_manage # Pull request management
92
- claude-flow mcp claude-flow github_issue_track # Issue tracking
93
- claude-flow mcp claude-flow github_code_review # Automated code review
94
- claude-flow mcp claude-flow github_release_coord # Release coordination
90
+ claude-flow-novice mcp claude-flow-novice github_repo_analyze # Repository analysis
91
+ claude-flow-novice mcp claude-flow-novice github_pr_manage # Pull request management
92
+ claude-flow-novice mcp claude-flow-novice github_issue_track # Issue tracking
93
+ claude-flow-novice mcp claude-flow-novice github_code_review # Automated code review
94
+ claude-flow-novice mcp claude-flow-novice github_release_coord # Release coordination
95
95
 
96
96
  # Performance & Analytics (10 tools)
97
- claude-flow mcp claude-flow performance_report # Performance reports
98
- claude-flow mcp claude-flow bottleneck_analyze # Bottleneck identification
99
- claude-flow mcp claude-flow benchmark_run # Performance benchmarks
100
- claude-flow mcp claude-flow metrics_collect # System metrics
101
- claude-flow mcp claude-flow trend_analysis # Performance trends
97
+ claude-flow-novice mcp claude-flow-novice performance_report # Performance reports
98
+ claude-flow-novice mcp claude-flow-novice bottleneck_analyze # Bottleneck identification
99
+ claude-flow-novice mcp claude-flow-novice benchmark_run # Performance benchmarks
100
+ claude-flow-novice mcp claude-flow-novice metrics_collect # System metrics
101
+ claude-flow-novice mcp claude-flow-novice trend_analysis # Performance trends
102
102
 
103
103
  # Workflows & Automation (8 tools)
104
- claude-flow mcp claude-flow workflow_create # Custom workflows
105
- claude-flow mcp claude-flow workflow_execute # Execute workflows
106
- claude-flow mcp claude-flow automation_setup # Automation rules
107
- claude-flow mcp claude-flow pipeline_create # CI/CD pipelines
108
- claude-flow mcp claude-flow scheduler_manage # Task scheduling
104
+ claude-flow-novice mcp claude-flow-novice workflow_create # Custom workflows
105
+ claude-flow-novice mcp claude-flow-novice workflow_execute # Execute workflows
106
+ claude-flow-novice mcp claude-flow-novice automation_setup # Automation rules
107
+ claude-flow-novice mcp claude-flow-novice pipeline_create # CI/CD pipelines
108
+ claude-flow-novice mcp claude-flow-novice scheduler_manage # Task scheduling
109
109
  ```
110
110
 
111
111
  #### 2. RUV Swarm MCP (Enhanced Coordination)
@@ -113,35 +113,35 @@ claude-flow mcp claude-flow scheduler_manage # Task scheduling
113
113
 
114
114
  ```bash
115
115
  # Swarm Initialization
116
- claude-flow mcp ruv-swarm swarm_init # Initialize with advanced topologies
117
- claude-flow mcp ruv-swarm swarm_status # Comprehensive status
118
- claude-flow mcp ruv-swarm swarm_monitor # Real-time monitoring
116
+ claude-flow-novice mcp ruv-swarm swarm_init # Initialize with advanced topologies
117
+ claude-flow-novice mcp ruv-swarm swarm_status # Comprehensive status
118
+ claude-flow-novice mcp ruv-swarm swarm_monitor # Real-time monitoring
119
119
 
120
120
  # Agent Management
121
- claude-flow mcp ruv-swarm agent_spawn # Spawn specialized agents
122
- claude-flow mcp ruv-swarm agent_list # List all agents
123
- claude-flow mcp ruv-swarm agent_metrics # Detailed metrics
121
+ claude-flow-novice mcp ruv-swarm agent_spawn # Spawn specialized agents
122
+ claude-flow-novice mcp ruv-swarm agent_list # List all agents
123
+ claude-flow-novice mcp ruv-swarm agent_metrics # Detailed metrics
124
124
 
125
125
  # Task Orchestration
126
- claude-flow mcp ruv-swarm task_orchestrate # Complex task workflows
127
- claude-flow mcp ruv-swarm task_status # Task progress tracking
128
- claude-flow mcp ruv-swarm task_results # Results retrieval
126
+ claude-flow-novice mcp ruv-swarm task_orchestrate # Complex task workflows
127
+ claude-flow-novice mcp ruv-swarm task_status # Task progress tracking
128
+ claude-flow-novice mcp ruv-swarm task_results # Results retrieval
129
129
 
130
130
  # Neural Features
131
- claude-flow mcp ruv-swarm neural_status # Neural agent status
132
- claude-flow mcp ruv-swarm neural_train # Neural training
133
- claude-flow mcp ruv-swarm neural_patterns # Cognitive patterns
131
+ claude-flow-novice mcp ruv-swarm neural_status # Neural agent status
132
+ claude-flow-novice mcp ruv-swarm neural_train # Neural training
133
+ claude-flow-novice mcp ruv-swarm neural_patterns # Cognitive patterns
134
134
 
135
135
  # DAA (Decentralized Autonomous Agents)
136
- claude-flow mcp ruv-swarm daa_init # Initialize DAA service
137
- claude-flow mcp ruv-swarm daa_agent_create # Create autonomous agents
138
- claude-flow mcp ruv-swarm daa_workflow_create # Autonomous workflows
139
- claude-flow mcp ruv-swarm daa_knowledge_share # Inter-agent knowledge
136
+ claude-flow-novice mcp ruv-swarm daa_init # Initialize DAA service
137
+ claude-flow-novice mcp ruv-swarm daa_agent_create # Create autonomous agents
138
+ claude-flow-novice mcp ruv-swarm daa_workflow_create # Autonomous workflows
139
+ claude-flow-novice mcp ruv-swarm daa_knowledge_share # Inter-agent knowledge
140
140
 
141
141
  # Performance & System
142
- claude-flow mcp ruv-swarm benchmark_run # Performance benchmarks
143
- claude-flow mcp ruv-swarm features_detect # Feature detection
144
- claude-flow mcp ruv-swarm memory_usage # Memory statistics
142
+ claude-flow-novice mcp ruv-swarm benchmark_run # Performance benchmarks
143
+ claude-flow-novice mcp ruv-swarm features_detect # Feature detection
144
+ claude-flow-novice mcp ruv-swarm memory_usage # Memory statistics
145
145
  ```
146
146
 
147
147
  #### 3. Flow Nexus MCP (Cloud Features - Optional)
@@ -149,34 +149,34 @@ claude-flow mcp ruv-swarm memory_usage # Memory statistics
149
149
 
150
150
  ```bash
151
151
  # User Management
152
- claude-flow mcp flow-nexus user_register # Register new user
153
- claude-flow mcp flow-nexus user_login # User authentication
154
- claude-flow mcp flow-nexus user_profile # Profile management
152
+ claude-flow-novice mcp flow-nexus user_register # Register new user
153
+ claude-flow-novice mcp flow-nexus user_login # User authentication
154
+ claude-flow-novice mcp flow-nexus user_profile # Profile management
155
155
 
156
156
  # Sandbox Management
157
- claude-flow mcp flow-nexus sandbox_create # Create cloud sandbox
158
- claude-flow mcp flow-nexus sandbox_execute # Execute in sandbox
159
- claude-flow mcp flow-nexus sandbox_upload # Upload files to sandbox
157
+ claude-flow-novice mcp flow-nexus sandbox_create # Create cloud sandbox
158
+ claude-flow-novice mcp flow-nexus sandbox_execute # Execute in sandbox
159
+ claude-flow-novice mcp flow-nexus sandbox_upload # Upload files to sandbox
160
160
 
161
161
  # Template System
162
- claude-flow mcp flow-nexus template_list # List available templates
163
- claude-flow mcp flow-nexus template_deploy # Deploy from template
164
- claude-flow mcp flow-nexus template_create # Create custom template
162
+ claude-flow-novice mcp flow-nexus template_list # List available templates
163
+ claude-flow-novice mcp flow-nexus template_deploy # Deploy from template
164
+ claude-flow-novice mcp flow-nexus template_create # Create custom template
165
165
 
166
166
  # Real-time Features
167
- claude-flow mcp flow-nexus execution_stream # Live execution streaming
168
- claude-flow mcp flow-nexus realtime_subscribe # Real-time updates
169
- claude-flow mcp flow-nexus collaboration_sync # Team collaboration
167
+ claude-flow-novice mcp flow-nexus execution_stream # Live execution streaming
168
+ claude-flow-novice mcp flow-nexus realtime_subscribe # Real-time updates
169
+ claude-flow-novice mcp flow-nexus collaboration_sync # Team collaboration
170
170
 
171
171
  # Storage & Data
172
- claude-flow mcp flow-nexus storage_upload # Cloud file storage
173
- claude-flow mcp flow-nexus storage_list # List stored files
174
- claude-flow mcp flow-nexus data_sync # Data synchronization
172
+ claude-flow-novice mcp flow-nexus storage_upload # Cloud file storage
173
+ claude-flow-novice mcp flow-nexus storage_list # List stored files
174
+ claude-flow-novice mcp flow-nexus data_sync # Data synchronization
175
175
 
176
176
  # Advanced AI
177
- claude-flow mcp flow-nexus seraphina_chat # AI assistant chat
178
- claude-flow mcp flow-nexus ai_model_train # Custom model training
179
- claude-flow mcp flow-nexus neural_deploy # Model deployment
177
+ claude-flow-novice mcp flow-nexus seraphina_chat # AI assistant chat
178
+ claude-flow-novice mcp flow-nexus ai_model_train # Custom model training
179
+ claude-flow-novice mcp flow-nexus neural_deploy # Model deployment
180
180
  ```
181
181
 
182
182
  ---
@@ -188,47 +188,47 @@ claude-flow mcp flow-nexus neural_deploy # Model deployment
188
188
  #### Core Development Agents
189
189
  ```bash
190
190
  # Researcher Agents
191
- claude-flow agents spawn researcher --specialty "requirements-analysis"
192
- claude-flow agents spawn researcher --specialty "market-research"
193
- claude-flow agents spawn researcher --specialty "technical-feasibility"
191
+ claude-flow-novice agents spawn researcher --specialty "requirements-analysis"
192
+ claude-flow-novice agents spawn researcher --specialty "market-research"
193
+ claude-flow-novice agents spawn researcher --specialty "technical-feasibility"
194
194
 
195
195
  # Coder Agents
196
- claude-flow agents spawn coder --language "typescript"
197
- claude-flow agents spawn coder --framework "react"
198
- claude-flow agents spawn coder --specialty "backend-api"
196
+ claude-flow-novice agents spawn coder --language "typescript"
197
+ claude-flow-novice agents spawn coder --framework "react"
198
+ claude-flow-novice agents spawn coder --specialty "backend-api"
199
199
 
200
200
  # Testing Agents
201
- claude-flow agents spawn tester --type "unit-testing"
202
- claude-flow agents spawn tester --type "integration-testing"
203
- claude-flow agents spawn tester --type "performance-testing"
201
+ claude-flow-novice agents spawn tester --type "unit-testing"
202
+ claude-flow-novice agents spawn tester --type "integration-testing"
203
+ claude-flow-novice agents spawn tester --type "performance-testing"
204
204
 
205
205
  # Reviewer Agents
206
- claude-flow agents spawn reviewer --focus "security"
207
- claude-flow agents spawn reviewer --focus "performance"
208
- claude-flow agents spawn reviewer --focus "architecture"
206
+ claude-flow-novice agents spawn reviewer --focus "security"
207
+ claude-flow-novice agents spawn reviewer --focus "performance"
208
+ claude-flow-novice agents spawn reviewer --focus "architecture"
209
209
  ```
210
210
 
211
211
  #### Specialized Domain Agents
212
212
  ```bash
213
213
  # Machine Learning
214
- claude-flow agents spawn ml-engineer --specialty "nlp"
215
- claude-flow agents spawn ml-engineer --specialty "computer-vision"
216
- claude-flow agents spawn data-scientist --focus "analysis"
214
+ claude-flow-novice agents spawn ml-engineer --specialty "nlp"
215
+ claude-flow-novice agents spawn ml-engineer --specialty "computer-vision"
216
+ claude-flow-novice agents spawn data-scientist --focus "analysis"
217
217
 
218
218
  # DevOps & Infrastructure
219
- claude-flow agents spawn devops-engineer --platform "aws"
220
- claude-flow agents spawn devops-engineer --platform "kubernetes"
221
- claude-flow agents spawn sre --focus "monitoring"
219
+ claude-flow-novice agents spawn devops-engineer --platform "aws"
220
+ claude-flow-novice agents spawn devops-engineer --platform "kubernetes"
221
+ claude-flow-novice agents spawn sre --focus "monitoring"
222
222
 
223
223
  # UI/UX Design
224
- claude-flow agents spawn ui-designer --framework "react"
225
- claude-flow agents spawn ux-researcher --method "user-testing"
226
- claude-flow agents spawn accessibility-expert
224
+ claude-flow-novice agents spawn ui-designer --framework "react"
225
+ claude-flow-novice agents spawn ux-researcher --method "user-testing"
226
+ claude-flow-novice agents spawn accessibility-expert
227
227
 
228
228
  # Security
229
- claude-flow agents spawn security-analyst --focus "vulnerability-assessment"
230
- claude-flow agents spawn penetration-tester
231
- claude-flow agents spawn compliance-auditor --standard "SOC2"
229
+ claude-flow-novice agents spawn security-analyst --focus "vulnerability-assessment"
230
+ claude-flow-novice agents spawn penetration-tester
231
+ claude-flow-novice agents spawn compliance-auditor --standard "SOC2"
232
232
  ```
233
233
 
234
234
  ### Agent Coordination Patterns
@@ -236,27 +236,27 @@ claude-flow agents spawn compliance-auditor --standard "SOC2"
236
236
  #### Hierarchical Coordination
237
237
  ```bash
238
238
  # Setup hierarchical swarm
239
- claude-flow mcp claude-flow swarm_init --topology hierarchical --max-agents 20
239
+ claude-flow-novice mcp claude-flow-novice swarm_init --topology hierarchical --max-agents 20
240
240
 
241
241
  # Coordinator agent manages others
242
- claude-flow agents spawn coordinator --role "project-manager"
243
- claude-flow agents spawn coordinator --role "tech-lead"
244
- claude-flow agents spawn coordinator --role "qa-lead"
242
+ claude-flow-novice agents spawn coordinator --role "project-manager"
243
+ claude-flow-novice agents spawn coordinator --role "tech-lead"
244
+ claude-flow-novice agents spawn coordinator --role "qa-lead"
245
245
  ```
246
246
 
247
247
  #### Mesh Coordination
248
248
  ```bash
249
249
  # Setup mesh network
250
- claude-flow mcp claude-flow swarm_init --topology mesh --max-agents 15
250
+ claude-flow-novice mcp claude-flow-novice swarm_init --topology mesh --max-agents 15
251
251
 
252
252
  # All agents can communicate directly
253
- claude-flow agents spawn-team "full-stack-development" --count 8
253
+ claude-flow-novice agents spawn-team "full-stack-development" --count 8
254
254
  ```
255
255
 
256
256
  #### Adaptive Coordination
257
257
  ```bash
258
258
  # Self-organizing swarm
259
- claude-flow mcp claude-flow swarm_init --topology adaptive --strategy auto
259
+ claude-flow-novice mcp claude-flow-novice swarm_init --topology adaptive --strategy auto
260
260
 
261
261
  # System automatically organizes based on task complexity
262
262
  ```
@@ -270,13 +270,13 @@ claude-flow mcp claude-flow swarm_init --topology adaptive --strategy auto
270
270
  #### Training Custom Models
271
271
  ```bash
272
272
  # Train domain-specific models
273
- claude-flow mcp claude-flow neural_train \
273
+ claude-flow-novice mcp claude-flow-novice neural_train \
274
274
  --pattern-type "code-optimization" \
275
275
  --training-data "./code-samples" \
276
276
  --epochs 100
277
277
 
278
278
  # Train coordination patterns
279
- claude-flow mcp ruv-swarm neural_train \
279
+ claude-flow-novice mcp ruv-swarm neural_train \
280
280
  --pattern-type "coordination" \
281
281
  --data-source "historical-tasks" \
282
282
  --iterations 50
@@ -285,19 +285,19 @@ claude-flow mcp ruv-swarm neural_train \
285
285
  #### Model Deployment
286
286
  ```bash
287
287
  # Deploy trained models
288
- claude-flow mcp claude-flow neural_deploy \
288
+ claude-flow-novice mcp claude-flow-novice neural_deploy \
289
289
  --model-id "code-opt-v2.1" \
290
290
  --environment "production"
291
291
 
292
292
  # Load pre-trained models
293
- claude-flow mcp claude-flow model_load \
293
+ claude-flow-novice mcp claude-flow-novice model_load \
294
294
  --model-path "./models/react-specialist.model"
295
295
  ```
296
296
 
297
297
  #### Neural Predictions
298
298
  ```bash
299
299
  # Get AI predictions
300
- claude-flow mcp claude-flow neural_predict \
300
+ claude-flow-novice mcp claude-flow-novice neural_predict \
301
301
  --model-id "task-complexity" \
302
302
  --input "implement OAuth with JWT"
303
303
 
@@ -309,13 +309,13 @@ claude-flow mcp claude-flow neural_predict \
309
309
  #### Pattern Recognition
310
310
  ```bash
311
311
  # Analyze cognitive patterns
312
- claude-flow mcp claude-flow neural_patterns \
312
+ claude-flow-novice mcp claude-flow-novice neural_patterns \
313
313
  --action analyze \
314
314
  --operation "feature-development" \
315
315
  --outcome "success"
316
316
 
317
317
  # Learn from patterns
318
- claude-flow mcp ruv-swarm daa_cognitive_pattern \
318
+ claude-flow-novice mcp ruv-swarm daa_cognitive_pattern \
319
319
  --action analyze \
320
320
  --agent-id "coder-001"
321
321
  ```
@@ -323,12 +323,12 @@ claude-flow mcp ruv-swarm daa_cognitive_pattern \
323
323
  #### Adaptive Learning
324
324
  ```bash
325
325
  # Enable meta-learning
326
- claude-flow mcp claude-flow learning_adapt \
326
+ claude-flow-novice mcp claude-flow-novice learning_adapt \
327
327
  --experience "task-completion-data" \
328
328
  --domain "web-development"
329
329
 
330
330
  # Transfer learning between domains
331
- claude-flow mcp claude-flow transfer_learn \
331
+ claude-flow-novice mcp claude-flow-novice transfer_learn \
332
332
  --source-model "react-expert" \
333
333
  --target-domain "vue-development"
334
334
  ```
@@ -340,7 +340,7 @@ claude-flow mcp claude-flow transfer_learn \
340
340
  ### Workflow Definition
341
341
  ```bash
342
342
  # Create custom workflow
343
- claude-flow mcp claude-flow workflow_create \
343
+ claude-flow-novice mcp claude-flow-novice workflow_create \
344
344
  --name "full-stack-feature" \
345
345
  --steps '[
346
346
  {
@@ -369,13 +369,13 @@ claude-flow mcp claude-flow workflow_create \
369
369
  ### Workflow Templates
370
370
  ```bash
371
371
  # Enterprise-grade templates
372
- claude-flow workflow-template microservice-development
373
- claude-flow workflow-template machine-learning-pipeline
374
- claude-flow workflow-template security-audit-pipeline
375
- claude-flow workflow-template performance-optimization
372
+ claude-flow-novice workflow-template microservice-development
373
+ claude-flow-novice workflow-template machine-learning-pipeline
374
+ claude-flow-novice workflow-template security-audit-pipeline
375
+ claude-flow-novice workflow-template performance-optimization
376
376
 
377
377
  # Custom template creation
378
- claude-flow mcp claude-flow workflow_template \
378
+ claude-flow-novice mcp claude-flow-novice workflow_template \
379
379
  --action create \
380
380
  --template '{
381
381
  "name": "custom-audit",
@@ -387,7 +387,7 @@ claude-flow mcp claude-flow workflow_template \
387
387
  ### Advanced Automation
388
388
  ```bash
389
389
  # Setup complex automation
390
- claude-flow mcp claude-flow automation_setup \
390
+ claude-flow-novice mcp claude-flow-novice automation_setup \
391
391
  --rules '[
392
392
  {
393
393
  "trigger": "pull-request",
@@ -409,13 +409,13 @@ claude-flow mcp claude-flow automation_setup \
409
409
  ### Team Management
410
410
  ```bash
411
411
  # Team coordination
412
- claude-flow enterprise team-create \
412
+ claude-flow-novice enterprise team-create \
413
413
  --name "frontend-team" \
414
414
  --members "user1,user2,user3" \
415
415
  --permissions "deploy-staging"
416
416
 
417
417
  # Role-based access
418
- claude-flow enterprise role-assign \
418
+ claude-flow-novice enterprise role-assign \
419
419
  --user "tech-lead" \
420
420
  --role "senior-developer" \
421
421
  --permissions "full-access"
@@ -424,18 +424,18 @@ claude-flow enterprise role-assign \
424
424
  ### Advanced Analytics
425
425
  ```bash
426
426
  # Team performance analytics
427
- claude-flow mcp claude-flow performance_metrics \
427
+ claude-flow-novice mcp claude-flow-novice performance_metrics \
428
428
  --scope "team" \
429
429
  --timeframe "30d" \
430
430
  --detailed true
431
431
 
432
432
  # Cost analysis
433
- claude-flow mcp claude-flow cost_analysis \
433
+ claude-flow-novice mcp claude-flow-novice cost_analysis \
434
434
  --breakdown "by-agent-type" \
435
435
  --timeframe "month"
436
436
 
437
437
  # Quality metrics
438
- claude-flow mcp claude-flow quality_assess \
438
+ claude-flow-novice mcp claude-flow-novice quality_assess \
439
439
  --target "codebase" \
440
440
  --criteria "security,performance,maintainability"
441
441
  ```
@@ -443,17 +443,17 @@ claude-flow mcp claude-flow quality_assess \
443
443
  ### Compliance & Governance
444
444
  ```bash
445
445
  # Audit trails
446
- claude-flow enterprise audit-log \
446
+ claude-flow-novice enterprise audit-log \
447
447
  --actions "deployments,code-changes" \
448
448
  --timeframe "90d"
449
449
 
450
450
  # Compliance reporting
451
- claude-flow enterprise compliance-report \
451
+ claude-flow-novice enterprise compliance-report \
452
452
  --standard "SOC2" \
453
453
  --scope "development-process"
454
454
 
455
455
  # Security policies
456
- claude-flow enterprise security-policy \
456
+ claude-flow-novice enterprise security-policy \
457
457
  --action "enforce" \
458
458
  --policy "code-scanning-required"
459
459
  ```
@@ -465,17 +465,17 @@ claude-flow enterprise security-policy \
465
465
  ### Repository Management
466
466
  ```bash
467
467
  # Multi-repository operations
468
- claude-flow mcp claude-flow github_sync_coord \
468
+ claude-flow-novice mcp claude-flow-novice github_sync_coord \
469
469
  --repos "frontend,backend,mobile" \
470
470
  --action "sync-dependencies"
471
471
 
472
472
  # Repository analysis
473
- claude-flow mcp claude-flow github_repo_analyze \
473
+ claude-flow-novice mcp claude-flow-novice github_repo_analyze \
474
474
  --repo "org/project" \
475
475
  --analysis-type "security"
476
476
 
477
477
  # Advanced metrics
478
- claude-flow mcp claude-flow github_metrics \
478
+ claude-flow-novice mcp claude-flow-novice github_metrics \
479
479
  --repo "org/project" \
480
480
  --metrics "velocity,quality,security"
481
481
  ```
@@ -483,7 +483,7 @@ claude-flow mcp claude-flow github_metrics \
483
483
  ### Workflow Automation
484
484
  ```bash
485
485
  # GitHub Actions integration
486
- claude-flow mcp claude-flow github_workflow_auto \
486
+ claude-flow-novice mcp claude-flow-novice github_workflow_auto \
487
487
  --repo "org/project" \
488
488
  --workflow '{
489
489
  "triggers": ["push", "pull_request"],
@@ -491,7 +491,7 @@ claude-flow mcp claude-flow github_workflow_auto \
491
491
  }'
492
492
 
493
493
  # Release automation
494
- claude-flow mcp claude-flow github_release_coord \
494
+ claude-flow-novice mcp claude-flow-novice github_release_coord \
495
495
  --repo "org/project" \
496
496
  --version "1.2.0" \
497
497
  --auto-changelog true
@@ -500,13 +500,13 @@ claude-flow mcp claude-flow github_release_coord \
500
500
  ### Code Review Automation
501
501
  ```bash
502
502
  # Automated code review
503
- claude-flow mcp claude-flow github_code_review \
503
+ claude-flow-novice mcp claude-flow-novice github_code_review \
504
504
  --repo "org/project" \
505
505
  --pr 123 \
506
506
  --focus "security,performance"
507
507
 
508
508
  # Review assignment
509
- claude-flow github assign-reviewers \
509
+ claude-flow-novice github assign-reviewers \
510
510
  --pr 123 \
511
511
  --algorithm "expertise-based" \
512
512
  --required-approvals 2
@@ -519,12 +519,12 @@ claude-flow github assign-reviewers \
519
519
  ### Real-time Monitoring
520
520
  ```bash
521
521
  # System-wide monitoring
522
- claude-flow mcp claude-flow health_check \
522
+ claude-flow-novice mcp claude-flow-novice health_check \
523
523
  --components "agents,memory,neural-nets" \
524
524
  --continuous true
525
525
 
526
526
  # Performance monitoring
527
- claude-flow mcp claude-flow swarm_monitor \
527
+ claude-flow-novice mcp claude-flow-novice swarm_monitor \
528
528
  --interval 1 \
529
529
  --duration 3600 \
530
530
  --alerts true
@@ -533,18 +533,18 @@ claude-flow mcp claude-flow swarm_monitor \
533
533
  ### Advanced Analytics
534
534
  ```bash
535
535
  # Trend analysis
536
- claude-flow mcp claude-flow trend_analysis \
536
+ claude-flow-novice mcp claude-flow-novice trend_analysis \
537
537
  --metric "task-completion-time" \
538
538
  --period "30d" \
539
539
  --forecast true
540
540
 
541
541
  # Bottleneck identification
542
- claude-flow mcp claude-flow bottleneck_analyze \
542
+ claude-flow-novice mcp claude-flow-novice bottleneck_analyze \
543
543
  --scope "full-pipeline" \
544
544
  --recommendations true
545
545
 
546
546
  # Usage analytics
547
- claude-flow mcp claude-flow usage_stats \
547
+ claude-flow-novice mcp claude-flow-novice usage_stats \
548
548
  --breakdown "by-agent,by-task-type,by-user" \
549
549
  --export "csv"
550
550
  ```
@@ -552,12 +552,12 @@ claude-flow mcp claude-flow usage_stats \
552
552
  ### Error Analysis
553
553
  ```bash
554
554
  # Error pattern analysis
555
- claude-flow mcp claude-flow error_analysis \
555
+ claude-flow-novice mcp claude-flow-novice error_analysis \
556
556
  --logs "system,agents,tasks" \
557
557
  --pattern-detection true
558
558
 
559
559
  # Root cause analysis
560
- claude-flow error-root-cause \
560
+ claude-flow-novice error-root-cause \
561
561
  --error-id "ERR-2024-001" \
562
562
  --context "full-system"
563
563
  ```
@@ -569,21 +569,21 @@ claude-flow error-root-cause \
569
569
  ### Distributed Memory Management
570
570
  ```bash
571
571
  # Cross-session persistence
572
- claude-flow mcp claude-flow memory_persist \
572
+ claude-flow-novice mcp claude-flow-novice memory_persist \
573
573
  --session-id "project-alpha" \
574
574
  --scope "global"
575
575
 
576
576
  # Memory synchronization
577
- claude-flow mcp claude-flow memory_sync \
577
+ claude-flow-novice mcp claude-flow-novice memory_sync \
578
578
  --target "team-shared" \
579
579
  --bidirectional true
580
580
 
581
581
  # Backup and restore
582
- claude-flow mcp claude-flow memory_backup \
582
+ claude-flow-novice mcp claude-flow-novice memory_backup \
583
583
  --path "/backups/project-memory" \
584
584
  --compression true
585
585
 
586
- claude-flow mcp claude-flow memory_restore \
586
+ claude-flow-novice mcp claude-flow-novice memory_restore \
587
587
  --backup-path "/backups/project-memory" \
588
588
  --verify true
589
589
  ```
@@ -591,13 +591,13 @@ claude-flow mcp claude-flow memory_restore \
591
591
  ### Advanced Search
592
592
  ```bash
593
593
  # Semantic search
594
- claude-flow mcp claude-flow memory_search \
594
+ claude-flow-novice mcp claude-flow-novice memory_search \
595
595
  --pattern "authentication implementation" \
596
596
  --semantic true \
597
597
  --limit 10
598
598
 
599
599
  # Context-aware retrieval
600
- claude-flow memory-context \
600
+ claude-flow-novice memory-context \
601
601
  --task "similar-features" \
602
602
  --project-type "web-app" \
603
603
  --framework "react"
@@ -610,13 +610,13 @@ claude-flow memory-context \
610
610
  ### Security Scanning
611
611
  ```bash
612
612
  # Comprehensive security scan
613
- claude-flow mcp claude-flow security_scan \
613
+ claude-flow-novice mcp claude-flow-novice security_scan \
614
614
  --target "full-codebase" \
615
615
  --depth "deep" \
616
616
  --standards "OWASP,CWE"
617
617
 
618
618
  # Vulnerability assessment
619
- claude-flow security vulnerability-scan \
619
+ claude-flow-novice security vulnerability-scan \
620
620
  --scope "dependencies,code,infrastructure" \
621
621
  --severity "medium+"
622
622
  ```
@@ -624,12 +624,12 @@ claude-flow security vulnerability-scan \
624
624
  ### Threat Modeling
625
625
  ```bash
626
626
  # Automated threat modeling
627
- claude-flow security threat-model \
627
+ claude-flow-novice security threat-model \
628
628
  --architecture "./architecture.json" \
629
629
  --attack-vectors "web,api,database"
630
630
 
631
631
  # Security policy enforcement
632
- claude-flow security policy-enforce \
632
+ claude-flow-novice security policy-enforce \
633
633
  --rules "no-hardcoded-secrets,secure-dependencies" \
634
634
  --auto-fix true
635
635
  ```
@@ -641,19 +641,19 @@ claude-flow security policy-enforce \
641
641
  ### Multi-Cloud Support
642
642
  ```bash
643
643
  # AWS integration
644
- claude-flow cloud aws deploy \
644
+ claude-flow-novice cloud aws deploy \
645
645
  --service "lambda" \
646
646
  --runtime "nodejs18" \
647
647
  --auto-scale true
648
648
 
649
649
  # Azure integration
650
- claude-flow cloud azure deploy \
650
+ claude-flow-novice cloud azure deploy \
651
651
  --service "app-service" \
652
652
  --tier "premium" \
653
653
  --monitoring true
654
654
 
655
655
  # GCP integration
656
- claude-flow cloud gcp deploy \
656
+ claude-flow-novice cloud gcp deploy \
657
657
  --service "cloud-run" \
658
658
  --region "us-central1" \
659
659
  --traffic-split "10%"
@@ -662,13 +662,13 @@ claude-flow cloud gcp deploy \
662
662
  ### Infrastructure as Code
663
663
  ```bash
664
664
  # Terraform generation
665
- claude-flow cloud terraform-generate \
665
+ claude-flow-novice cloud terraform-generate \
666
666
  --provider "aws" \
667
667
  --services "ec2,rds,s3" \
668
668
  --best-practices true
669
669
 
670
670
  # Kubernetes deployment
671
- claude-flow cloud k8s-deploy \
671
+ claude-flow-novice cloud k8s-deploy \
672
672
  --cluster "production" \
673
673
  --namespace "application" \
674
674
  --replicas 3
@@ -681,13 +681,13 @@ claude-flow cloud k8s-deploy \
681
681
  ### Advanced Development Workflows
682
682
  ```bash
683
683
  # Full-stack microservice development
684
- claude-flow workflow microservice-complete \
684
+ claude-flow-novice workflow microservice-complete \
685
685
  --services "auth,user,product,order" \
686
686
  --testing "unit,integration,e2e" \
687
687
  --deployment "docker,kubernetes"
688
688
 
689
689
  # Machine learning pipeline
690
- claude-flow workflow ml-pipeline \
690
+ claude-flow-novice workflow ml-pipeline \
691
691
  --data-source "production-logs" \
692
692
  --model-type "recommendation" \
693
693
  --deployment "real-time-api"
@@ -696,14 +696,14 @@ claude-flow workflow ml-pipeline \
696
696
  ### Enterprise Integration
697
697
  ```bash
698
698
  # Enterprise-grade setup
699
- claude-flow enterprise setup-complete \
699
+ claude-flow-novice enterprise setup-complete \
700
700
  --team-size 50 \
701
701
  --compliance "SOC2,GDPR" \
702
702
  --monitoring "comprehensive" \
703
703
  --backup "automated"
704
704
 
705
705
  # Multi-project coordination
706
- claude-flow enterprise multi-project \
706
+ claude-flow-novice enterprise multi-project \
707
707
  --projects "frontend,backend,mobile,ml" \
708
708
  --coordination "automated" \
709
709
  --shared-resources true
@@ -712,13 +712,13 @@ claude-flow enterprise multi-project \
712
712
  ### Performance at Scale
713
713
  ```bash
714
714
  # High-performance optimization
715
- claude-flow optimize enterprise-scale \
715
+ claude-flow-novice optimize enterprise-scale \
716
716
  --targets "code,database,infrastructure" \
717
717
  --load-testing true \
718
718
  --auto-scaling true
719
719
 
720
720
  # Global deployment optimization
721
- claude-flow deploy global \
721
+ claude-flow-novice deploy global \
722
722
  --regions "us,eu,asia" \
723
723
  --latency-optimization true \
724
724
  --failover-automation true
@@ -732,30 +732,30 @@ claude-flow deploy global \
732
732
 
733
733
  #### Daily Operations
734
734
  ```bash
735
- claude-flow status --comprehensive # Full system status
736
- claude-flow agents status --all # All agent status
737
- claude-flow mcp claude-flow performance_report # Performance overview
735
+ claude-flow-novice status --comprehensive # Full system status
736
+ claude-flow-novice agents status --all # All agent status
737
+ claude-flow-novice mcp claude-flow-novice performance_report # Performance overview
738
738
  ```
739
739
 
740
740
  #### Development Workflows
741
741
  ```bash
742
- claude-flow build-enterprise "feature" # Enterprise-grade development
743
- claude-flow test-comprehensive # Full test suite
744
- claude-flow deploy-production --safe # Safe production deployment
742
+ claude-flow-novice build-enterprise "feature" # Enterprise-grade development
743
+ claude-flow-novice test-comprehensive # Full test suite
744
+ claude-flow-novice deploy-production --safe # Safe production deployment
745
745
  ```
746
746
 
747
747
  #### System Management
748
748
  ```bash
749
- claude-flow system-optimize --full # Complete system optimization
750
- claude-flow backup-create --full # Full system backup
751
- claude-flow health-check --deep # Deep health analysis
749
+ claude-flow-novice system-optimize --full # Complete system optimization
750
+ claude-flow-novice backup-create --full # Full system backup
751
+ claude-flow-novice health-check --deep # Deep health analysis
752
752
  ```
753
753
 
754
754
  #### Advanced Analytics
755
755
  ```bash
756
- claude-flow analytics-dashboard # Real-time analytics
757
- claude-flow predict-performance # Performance predictions
758
- claude-flow cost-optimize # Cost optimization
756
+ claude-flow-novice analytics-dashboard # Real-time analytics
757
+ claude-flow-novice predict-performance # Performance predictions
758
+ claude-flow-novice cost-optimize # Cost optimization
759
759
  ```
760
760
 
761
761
  ---