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
@@ -484,11 +484,11 @@ jobs:
484
484
  - name: Setup Claude Flow
485
485
  run: |
486
486
  npm install -g claude-flow@alpha
487
- claude-flow config set review.enabled true
487
+ claude-flow-novice config set review.enabled true
488
488
 
489
489
  - name: Spawn Review Team
490
490
  run: |
491
- claude-flow agents spawn-team \
491
+ claude-flow-novice agents spawn-team \
492
492
  --coordination hierarchical \
493
493
  --max-agents 8 \
494
494
  code-analyzer:"Static analysis and code quality" \
@@ -502,14 +502,14 @@ jobs:
502
502
 
503
503
  - name: Coordinate Review Process
504
504
  run: |
505
- claude-flow orchestrate review-workflow \
505
+ claude-flow-novice orchestrate review-workflow \
506
506
  --pr-number ${{ github.event.number }} \
507
507
  --parallel-execution true \
508
508
  --quality-gates enabled
509
509
 
510
510
  - name: Generate Review Report
511
511
  run: |
512
- claude-flow reports generate review-summary \
512
+ claude-flow-novice reports generate review-summary \
513
513
  --format markdown \
514
514
  --include-metrics true \
515
515
  --output review-report.md
@@ -530,7 +530,7 @@ jobs:
530
530
 
531
531
  - name: Update PR Status
532
532
  run: |
533
- claude-flow github update-pr-status \
533
+ claude-flow-novice github update-pr-status \
534
534
  --pr-number ${{ github.event.number }} \
535
535
  --status completed \
536
536
  --include-metrics true
@@ -16,8 +16,8 @@ Claude Code MCP integration provides seamless access to claude-flow-novice direc
16
16
 
17
17
  ### 1. Install MCP Server
18
18
  ```bash
19
- # Add claude-flow MCP server to Claude Code
20
- claude mcp add claude-flow npx claude-flow@alpha mcp start
19
+ # Add claude-flow-novice MCP server to Claude Code
20
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
21
21
 
22
22
  # Optional: Enhanced coordination features
23
23
  claude mcp add ruv-swarm npx ruv-swarm mcp start
@@ -47,7 +47,7 @@ npx claude-flow@alpha doctor
47
47
  npm install -g claude-flow-novice
48
48
 
49
49
  # Verify installation
50
- claude-flow --version
50
+ claude-flow-novice --version
51
51
  ```
52
52
 
53
53
  ### Project-Specific Installation
@@ -61,8 +61,8 @@ yarn add claude-flow-novice
61
61
  {
62
62
  "scripts": {
63
63
  "ai": "claude-flow",
64
- "sparc": "claude-flow sparc",
65
- "agents": "claude-flow agents"
64
+ "sparc": "claude-flow-novice sparc",
65
+ "agents": "claude-flow-novice agents"
66
66
  }
67
67
  }
68
68
  ```
@@ -146,8 +146,8 @@ npm test
146
146
 
147
147
  ### Step 1: Add MCP Server
148
148
  ```bash
149
- # Add claude-flow MCP server
150
- claude mcp add claude-flow npx claude-flow@alpha mcp start
149
+ # Add claude-flow-novice MCP server
150
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
151
151
 
152
152
  # Optional: Enhanced coordination
153
153
  claude mcp add ruv-swarm npx ruv-swarm mcp start
@@ -324,7 +324,7 @@ npx claude-flow@alpha doctor
324
324
  # Expected output:
325
325
  # โœ… Node.js version: 18.12.0
326
326
  # โœ… npm version: 8.19.2
327
- # โœ… claude-flow version: 2.0.0
327
+ # โœ… claude-flow-novice version: 2.0.0
328
328
  # โœ… Configuration: valid
329
329
  # โœ… API access: connected
330
330
  # โœ… MCP integration: available
@@ -397,7 +397,7 @@ claude mcp logs claude-flow
397
397
 
398
398
  # Reinstall MCP server
399
399
  claude mcp remove claude-flow
