claude-flow-novice 1.3.2 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +88 -0
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +58 -0
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -1,6 +1,6 @@
1
1
  # Python Integration Guide
2
2
 
3
- This guide provides comprehensive examples and patterns for integrating claude-flow with Python projects.
3
+ This guide provides comprehensive examples and patterns for integrating claude-flow-novice with Python projects.
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -75,7 +75,7 @@ class AgentConfig:
75
75
  topology: str = "mesh"
76
76
 
77
77
  class ClaudeFlowIntegration:
78
- """Python wrapper for claude-flow CLI integration."""
78
+ """Python wrapper for claude-flow-novice CLI integration."""
79
79
 
80
80
  def __init__(
81
81
  self,
@@ -193,7 +193,7 @@ class ClaudeFlowIntegration:
193
193
  return TaskResult(success=False, result=None, error=str(e))
194
194
 
195
195
  async def _run_cli(self, args: List[str]) -> str:
196
- """Execute claude-flow CLI command."""
196
+ """Execute claude-flow-novice CLI command."""
197
197
  cmd = ["npx", "claude-flow"] + args
198
198
 
199
199
  process = await asyncio.create_subprocess_exec(
@@ -1266,8 +1266,8 @@ RUN npm install -g claude-flow@alpha
1266
1266
  COPY . .
1267
1267
 
1268
1268
  # Setup Claude Flow MCP servers
1269
- RUN npx claude-flow mcp add claude-flow npx claude-flow@alpha mcp start
1270
- RUN npx claude-flow mcp add ruv-swarm npx ruv-swarm mcp start
1269
+ RUN npx claude-flow-novice mcp add claude-flow-novice npx claude-flow@alpha mcp start
1270
+ RUN npx claude-flow-novice mcp add ruv-swarm npx ruv-swarm mcp start
1271
1271
 
1272
1272
  # Expose port
1273
1273
  EXPOSE 8000
@@ -1,6 +1,6 @@
1
1
  # MCP Tool Usage Patterns for Python Development
2
2
 
3
- Comprehensive guide to using MCP (Model Context Protocol) tools with claude-flow for enhanced Python development workflows, including coordination patterns, memory management, and advanced orchestration.
3
+ Comprehensive guide to using MCP (Model Context Protocol) tools with claude-flow-novice for enhanced Python development workflows, including coordination patterns, memory management, and advanced orchestration.
4
4
 
5
5
  ## 🔗 MCP Overview for Python
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Python Setup & Environment Management
2
2
 
3
- Complete guide to setting up Python development environments with claude-flow orchestration for maximum productivity and consistency.
3
+ Complete guide to setting up Python development environments with claude-flow-novice orchestration for maximum productivity and consistency.
4
4
 
5
5
  ## 🐍 Python Version Management
6
6
 
@@ -27,7 +27,7 @@ python --version # Should show Python 3.11.6
27
27
  ### Agent-Assisted Python Setup
28
28
 
29
29
  ```bash
30
- # Use claude-flow to automate Python environment setup
30
+ # Use claude-flow-novice to automate Python environment setup
31
31
  Task("DevOps Engineer", "Setup Python development environment with pyenv and poetry", "cicd-engineer")
32
32
 
33
33
  # Automated setup includes:
@@ -64,7 +64,7 @@ poetry install
64
64
  ### Poetry Configuration with Claude-Flow
65
65
 
66
66
  ```toml
67
- # pyproject.toml generated by claude-flow agents
67
+ # pyproject.toml generated by claude-flow-novice agents
68
68
  [tool.poetry]
69
69
  name = "my-python-project"
70
70
  version = "0.1.0"
@@ -278,7 +278,7 @@ repos:
278
278
  ### Makefile for Common Tasks
279
279
 
280
280
  ```makefile
281
- # Makefile generated by claude-flow agents
281
+ # Makefile generated by claude-flow-novice agents
282
282
  .PHONY: install dev test lint format clean build deploy
283
283
 
284
284
  # Installation
@@ -516,7 +516,7 @@ npx claude-flow@alpha mcp memory_search --pattern "python/setup/*"
516
516
 
517
517
  ```python
518
518
  #!/usr/bin/env python3
519
- """Environment validation script generated by claude-flow agents."""
519
+ """Environment validation script generated by claude-flow-novice agents."""
520
520
 
521
521
  import subprocess
522
522
  import sys
@@ -1,6 +1,6 @@
1
1
  # Python Testing with Claude-Flow
2
2
 
3
- Comprehensive guide to Python testing strategies, automation, and continuous integration using claude-flow orchestration for robust, reliable applications.
3
+ Comprehensive guide to Python testing strategies, automation, and continuous integration using claude-flow-novice orchestration for robust, reliable applications.
4
4
 
5
5
  ## 🧪 Testing Overview
6
6
 
@@ -143,9 +143,9 @@ def test_user(test_db_session, sample_user_data):
143
143
  test_db_session.refresh(user)
144
144
  return user
145
145
 
146
- # Notification helpers for claude-flow integration
146
+ # Notification helpers for claude-flow-novice integration
147
147
  def notify_test_progress(message):
148
- """Notify claude-flow of test progress."""
148
+ """Notify claude-flow-novice of test progress."""
149
149
  try:
150
150
  import subprocess
151
151
  subprocess.run([
@@ -60,7 +60,7 @@ fastapi-project/
60
60
  ### FastAPI Implementation Example
61
61
 
62
62
  ```python
63
- # app/main.py - Generated by claude-flow backend-dev agent
63
+ # app/main.py - Generated by claude-flow-novice backend-dev agent
64
64
  from fastapi import FastAPI, Depends, HTTPException, status
65
65
  from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm
66
66
  from fastapi.middleware.cors import CORSMiddleware
@@ -1,6 +1,6 @@
1
1
  # Rust Development with Claude-Flow
2
2
 
3
- Welcome to the comprehensive Rust development guide for claude-flow. This directory contains everything you need to build, test, and deploy Rust applications using the claude-flow orchestration system with real Rust toolchain integration.
3
+ Welcome to the comprehensive Rust development guide for claude-flow. This directory contains everything you need to build, test, and deploy Rust applications using the claude-flow-novice orchestration system with real Rust toolchain integration.
4
4
 
5
5
  ## 🦀 Rust Agent Capabilities
6
6
 
@@ -17,7 +17,7 @@ This document provides hands-on examples of:
17
17
 
18
18
  ```bash
19
19
  # Initialize a new Rust project with claude-flow
20
- npx claude-flow sparc run architect "Create a CLI tool for file processing with async I/O"
20
+ npx claude-flow-novice sparc run architect "Create a CLI tool for file processing with async I/O"
21
21
 
22
22
  # This command spawns multiple agents:
23
23
  # - API Architect: Designs the CLI interface and command structure
@@ -57,7 +57,7 @@ file-processor-cli/
57
57
 
58
58
  ```bash
59
59
  # Run comprehensive Rust quality validation
60
- npx claude-flow validate rust ./my-rust-project
60
+ npx claude-flow-novice validate rust ./my-rust-project
61
61
 
62
62
  # This executes real Cargo commands:
63
63
  # cargo clippy --all-targets --all-features -- --deny warnings
@@ -78,7 +78,7 @@ npx claude-flow validate rust ./my-rust-project
78
78
 
79
79
  ```bash
80
80
  # Run validation with custom configuration
81
- npx claude-flow validate rust ./project --config rust-quality-config.json
81
+ npx claude-flow-novice validate rust ./project --config rust-quality-config.json
82
82
 
83
83
  # Custom quality configuration file:
84
84
  cat > rust-quality-config.json << 'EOF'
@@ -110,14 +110,14 @@ cat > rust-quality-config.json << 'EOF'
110
110
  }
111
111
  EOF
112
112
 
113
- npx claude-flow validate rust ./project --config rust-quality-config.json
113
+ npx claude-flow-novice validate rust ./project --config rust-quality-config.json
114
114
  ```
115
115
 
116
116
  ### 4. Performance Optimization Workflows
117
117
 
118
118
  ```bash
119
119
  # Run performance analysis and optimization
120
- npx claude-flow optimize rust ./project --target release
120
+ npx claude-flow-novice optimize rust ./project --target release
121
121
 
122
122
  # This spawns performance-focused agents:
123
123
  Task("Performance Analyzer", "Profile and identify bottlenecks", "performance-optimizer")
@@ -136,7 +136,7 @@ Task("Compilation Optimizer", "Reduce build times and binary size", "build-engin
136
136
 
137
137
  ```bash
138
138
  # Run comprehensive testing workflow
139
- npx claude-flow test rust ./project --comprehensive
139
+ npx claude-flow-novice test rust ./project --comprehensive
140
140
 
141
141
  # This includes:
142
142
  # - Unit tests with coverage analysis
@@ -154,7 +154,7 @@ npx claude-flow test rust ./project --comprehensive
154
154
  # Memory: No leaks detected
155
155
 
156
156
  # Run specific benchmark suites
157
- npx claude-flow bench rust ./project --suite api-performance
157
+ npx claude-flow-novice bench rust ./project --suite api-performance
158
158
  ```
159
159
 
160
160
  ## 🤖 MCP Tool Integration
@@ -324,22 +324,22 @@ mcp__claude-flow__neural_patterns({
324
324
  echo "🚀 Building Rust Web Service with Claude-Flow"
325
325
 
326
326
  # Step 1: Initialize project with MCP coordination
327
- npx claude-flow mcp init-swarm --topology mesh --agents 8
327
+ npx claude-flow-novice mcp init-swarm --topology mesh --agents 8
328
328
 
329
329
  # Step 2: Orchestrate the build process
330
- npx claude-flow mcp orchestrate "Build REST API with Axum, JWT auth, PostgreSQL, Redis caching, and WebSocket support"
330
+ npx claude-flow-novice mcp orchestrate "Build REST API with Axum, JWT auth, PostgreSQL, Redis caching, and WebSocket support"
331
331
 
332
332
  # Step 3: Monitor progress
333
- npx claude-flow mcp monitor --real-time
333
+ npx claude-flow-novice mcp monitor --real-time
334
334
 
335
335
  # Step 4: Validate quality throughout development
336
- npx claude-flow validate rust . --continuous
336
+ npx claude-flow-novice validate rust . --continuous
337
337
 
338
338
  # Step 5: Run performance benchmarks
339
- npx claude-flow bench rust . --load-test --concurrent-users 1000
339
+ npx claude-flow-novice bench rust . --load-test --concurrent-users 1000
340
340
 
341
341
  # Step 6: Generate deployment configuration
342
- npx claude-flow deploy rust . --target kubernetes --with-monitoring
342
+ npx claude-flow-novice deploy rust . --target kubernetes --with-monitoring
343
343
  ```
344
344
 
345
345
  ### 2. CLI Tool Development Workflow
@@ -349,7 +349,7 @@ npx claude-flow deploy rust . --target kubernetes --with-monitoring
349
349
  echo "🛠️ Building High-Performance CLI Tool"
350
350
 
351
351
  # Initialize with CLI-focused agents
352
- npx claude-flow sparc run cli-architect "Create a parallel file processing CLI with progress bars and async I/O"
352
+ npx claude-flow-novice sparc run cli-architect "Create a parallel file processing CLI with progress bars and async I/O"
353
353
 
354
354
  # This automatically:
355
355
  # ✅ Sets up clap for argument parsing
@@ -361,13 +361,13 @@ npx claude-flow sparc run cli-architect "Create a parallel file processing CLI w
361
361
  # ✅ Sets up cross-platform builds
362
362
 
363
363
  # Validate CLI-specific quality metrics
364
- npx claude-flow validate rust . --cli-mode
364
+ npx claude-flow-novice validate rust . --cli-mode
365
365
 
366
366
  # Test CLI functionality
367
- npx claude-flow test rust . --cli-integration
367
+ npx claude-flow-novice test rust . --cli-integration
368
368
 
369
369
  # Performance test with large datasets
370
- npx claude-flow bench rust . --cli-performance --dataset-size 1GB
370
+ npx claude-flow-novice bench rust . --cli-performance --dataset-size 1GB
371
371
  ```
372
372
 
373
373
  ### 3. WebAssembly Development Workflow
@@ -377,7 +377,7 @@ npx claude-flow bench rust . --cli-performance --dataset-size 1GB
377
377
  echo "🌐 Building WebAssembly Module with Rust"
378
378
 
379
379
  # Initialize WASM project
380
- npx claude-flow sparc run wasm-architect "Create WebAssembly module for image processing with JS bindings"
380
+ npx claude-flow-novice sparc run wasm-architect "Create WebAssembly module for image processing with JS bindings"
381
381
 
382
382
  # Agents automatically configure:
383
383
  # ✅ wasm-pack integration
@@ -387,13 +387,13 @@ npx claude-flow sparc run wasm-architect "Create WebAssembly module for image pr
387
387
  # ✅ Browser compatibility testing
388
388
 
389
389
  # Build and optimize WASM module
390
- npx claude-flow build rust . --target wasm32-unknown-unknown --optimize-size
390
+ npx claude-flow-novice build rust . --target wasm32-unknown-unknown --optimize-size
391
391
 
392
392
  # Validate WASM-specific metrics
393
- npx claude-flow validate rust . --wasm-mode
393
+ npx claude-flow-novice validate rust . --wasm-mode
394
394
 
395
395
  # Test in browser environment
396
- npx claude-flow test rust . --wasm-browser --headless
396
+ npx claude-flow-novice test rust . --wasm-browser --headless
397
397
  ```
398
398
 
399
399
  ### 4. Systems Programming Workflow
@@ -403,7 +403,7 @@ npx claude-flow test rust . --wasm-browser --headless
403
403
  echo "⚡ Building High-Performance Systems Component"
404
404
 
405
405
  # Initialize with systems-focused agents
406
- npx claude-flow sparc run systems-architect "Create async TCP proxy with load balancing and zero-copy networking"
406
+ npx claude-flow-novice sparc run systems-architect "Create async TCP proxy with load balancing and zero-copy networking"
407
407
 
408
408
  # This creates:
409
409
  # ✅ Lock-free data structures
@@ -414,13 +414,13 @@ npx claude-flow sparc run systems-architect "Create async TCP proxy with load ba
414
414
  # ✅ Real-time metrics collection
415
415
 
416
416
  # Validate systems programming best practices
417
- npx claude-flow validate rust . --systems-mode --unsafe-audit
417
+ npx claude-flow-novice validate rust . --systems-mode --unsafe-audit
418
418
 
419
419
  # Performance profiling with perf integration
420
- npx claude-flow profile rust . --perf-integration --flame-graph
420
+ npx claude-flow-novice profile rust . --perf-integration --flame-graph
421
421
 
422
422
  # Stress testing under load
423
- npx claude-flow test rust . --stress-test --duration 300s
423
+ npx claude-flow-novice test rust . --stress-test --duration 300s
424
424
  ```
425
425
 
426
426
  ## 📊 Advanced MCP Workflows
@@ -570,30 +570,30 @@ mcp__claude-flow__workflow_execute({
570
570
  echo "🛍️ Building E-Commerce Microservice with Claude-Flow"
571
571
 
572
572
  # Initialize swarm for complex project
573
- npx claude-flow mcp init --topology hierarchical --max-agents 12
573
+ npx claude-flow-novice mcp init --topology hierarchical --max-agents 12
574
574
 
575
575
  # Orchestrate microservice development
576
- npx claude-flow mcp orchestrate \
576
+ npx claude-flow-novice mcp orchestrate \
577
577
  "Build e-commerce microservice with product catalog, inventory management, order processing, payment integration, and real-time analytics" \
578
578
  --strategy adaptive \
579
579
  --priority critical
580
580
 
581
581
  # Monitor development progress
582
- npx claude-flow mcp monitor --dashboard --port 3001 &
582
+ npx claude-flow-novice mcp monitor --dashboard --port 3001 &
583
583
 
584
584
  # Continuous quality validation
585
- npx claude-flow validate rust . --watch --quality-gate 9.0 &
585
+ npx claude-flow-novice validate rust . --watch --quality-gate 9.0 &
586
586
 
587
587
  # Performance monitoring
588
- npx claude-flow perf rust . --continuous --alerts &
588
+ npx claude-flow-novice perf rust . --continuous --alerts &
589
589
 
590
590
  # Wait for core development completion
591
- npx claude-flow mcp wait-for-completion --timeout 7200 # 2 hours
591
+ npx claude-flow-novice mcp wait-for-completion --timeout 7200 # 2 hours
592
592
 
593
593
  echo "✅ Core development completed"
594
594
 
595
595
  # Run comprehensive testing
596
- npx claude-flow test rust . \
596
+ npx claude-flow-novice test rust . \
597
597
  --unit \
598
598
  --integration \
599
599
  --load-test \
@@ -601,7 +601,7 @@ npx claude-flow test rust . \
601
601
  --performance-regression
602
602
 
603
603
  # Generate deployment artifacts
604
- npx claude-flow deploy rust . \
604
+ npx claude-flow-novice deploy rust . \
605
605
  --target kubernetes \
606
606
  --with-monitoring \
607
607
  --with-tracing \
@@ -1,6 +1,6 @@
1
1
  # Complete REST API Example with Claude-Flow
2
2
 
3
- This comprehensive example demonstrates building a production-ready REST API using Rust, Axum, and claude-flow orchestration, showcasing real toolchain integration and agent coordination.
3
+ This comprehensive example demonstrates building a production-ready REST API using Rust, Axum, and claude-flow-novice orchestration, showcasing real toolchain integration and agent coordination.
4
4
 
5
5
  ## 🎯 Project Overview
6
6
 
@@ -18,7 +18,7 @@ We'll build a **Task Management API** with the following features:
18
18
 
19
19
  ```bash
20
20
  # Initialize the project with multiple specialized agents
21
- npx claude-flow sparc run architect "Create a production-ready REST API for task management with user auth, real-time updates, and PostgreSQL"
21
+ npx claude-flow-novice sparc run architect "Create a production-ready REST API for task management with user auth, real-time updates, and PostgreSQL"
22
22
 
23
23
  # This spawns coordinated agents:
24
24
  Task("API Architect", "Design RESTful API architecture with proper resource modeling", "api-architect")
@@ -1805,10 +1805,10 @@ jobs:
1805
1805
  sudo apt-get update
1806
1806
  sudo apt-get install -y libpq-dev
1807
1807
 
1808
- - name: Run claude-flow quality validation
1808
+ - name: Run claude-flow-novice quality validation
1809
1809
  run: |
1810
1810
  npm install -g claude-flow@alpha
1811
- npx claude-flow validate rust . --comprehensive
1811
+ npx claude-flow-novice validate rust . --comprehensive
1812
1812
 
1813
1813
  - name: Run tests
1814
1814
  env:
@@ -1917,7 +1917,7 @@ jobs:
1917
1917
  npx swagger-parser validate docs/api-spec.yml
1918
1918
  ```
1919
1919
 
1920
- This comprehensive REST API example demonstrates how claude-flow orchestrates multiple specialized agents to create a production-ready Rust application with real toolchain integration, comprehensive testing, and deployment automation.
1920
+ This comprehensive REST API example demonstrates how claude-flow-novice orchestrates multiple specialized agents to create a production-ready Rust application with real toolchain integration, comprehensive testing, and deployment automation.
1921
1921
 
1922
1922
  ## 🔗 Related Resources
1923
1923
 
@@ -1,6 +1,6 @@
1
1
  # Cargo Integration with Claude-Flow
2
2
 
3
- This guide demonstrates how claude-flow integrates directly with Cargo, Rust's native build system and package manager, providing seamless development workflows without simulation.
3
+ This guide demonstrates how claude-flow-novice integrates directly with Cargo, Rust's native build system and package manager, providing seamless development workflows without simulation.
4
4
 
5
5
  ## 🔧 Real Cargo Integration
6
6
 
@@ -10,15 +10,15 @@ Claude-flow provides native integration with the Rust toolchain through the exis
10
10
 
11
11
  ```bash
12
12
  # Direct Cargo integration through claude-flow
13
- npx claude-flow cargo build --release
14
- npx claude-flow cargo test --all
15
- npx claude-flow cargo clippy --all-targets
16
- npx claude-flow cargo fmt --check
17
- npx claude-flow cargo audit
18
- npx claude-flow cargo bench
13
+ npx claude-flow-novice cargo build --release
14
+ npx claude-flow-novice cargo test --all
15
+ npx claude-flow-novice cargo clippy --all-targets
16
+ npx claude-flow-novice cargo fmt --check
17
+ npx claude-flow-novice cargo audit
18
+ npx claude-flow-novice cargo bench
19
19
 
20
20
  # Quality validation with real toolchain
21
- npx claude-flow validate rust ./my-project
21
+ npx claude-flow-novice validate rust ./my-project
22
22
  ```
23
23
 
24
24
  ## 📦 Project Initialization
@@ -27,7 +27,7 @@ npx claude-flow validate rust ./my-project
27
27
 
28
28
  ```bash
29
29
  # Initialize new Rust project with claude-flow
30
- npx claude-flow sparc run architect "Create a CLI tool with clap and async I/O"
30
+ npx claude-flow-novice sparc run architect "Create a CLI tool with clap and async I/O"
31
31
 
32
32
  # The agent creates optimal Cargo.toml configuration:
33
33
  ```
@@ -86,7 +86,7 @@ debug = true
86
86
 
87
87
  ```bash
88
88
  # Create web service with specific framework
89
- npx claude-flow sparc run architect "Create REST API with Axum, PostgreSQL, and JWT auth"
89
+ npx claude-flow-novice sparc run architect "Create REST API with Axum, PostgreSQL, and JWT auth"
90
90
  ```
91
91
 
92
92
  **Generated Web Service Cargo.toml:**
@@ -196,7 +196,7 @@ The existing `RustQualityValidator` provides comprehensive linting:
196
196
 
197
197
  ```bash
198
198
  # Run comprehensive quality validation
199
- npx claude-flow validate rust ./my-project
199
+ npx claude-flow-novice validate rust ./my-project
200
200
 
201
201
  # This executes real cargo commands:
202
202
  # cargo clippy --all-targets --all-features -- --deny warnings
@@ -425,7 +425,7 @@ pre-release-replacements = [
425
425
 
426
426
  ```bash
427
427
  # Monitor build performance with claude-flow
428
- npx claude-flow cargo build --release --timings
428
+ npx claude-flow-novice cargo build --release --timings
429
429
 
430
430
  # Generates detailed timing analysis:
431
431
  # - Dependency compilation time
@@ -531,7 +531,7 @@ required-features = ["benchmark-tests"]
531
531
 
532
532
  ```bash
533
533
  # Comprehensive testing with claude-flow
534
- npx claude-flow test rust --comprehensive
534
+ npx claude-flow-novice test rust --comprehensive
535
535
 
536
536
  # Executes:
537
537
  # 1. cargo test --all-features
@@ -770,7 +770,7 @@ jobs:
770
770
  path: target/release/
771
771
  ```
772
772
 
773
- This comprehensive Cargo integration demonstrates how claude-flow leverages the existing Rust validation system to provide authentic, production-ready Rust development workflows without any simulation or mocking.
773
+ This comprehensive Cargo integration demonstrates how claude-flow-novice leverages the existing Rust validation system to provide authentic, production-ready Rust development workflows without any simulation or mocking.
774
774
 
775
775
  ## 🔗 Next Steps
776
776
 
@@ -1,6 +1,6 @@
1
1
  # Rust Quality Validation with Claude-Flow
2
2
 
3
- This guide demonstrates how claude-flow integrates with the real Rust toolchain to provide comprehensive code quality validation, leveraging the existing `RustQualityValidator` implementation for authentic, production-ready quality assurance.
3
+ This guide demonstrates how claude-flow-novice integrates with the real Rust toolchain to provide comprehensive code quality validation, leveraging the existing `RustQualityValidator` implementation for authentic, production-ready quality assurance.
4
4
 
5
5
  ## 🔍 Quality Validation Overview
6
6
 
@@ -21,7 +21,7 @@ Claude-flow provides real Rust toolchain integration through the `RustQualityVal
21
21
 
22
22
  ```bash
23
23
  # Run comprehensive quality validation
24
- npx claude-flow validate rust ./my-rust-project
24
+ npx claude-flow-novice validate rust ./my-rust-project
25
25
 
26
26
  # This executes real Cargo commands:
27
27
  # - cargo clippy --all-targets --all-features -- --deny warnings
@@ -35,17 +35,17 @@ npx claude-flow validate rust ./my-rust-project
35
35
 
36
36
  ```bash
37
37
  # Run validation with custom configuration
38
- npx claude-flow validate rust ./project --config quality-config.json
38
+ npx claude-flow-novice validate rust ./project --config quality-config.json
39
39
 
40
40
  # Advanced validation with performance profiling
41
- npx claude-flow validate rust ./project --comprehensive --performance-profiling
41
+ npx claude-flow-novice validate rust ./project --comprehensive --performance-profiling
42
42
  ```
43
43
 
44
44
  ### 3. Agent-Driven Quality Assurance
45
45
 
46
46
  ```bash
47
47
  # Multi-agent quality validation workflow
48
- npx claude-flow sparc run quality-engineer "Implement comprehensive quality gates for production Rust service"
48
+ npx claude-flow-novice sparc run quality-engineer "Implement comprehensive quality gates for production Rust service"
49
49
 
50
50
  Task("Quality Engineer", "Set up strict quality validation with custom clippy rules", "quality-engineer")
51
51
  Task("Security Auditor", "Configure security scanning and vulnerability detection", "security-engineer")
@@ -580,10 +580,10 @@ jobs:
580
580
  cargo install cargo-outdated
581
581
  cargo install cargo-bloat
582
582
 
583
- - name: Run claude-flow quality validation
583
+ - name: Run claude-flow-novice quality validation
584
584
  run: |
585
585
  npm install -g claude-flow@alpha
586
- npx claude-flow validate rust . --comprehensive --output quality-report.json
586
+ npx claude-flow-novice validate rust . --comprehensive --output quality-report.json
587
587
 
588
588
  - name: Upload quality report
589
589
  uses: actions/upload-artifact@v3
@@ -961,7 +961,7 @@ TIMESTAMP=$(date +%s)
961
961
  COMMIT=$(git rev-parse HEAD)
962
962
  BRANCH=$(git branch --show-current)
963
963
 
964
- npx claude-flow validate rust . --comprehensive --output "quality-reports/quality-${TIMESTAMP}.json"
964
+ npx claude-flow-novice validate rust . --comprehensive --output "quality-reports/quality-${TIMESTAMP}.json"
965
965
 
966
966
  # Add metadata to report
967
967
  jq --arg commit "$COMMIT" --arg branch "$BRANCH" --arg timestamp "$TIMESTAMP" \
@@ -1088,7 +1088,7 @@ impl QualityDashboardGenerator {
1088
1088
  }
1089
1089
  ```
1090
1090
 
1091
- This comprehensive quality validation guide demonstrates how claude-flow leverages the existing `RustQualityValidator` implementation to provide authentic, production-ready code quality assurance with real Rust toolchain integration, advanced metrics, and continuous monitoring capabilities.
1091
+ This comprehensive quality validation guide demonstrates how claude-flow-novice leverages the existing `RustQualityValidator` implementation to provide authentic, production-ready code quality assurance with real Rust toolchain integration, advanced metrics, and continuous monitoring capabilities.
1092
1092
 
1093
1093
  ## 🔗 Next Steps
1094
1094
 
@@ -1,6 +1,6 @@
1
1
  # Axum Web Framework with Claude-Flow
2
2
 
3
- This guide demonstrates how to build high-performance web applications using Axum, Rust's modern async web framework, with claude-flow orchestration and real toolchain integration.
3
+ This guide demonstrates how to build high-performance web applications using Axum, Rust's modern async web framework, with claude-flow-novice orchestration and real toolchain integration.
4
4
 
5
5
  ## 🚀 Axum Overview
6
6
 
@@ -19,7 +19,7 @@ Axum is a modern, ergonomic web framework built on top of Tokio and Tower, desig
19
19
 
20
20
  ```bash
21
21
  # Initialize Axum REST API project
22
- npx claude-flow sparc run architect "Create REST API with Axum, PostgreSQL, JWT auth, and OpenAPI docs"
22
+ npx claude-flow-novice sparc run architect "Create REST API with Axum, PostgreSQL, JWT auth, and OpenAPI docs"
23
23
 
24
24
  # This spawns specialized agents:
25
25
  Task("Web Architect", "Design Axum API architecture with layered services", "web-architect")
@@ -73,7 +73,7 @@ axum-api/
73
73
 
74
74
  ```bash
75
75
  # Create GraphQL server with Axum
76
- npx claude-flow sparc run architect "Build GraphQL API server with Axum, async-graphql, and real-time subscriptions"
76
+ npx claude-flow-novice sparc run architect "Build GraphQL API server with Axum, async-graphql, and real-time subscriptions"
77
77
 
78
78
  Task("GraphQL Architect", "Design schema and resolvers with async-graphql", "graphql-engineer")
79
79
  Task("Subscription Engineer", "Implement WebSocket subscriptions", "websocket-engineer")
@@ -85,7 +85,7 @@ Task("Performance Engineer", "Optimize GraphQL query execution", "performance-op
85
85
  ### 1. Application Setup and Configuration
86
86
 
87
87
  ```rust
88
- // Generated main.rs by claude-flow agents
88
+ // Generated main.rs by claude-flow-novice agents
89
89
  use axum::{
90
90
  extract::{Path, Query, State},
91
91
  http::{StatusCode, HeaderMap},
@@ -783,7 +783,7 @@ impl UserService {
783
783
  ### 2. Database Migrations
784
784
 
785
785
  ```sql
786
- -- Generated migration by claude-flow agents
786
+ -- Generated migration by claude-flow-novice agents
787
787
  -- migrations/001_initial_schema.sql
788
788
 
789
789
  -- Users table
@@ -1461,7 +1461,7 @@ async fn cleanup_test_db(db: PgPool) {
1461
1461
  ### 2. Load Testing with Real Metrics
1462
1462
 
1463
1463
  ```bash
1464
- # Load testing script generated by claude-flow agents
1464
+ # Load testing script generated by claude-flow-novice agents
1465
1465
  #!/bin/bash
1466
1466
 
1467
1467
  echo "🔥 Starting Axum API load testing..."
@@ -1,6 +1,6 @@
1
1
  # Systems Programming with Claude-Flow
2
2
 
3
- This guide demonstrates how to leverage claude-flow for high-performance systems programming in Rust, utilizing real toolchain integration and agent coordination for building low-level, performance-critical applications.
3
+ This guide demonstrates how to leverage claude-flow-novice for high-performance systems programming in Rust, utilizing real toolchain integration and agent coordination for building low-level, performance-critical applications.
4
4
 
5
5
  ## 🎯 Systems Programming Overview
6
6
 
@@ -19,7 +19,7 @@ Systems programming in Rust focuses on building foundational software with stric
19
19
 
20
20
  ```bash
21
21
  # Initialize systems programming project
22
- npx claude-flow sparc run architect "Create a high-throughput TCP proxy server with load balancing"
22
+ npx claude-flow-novice sparc run architect "Create a high-throughput TCP proxy server with load balancing"
23
23
 
24
24
  # This spawns specialized agents:
25
25
  Task("Systems Architect", "Design async TCP proxy architecture with tokio", "systems-architect")
@@ -60,7 +60,7 @@ tcp-proxy/
60
60
 
61
61
  ```bash
62
62
  # Create custom allocator system
63
- npx claude-flow sparc run architect "Build a zero-allocation memory pool for real-time systems"
63
+ npx claude-flow-novice sparc run architect "Build a zero-allocation memory pool for real-time systems"
64
64
 
65
65
  Task("Memory Engineer", "Design lock-free memory pool with NUMA awareness", "memory-specialist")
66
66
  Task("Performance Engineer", "Optimize allocation patterns and fragmentation", "performance-optimizer")
@@ -71,7 +71,7 @@ Task("Safety Engineer", "Ensure memory safety without runtime overhead", "safety
71
71
 
72
72
  ```bash
73
73
  # Build OS-level component
74
- npx claude-flow sparc run architect "Create a kernel module interface for high-speed packet processing"
74
+ npx claude-flow-novice sparc run architect "Create a kernel module interface for high-speed packet processing"
75
75
 
76
76
  Task("Kernel Engineer", "Design safe kernel interface with minimal syscalls", "kernel-specialist")
77
77
  Task("Driver Developer", "Implement userspace-kernel communication", "driver-developer")
@@ -1179,7 +1179,7 @@ impl ProductionMonitor {
1179
1179
  }
1180
1180
  ```
1181
1181
 
1182
- This comprehensive systems programming guide demonstrates how claude-flow leverages real Rust toolchain integration to build high-performance, production-ready systems applications with agent coordination and validation.
1182
+ This comprehensive systems programming guide demonstrates how claude-flow-novice leverages real Rust toolchain integration to build high-performance, production-ready systems applications with agent coordination and validation.
1183
1183
 
1184
1184
  ## 🔗 Next Steps
1185
1185
 
@@ -1,6 +1,6 @@
1
1
  # TypeScript Project Setup with Claude Flow
2
2
 
3
- Complete guide to setting up TypeScript projects with claude-flow agent coordination for maximum type safety and development efficiency.
3
+ Complete guide to setting up TypeScript projects with claude-flow-novice agent coordination for maximum type safety and development efficiency.
4
4
 
5
5
  ## 🚀 Quick Setup
6
6
 
@@ -10,7 +10,7 @@ Complete guide to setting up TypeScript projects with claude-flow agent coordina
10
10
  node --version # Should be 18.0.0 or higher
11
11
  npm --version # Latest stable
12
12
 
13
- # Install claude-flow globally (recommended)
13
+ # Install claude-flow-novice globally (recommended)
14
14
  npm install -g claude-flow@alpha
15
15
  ```
16
16