400
- claude mcp add claude-flow npx claude-flow@alpha mcp start
400
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
401
401
  ```
402
402
 
403
403
  ### Getting Help
@@ -133,7 +133,7 @@ graph TD
133
133
  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
134
134
  โ”‚ Week 1: Setup & First Steps โ”‚
135
135
  โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
136
- โ”‚ โœ… Install Node.js and claude-flow โ”‚
136
+ โ”‚ โœ… Install Node.js and claude-flow-novice โ”‚
137
137
  โ”‚ โœ… Run first "Hello World" agent โ”‚
138
138
  โ”‚ โœ… Understand agent vs traditional code โ”‚
139
139
  โ”‚ โœ… Complete CLI tutorial โ”‚
@@ -229,7 +229,7 @@ graph TD
229
229
  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
230
230
  โ”‚ Ongoing: Mastery & Innovation โ”‚
231
231
  โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
232
- โ”‚ โœ… Contribute to claude-flow ecosystem โ”‚
232
+ โ”‚ โœ… Contribute to claude-flow-novice ecosystem โ”‚
233
233
  โ”‚ โœ… Mentor other learners โ”‚
234
234
  โ”‚ โœ… Design novel coordination patterns โ”‚
235
235
  โ”‚ โœ… Lead enterprise implementations โ”‚
@@ -74,8 +74,8 @@ npx claude-flow@alpha logs show
74
74
 
75
75
  ### Step 1: Add MCP Server (1 minute)
76
76
  ```bash
77
- # Add claude-flow MCP server
78
- claude mcp add claude-flow npx claude-flow@alpha mcp start
77
+ # Add claude-flow-novice MCP server
78
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
79
79
 
80
80
  # Verify installation
81
81
  claude mcp status
@@ -49,7 +49,7 @@ AI Agent Orchestration for Beginners
49
49
 
50
50
  ### Initialize Claude Flow Project
51
51
  ```bash
52
- # Initialize claude-flow in project
52
+ # Initialize claude-flow-novice in project
53
53
  npx claude-flow-novice@latest init
54
54
 
55
55
  # Expected output:
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Overview
4
4
 
5
- As organizations scale claude-flow across multiple projects and teams, robust governance and coordination mechanisms become critical. This document outlines proven patterns for managing complex multi-project environments with 100+ developers.
5
+ As organizations scale claude-flow-novice across multiple projects and teams, robust governance and coordination mechanisms become critical. This document outlines proven patterns for managing complex multi-project environments with 100+ developers.
6
6
 
7
7
  ## Governance Framework
8
8
 
@@ -1,17 +1,17 @@
1
1
  # Go Development with Claude-Flow
2
2
 
3
- A comprehensive guide to Go development using claude-flow agents for accelerated development, testing, and deployment.
3
+ A comprehensive guide to Go development using claude-flow-novice agents for accelerated development, testing, and deployment.
4
4
 
5
5
  ## ๐Ÿš€ Quick Start
6
6
 
7
7
  ```bash
8
8
  # Initialize Go project with claude-flow
9
- npx claude-flow sparc run architect "Go microservice with REST API"
10
- npx claude-flow sparc tdd "user authentication service"
9
+ npx claude-flow-novice sparc run architect "Go microservice with REST API"
10
+ npx claude-flow-novice sparc tdd "user authentication service"
11
11
 
12
12
  # Or use MCP for complex coordination
13
- npx claude-flow mcp swarm_init --topology mesh --max-agents 5
14
- npx claude-flow mcp agent_spawn --type coder --capabilities go,rest-api,testing
13
+ npx claude-flow-novice mcp swarm_init --topology mesh --max-agents 5
14
+ npx claude-flow-novice mcp agent_spawn --type coder --capabilities go,rest-api,testing
15
15
  ```
16
16
 
17
17
  ## ๐Ÿ“š Documentation Sections
@@ -88,24 +88,24 @@ npx claude-flow mcp agent_spawn --type coder --capabilities go,rest-api,testing
88
88
  ### REST API with Gin
89
89
  ```bash
90
90
  # Claude-flow assisted development
91
- npx claude-flow sparc run coder "Gin REST API with JWT authentication"
91
+ npx claude-flow-novice sparc run coder "Gin REST API with JWT authentication"
92
92
  ```
93
93
 
94
94
  ### Concurrent Worker Pool
95
95
  ```bash
96
96
  # Systems programming patterns
97
- npx claude-flow sparc run architect "Go worker pool with rate limiting"
97
+ npx claude-flow-novice sparc run architect "Go worker pool with rate limiting"
98
98
  ```
99
99
 
100
100
  ### Microservice with gRPC
101
101
  ```bash
102
102
  # Full microservice development
103
- npx claude-flow sparc pipeline "gRPC microservice with protobuf"
103
+ npx claude-flow-novice sparc pipeline "gRPC microservice with protobuf"
104
104
  ```
105
105
 
106
106
  ## ๐Ÿ›ก๏ธ Best Practices
107
107
 
108
- 1. **Leverage Go's Concurrency**: Use claude-flow agents to generate optimal goroutine patterns
108
+ 1. **Leverage Go's Concurrency**: Use claude-flow-novice agents to generate optimal goroutine patterns
109
109
  2. **Error Handling**: Implement comprehensive error handling with agent assistance
110
110
  3. **Testing First**: Use TDD workflows with automated test generation
111
111
  4. **Performance Focus**: Regular profiling and optimization with performance agents
@@ -113,7 +113,7 @@ npx claude-flow sparc pipeline "gRPC microservice with protobuf"
113
113
 
114
114
  ## ๐Ÿ“ˆ Performance Metrics
115
115
 
116
- When using claude-flow with Go projects:
116
+ When using claude-flow-novice with Go projects:
117
117
  - **Development Speed**: 2.8-4.4x faster
118
118
  - **Code Quality**: Improved error handling and testing
119
119
  - **Deployment**: Automated CI/CD pipeline generation
@@ -1,13 +1,13 @@
1
1
  # Go Examples and Templates with Claude-Flow
2
2
 
3
- Real-world Go project examples showcasing claude-flow integration for accelerated development, testing, and deployment.
3
+ Real-world Go project examples showcasing claude-flow-novice integration for accelerated development, testing, and deployment.
4
4
 
5
5
  ## ๐Ÿš€ Complete Project Examples
6
6
 
7
7
  ### Example 1: E-commerce Microservice
8
8
  ```bash
9
9
  # Generate complete e-commerce microservice with claude-flow
10
- npx claude-flow sparc pipeline "Go e-commerce microservice with product catalog, user management, and order processing"
10
+ npx claude-flow-novice sparc pipeline "Go e-commerce microservice with product catalog, user management, and order processing"
11
11
  ```
12
12
 
13
13
  **Generated Architecture:**
@@ -269,7 +269,7 @@ var (
269
269
  ### Example 2: Real-time Chat System
270
270
  ```bash
271
271
  # Generate WebSocket-based chat system
272
- npx claude-flow sparc pipeline "Go real-time chat system with WebSockets, Redis pub/sub, and PostgreSQL"
272
+ npx claude-flow-novice sparc pipeline "Go real-time chat system with WebSockets, Redis pub/sub, and PostgreSQL"
273
273
  ```
274
274
 
275
275
  **Key Features:**
@@ -562,7 +562,7 @@ func (c *Client) writePump() {
562
562
  ### Example 3: Payment Processing Service
563
563
  ```bash
564
564
  # Generate secure payment processing microservice
565
- npx claude-flow sparc pipeline "Go payment processing service with Stripe integration, fraud detection, and audit logging"
565
+ npx claude-flow-novice sparc pipeline "Go payment processing service with Stripe integration, fraud detection, and audit logging"
566
566
  ```
567
567
 
568
568
  **Security Features:**
@@ -577,7 +577,7 @@ npx claude-flow sparc pipeline "Go payment processing service with Stripe integr
577
577
  ### Comprehensive Test Suite
578
578
  ```bash
579
579
  # Generate complete testing suite
580
- npx claude-flow sparc run tester "comprehensive test suite with unit, integration, and e2e tests for Go microservice"
580
+ npx claude-flow-novice sparc run tester "comprehensive test suite with unit, integration, and e2e tests for Go microservice"
581
581
  ```
582
582
 
583
583
  **Generated Test Structure:**
@@ -739,7 +739,7 @@ func TestProductServiceIntegrationSuite(t *testing.T) {
739
739
  ### Load Testing Example
740
740
  ```bash
741
741
  # Generate load testing suite
742
- npx claude-flow sparc run tester "create load testing suite for Go web service with various scenarios"
742
+ npx claude-flow-novice sparc run tester "create load testing suite for Go web service with various scenarios"
743
743
  ```
744
744
 
745
745
  ## ๐Ÿš€ Deployment Examples
@@ -747,7 +747,7 @@ npx claude-flow sparc run tester "create load testing suite for Go web service w
747
747
  ### Kubernetes with Helm
748
748
  ```bash
749
749
  # Generate Kubernetes deployment with Helm charts
750
- npx claude-flow sparc run deployer "create Kubernetes deployment with Helm charts for Go microservice"
750
+ npx claude-flow-novice sparc run deployer "create Kubernetes deployment with Helm charts for Go microservice"
751
751
  ```
752
752
 
753
753
  **Generated Helm Chart:**
@@ -940,46 +940,46 @@ volumes:
940
940
  mkdir my-go-project && cd my-go-project
941
941
 
942
942
  # Setup project structure and dependencies
943
- npx claude-flow sparc run architect "Go project structure with clean architecture"
943
+ npx claude-flow-novice sparc run architect "Go project structure with clean architecture"
944
944
 
945
945
  # Generate domain models and business logic
946
- npx claude-flow sparc run coder "user management domain with clean architecture"
946
+ npx claude-flow-novice sparc run coder "user management domain with clean architecture"
947
947
 
948
948
  # Add database layer
949
- npx claude-flow sparc run coder "PostgreSQL repository implementation with GORM"
949
+ npx claude-flow-novice sparc run coder "PostgreSQL repository implementation with GORM"
950
950
 
951
951
  # Add API layer
952
- npx claude-flow sparc run coder "REST API with Gin framework and validation"
952
+ npx claude-flow-novice sparc run coder "REST API with Gin framework and validation"
953
953
 
954
954
  # Generate comprehensive tests
955
- npx claude-flow sparc run tester "unit and integration tests with testcontainers"
955
+ npx claude-flow-novice sparc run tester "unit and integration tests with testcontainers"
956
956
 
957
957
  # Add monitoring and observability
958
- npx claude-flow sparc run coder "Prometheus metrics and structured logging"
958
+ npx claude-flow-novice sparc run coder "Prometheus metrics and structured logging"
959
959
 
960
960
  # Setup deployment
961
- npx claude-flow sparc run deployer "Docker and Kubernetes deployment configuration"
961
+ npx claude-flow-novice sparc run deployer "Docker and Kubernetes deployment configuration"
962
962
 
963
963
  # Performance optimization
964
- npx claude-flow sparc run perf-analyzer "identify and fix performance bottlenecks"
964
+ npx claude-flow-novice sparc run perf-analyzer "identify and fix performance bottlenecks"
965
965
 
966
966
  # Security review
967
- npx claude-flow sparc run security-auditor "comprehensive security audit"
967
+ npx claude-flow-novice sparc run security-auditor "comprehensive security audit"
968
968
 
969
969
  # Final review and documentation
970
- npx claude-flow sparc run reviewer "code review and documentation generation"
970
+ npx claude-flow-novice sparc run reviewer "code review and documentation generation"
971
971
  ```
972
972
 
973
973
  ### Continuous Development with Claude-Flow
974
974
  ```bash
975
975
  # Start intelligent development session
976
- npx claude-flow dev start --language go --mode ai-assisted
976
+ npx claude-flow-novice dev start --language go --mode ai-assisted
977
977
 
978
978
  # Enable file watching for auto-generation
979
- npx claude-flow dev watch --auto-test --auto-format --auto-optimize
979
+ npx claude-flow-novice dev watch --auto-test --auto-format --auto-optimize
980
980
 
981
981
  # Continuous integration with claude-flow
982
- npx claude-flow ci run --quality-gates --security-scan --performance-check
982
+ npx claude-flow-novice ci run --quality-gates --security-scan --performance-check
983
983
  ```
984
984
 
985
985
  ## ๐Ÿ“Š Performance Examples
@@ -987,13 +987,13 @@ npx claude-flow ci run --quality-gates --security-scan --performance-check
987
987
  ### High-Performance HTTP Server
988
988
  ```bash
989
989
  # Generate optimized HTTP server
990
- npx claude-flow sparc run perf-analyzer "high-performance HTTP server with connection pooling and caching"
990
+ npx claude-flow-novice sparc run perf-analyzer "high-performance HTTP server with connection pooling and caching"
991
991
  ```
992
992
 
993
993
  ### Concurrent Data Processing
994
994
  ```bash
995
995
  # Generate concurrent data processor
996
- npx claude-flow sparc run architect "concurrent data processing pipeline with worker pools"
996
+ npx claude-flow-novice sparc run architect "concurrent data processing pipeline with worker pools"
997
997
  ```
998
998
 
999
999
  ## ๐Ÿ›ก๏ธ Security Examples
@@ -1001,27 +1001,27 @@ npx claude-flow sparc run architect "concurrent data processing pipeline with wo
1001
1001
  ### Secure API with JWT
1002
1002
  ```bash
1003
1003
  # Generate secure API implementation
1004
- npx claude-flow sparc run security-auditor "secure REST API with JWT authentication and RBAC"
1004
+ npx claude-flow-novice sparc run security-auditor "secure REST API with JWT authentication and RBAC"
1005
1005
  ```
1006
1006
 
1007
1007
  ### Encrypted Data Storage
1008
1008
  ```bash
1009
1009
  # Generate encrypted storage solution
1010
- npx claude-flow sparc run security-auditor "encrypted data storage with key rotation"
1010
+ npx claude-flow-novice sparc run security-auditor "encrypted data storage with key rotation"
1011
1011
  ```
1012
1012
 
1013
1013
  ## ๐Ÿš€ Quick Start Commands
1014
1014
 
1015
1015
  ```bash
1016
1016
  # Clone and setup any example
1017
- npx claude-flow example clone go-ecommerce-microservice
1018
- npx claude-flow example setup --install-deps --run-tests
1017
+ npx claude-flow-novice example clone go-ecommerce-microservice
1018
+ npx claude-flow-novice example setup --install-deps --run-tests
1019
1019
 
1020
1020
  # Generate project from template
1021
- npx claude-flow template create --language go --type microservice --features api,database,tests
1021
+ npx claude-flow-novice template create --language go --type microservice --features api,database,tests
1022
1022
 
1023
1023
  # One-command development environment
1024
- npx claude-flow dev env --language go --services postgres,redis --monitoring prometheus,grafana
1024
+ npx claude-flow-novice dev env --language go --services postgres,redis --monitoring prometheus,grafana
1025
1025
  ```
1026
1026
 
1027
1027
  ## ๐Ÿ“ˆ Success Metrics
@@ -1062,5 +1062,5 @@ When using these examples with claude-flow:
1062
1062
  **Next Steps:**
1063
1063
  - Try the examples in your own projects
1064
1064
  - Customize templates for your specific needs
1065
- - Integrate claude-flow into your development workflow
1065
+ - Integrate claude-flow-novice into your development workflow
1066
1066
  - Share feedback and contribute improvements
@@ -1,6 +1,6 @@
1
1
  # Go Web Frameworks with Claude-Flow
2
2
 
3
- Comprehensive guide to building web applications with Go's most popular frameworks, enhanced by claude-flow agents.
3
+ Comprehensive guide to building web applications with Go's most popular frameworks, enhanced by claude-flow-novice agents.
4
4
 
5
5
  ## ๐ŸŒ Framework Overview
6
6
 
@@ -17,12 +17,12 @@ Comprehensive guide to building web applications with Go's most popular framewor
17
17
 
18
18
  ```bash
19
19
  # Generate web application with framework selection
20
- npx claude-flow sparc run architect "Go web API with authentication and database"
20
+ npx claude-flow-novice sparc run architect "Go web API with authentication and database"
21
21
 
22
22
  # Or specify framework directly
23
- npx claude-flow sparc run coder "Gin REST API with JWT middleware"
24
- npx claude-flow sparc run coder "Echo web service with validation"
25
- npx claude-flow sparc run coder "Fiber API with rate limiting"
23
+ npx claude-flow-novice sparc run coder "Gin REST API with JWT middleware"
24
+ npx claude-flow-novice sparc run coder "Echo web service with validation"
25
+ npx claude-flow-novice sparc run coder "Fiber API with rate limiting"
26
26
  ```
27
27
 
28
28
  ## ๐Ÿฅƒ Gin Framework
@@ -30,7 +30,7 @@ npx claude-flow sparc run coder "Fiber API with rate limiting"
30
30
  ### Setup and Basic Usage
31
31
  ```bash
32
32
  # Generate Gin application with claude-flow
33
- npx claude-flow sparc run coder "Gin web server with middleware and routing"
33
+ npx claude-flow-novice sparc run coder "Gin web server with middleware and routing"
34
34
  ```
35
35
 
36
36
  **Generated Gin Application:**
@@ -200,7 +200,7 @@ func ValidateJSON(schema interface{}) gin.HandlerFunc {
200
200
  ### Echo Setup and Configuration
201
201
  ```bash
202
202
  # Generate Echo application
203
- npx claude-flow sparc run coder "Echo web server with structured logging and metrics"
203
+ npx claude-flow-novice sparc run coder "Echo web server with structured logging and metrics"
204
204
  ```
205
205
 
206
206
  **Generated Echo Application:**
@@ -364,7 +364,7 @@ func CustomErrorHandler(err error, c echo.Context) {
364
364
  ### Fiber Setup (Express.js-like)
365
365
  ```bash
366
366
  # Generate Fiber application
367
- npx claude-flow sparc run coder "Fiber API with websockets and caching"
367
+ npx claude-flow-novice sparc run coder "Fiber API with websockets and caching"
368
368
  ```
369
369
 
370
370
  **Generated Fiber Application:**
@@ -560,7 +560,7 @@ func HandleWebSocket(c *websocket.Conn) {
560
560
  ### Performance Benchmarks
561
561
  ```bash
562
562
  # Generate performance comparison
563
- npx claude-flow sparc run perf-analyzer "benchmark Go web frameworks performance"
563
+ npx claude-flow-novice sparc run perf-analyzer "benchmark Go web frameworks performance"
564
564
  ```
565
565
 
566
566
  **Benchmark Results (Generated by claude-flow):**
@@ -575,7 +575,7 @@ net/http 35,000 10MB 3.2ms
575
575
  ### Migration Strategies
576
576
  ```bash
577
577
  # Migrate between frameworks
578
- npx claude-flow sparc run architect "migrate Gin application to Fiber with minimal changes"
578
+ npx claude-flow-novice sparc run architect "migrate Gin application to Fiber with minimal changes"
579
579
  ```
580
580
 
581
581
  ## ๐Ÿงช Testing Web Applications
@@ -662,22 +662,22 @@ func TestGinAPI(t *testing.T) {
662
662
 
663
663
  ```bash
664
664
  # Generate complete web application
665
- npx claude-flow sparc pipeline "Go web application with chosen framework"
665
+ npx claude-flow-novice sparc pipeline "Go web application with chosen framework"
666
666
 
667
667
  # Add specific features
668
- npx claude-flow sparc run coder "add file upload endpoint with validation"
669
- npx claude-flow sparc run coder "implement real-time chat with WebSockets"
670
- npx claude-flow sparc run coder "add caching layer with Redis"
668
+ npx claude-flow-novice sparc run coder "add file upload endpoint with validation"
669
+ npx claude-flow-novice sparc run coder "implement real-time chat with WebSockets"
670
+ npx claude-flow-novice sparc run coder "add caching layer with Redis"
671
671
 
672
672
  # Security enhancements
673
- npx claude-flow sparc run security-auditor "add security headers and OWASP protection"
673
+ npx claude-flow-novice sparc run security-auditor "add security headers and OWASP protection"
674
674
 
675
675
  # Performance optimization
676
- npx claude-flow sparc run perf-analyzer "optimize web application performance"
676
+ npx claude-flow-novice sparc run perf-analyzer "optimize web application performance"
677
677
 
678
678
  # Database integration
679
- npx claude-flow sparc run coder "integrate PostgreSQL with GORM"
680
- npx claude-flow sparc run coder "add database migrations and seeding"
679
+ npx claude-flow-novice sparc run coder "integrate PostgreSQL with GORM"
680
+ npx claude-flow-novice sparc run coder "add database migrations and seeding"
681
681
  ```
682
682
 
683
683
  ## ๐Ÿ“š Best Practices