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
@@ -295,7 +295,7 @@ npx claude-flow@alpha community profile
295
295
  4. **Lead Discussions** - Facilitate technical conversations
296
296
 
297
297
  ### For Organizations
298
- 1. **Pilot Program** - Trial claude-flow with your team
298
+ 1. **Pilot Program** - Trial claude-flow-novice with your team
299
299
  2. **Case Study** - Share your organization's success story
300
300
  3. **Partnership** - Explore collaboration opportunities
301
301
  4. **Sponsorship** - Support community events and development
@@ -418,7 +418,7 @@ Metrics Tracked:
418
418
  ## 🌐 External Learning Partnerships
419
419
 
420
420
  ### University Collaborations
421
- - **Course Integration**: Embedding claude-flow in CS curricula
421
+ - **Course Integration**: Embedding claude-flow-novice in CS curricula
422
422
  - **Research Projects**: Student thesis and capstone projects
423
423
  - **Faculty Training**: Professional development for educators
424
424
  - **Industry Connections**: Bridging academia and practice
@@ -1,10 +1,10 @@
1
1
  # Agent Creation Guide
2
2
 
3
- This guide explains how to create, register, and deploy new agents in the claude-flow system. The validation system now prevents agent spawning gaps by providing automatic fallbacks and legacy support.
3
+ This guide explains how to create, register, and deploy new agents in the claude-flow-novice system. The validation system now prevents agent spawning gaps by providing automatic fallbacks and legacy support.
4
4
 
5
5
  ## Overview
6
6
 
7
- The claude-flow system uses a file-based agent definition system where agents are defined as Markdown files with YAML frontmatter in the `.claude/agents/` directory. The system provides automatic validation, legacy mapping, and intelligent fallbacks.
7
+ The claude-flow-novice system uses a file-based agent definition system where agents are defined as Markdown files with YAML frontmatter in the `.claude/agents/` directory. The system provides automatic validation, legacy mapping, and intelligent fallbacks.
8
8
 
9
9
  ## Quick Start
10
10
 
@@ -53,10 +53,10 @@ Your agent description and capabilities go here...
53
53
 
54
54
  ```bash
55
55
  # Test that your agent is recognized
56
- npx claude-flow agent list | grep data-processor
56
+ npx claude-flow-novice agent list | grep data-processor
57
57
 
58
58
  # Test validation system
59
- npx claude-flow agent validate data-processor
59
+ npx claude-flow-novice agent validate data-processor
60
60
  ```
61
61
 
62
62
  ## Agent Definition Structure
@@ -291,13 +291,13 @@ console.log(prepared.spawnCommand); // Task(...) command with validated type
291
291
  ### 1. Validation Testing
292
292
  ```bash
293
293
  # Test agent is recognized
294
- npx claude-flow agent validate your-agent-name
294
+ npx claude-flow-novice agent validate your-agent-name
295
295
 
296
296
  # List all available agents
297
- npx claude-flow agent list
297
+ npx claude-flow-novice agent list
298
298
 
299
299
  # Test agent spawning
300
- npx claude-flow agent spawn your-agent-name "test task"
300
+ npx claude-flow-novice agent spawn your-agent-name "test task"
301
301
  ```
302
302
 
303
303
  ### 2. Integration Testing
@@ -329,7 +329,7 @@ Task("Test new agent", "Test the agent functionality", "your-agent-name")
329
329
  1. Check file exists in `.claude/agents/`
330
330
  2. Verify YAML frontmatter is valid
331
331
  3. Ensure `name` field matches filename
332
- 4. Check agent loader cache with `npx claude-flow agent refresh`
332
+ 4. Check agent loader cache with `npx claude-flow-novice agent refresh`
333
333
 
334
334
  ### Legacy Agent Mapping
335
335
  **Problem**: Old agent names stop working
@@ -426,6 +426,6 @@ agentValidator.addCustomRule('security-agent', (type, context) => {
426
426
 
427
427
  ## Conclusion
428
428
 
429
- The agent system provides a flexible, validated approach to extending claude-flow capabilities. With automatic fallbacks and legacy support, the system prevents coordination gaps while allowing seamless migration to new agent architectures.
429
+ The agent system provides a flexible, validated approach to extending claude-flow-novice capabilities. With automatic fallbacks and legacy support, the system prevents coordination gaps while allowing seamless migration to new agent architectures.
430
430
 
431
431
  For questions or issues, refer to the troubleshooting section or check the system logs for validation warnings and errors.
@@ -1,11 +1,11 @@
1
1
  # Claude Flow Integration Architecture
2
2
 
3
- This document provides comprehensive integration patterns and architectural diagrams for claude-flow across different environments and tools.
3
+ This document provides comprehensive integration patterns and architectural diagrams for claude-flow-novice across different environments and tools.
4
4
 
5
5
  ## Table of Contents
6
6
 
7
7
  1. [Integration Overview](#integration-overview)
8
- 2. [Claude Code + claude-flow Integration](#claude-code--claude-flow-integration)
8
+ 2. [Claude Code + claude-flow-novice Integration](#claude-code--claude-flow-integration)
9
9
  3. [MCP Server Connection Patterns](#mcp-server-connection-patterns)
10
10
  4. [Architecture Patterns](#architecture-patterns)
11
11
  5. [Performance Considerations](#performance-considerations)
@@ -34,7 +34,7 @@ graph TB
34
34
  end
35
35
 
36
36
  subgraph "MCP Server Ecosystem"
37
- MCP1[claude-flow MCP]
37
+ MCP1[claude-flow-novice MCP]
38
38
  MCP2[ruv-swarm MCP]
39
39
  MCP3[flow-nexus MCP]
40
40
  MCP4[Custom MCP Servers]
@@ -69,7 +69,7 @@ graph TB
69
69
  style GH fill:#fff3e0
70
70
  ```
71
71
 
72
- ## Claude Code + claude-flow Integration
72
+ ## Claude Code + claude-flow-novice Integration
73
73
 
74
74
  ### Primary Integration Flow
75
75
 
@@ -142,7 +142,7 @@ graph TB
142
142
  end
143
143
 
144
144
  subgraph "Core MCP Servers"
145
- CFMCP[claude-flow MCP<br/>Primary Coordination]
145
+ CFMCP[claude-flow-novice MCP<br/>Primary Coordination]
146
146
  RSMCP[ruv-swarm MCP<br/>Enhanced Features]
147
147
  FNMCP[flow-nexus MCP<br/>Cloud Services]
148
148
  end
@@ -477,8 +477,8 @@ Use shared memory for agent coordination:
477
477
 
478
478
  ```javascript
479
479
  // Agents coordinate through shared memory
480
- npx claude-flow hooks store --key "api/schema" --value "{...}"
481
- npx claude-flow hooks retrieve --key "api/schema"
480
+ npx claude-flow-novice hooks store --key "api/schema" --value "{...}"
481
+ npx claude-flow-novice hooks retrieve --key "api/schema"
482
482
  ```
483
483
 
484
484
  ### 3. Error Handling Pattern
@@ -120,11 +120,11 @@ SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) is a sys
120
120
  │ ┌─────────────────────────────────────────────────────────────────┐ │
121
121
  │ │ USER INTERFACE │ │
122
122
  │ │ │ │
123
- │ │ npx claude-flow sparc modes ──► List available modes │ │
124
- │ │ npx claude-flow sparc run <mode> ──► Execute specific mode │ │
125
- │ │ npx claude-flow sparc tdd ──► Complete TDD workflow │ │
126
- │ │ npx claude-flow sparc batch ──► Parallel execution │ │
127
- │ │ npx claude-flow sparc pipeline ──► Full pipeline │ │
123
+ │ │ npx claude-flow-novice sparc modes ──► List available modes │ │
124
+ │ │ npx claude-flow-novice sparc run <mode> ──► Execute specific mode │ │
125
+ │ │ npx claude-flow-novice sparc tdd ──► Complete TDD workflow │ │
126
+ │ │ npx claude-flow-novice sparc batch ──► Parallel execution │ │
127
+ │ │ npx claude-flow-novice sparc pipeline ──► Full pipeline │ │
128
128
  │ └─────────────────────────────────────────────────────────────────┘ │
129
129
  │ │ │
130
130
  │ ▼ │
@@ -5,7 +5,7 @@
5
5
  **Technologies**: GitHub Actions, Docker, Kubernetes, SonarQube, Trivy
6
6
  **Architecture**: Event-driven pipeline with intelligent quality gates
7
7
 
8
- A comprehensive CI/CD pipeline example demonstrating how claude-flow agents can coordinate to create an intelligent, self-healing deployment system with automated quality assurance.
8
+ A comprehensive CI/CD pipeline example demonstrating how claude-flow-novice agents can coordinate to create an intelligent, self-healing deployment system with automated quality assurance.
9
9
 
10
10
  ## 🚀 Pipeline Overview
11
11
 
@@ -1246,7 +1246,7 @@ class PipelineAnalytics {
1246
1246
 
1247
1247
  ## 🤝 Contributing
1248
1248
 
1249
- This pipeline demonstrates advanced claude-flow capabilities for DevOps automation. Contributions welcome:
1249
+ This pipeline demonstrates advanced claude-flow-novice capabilities for DevOps automation. Contributions welcome:
1250
1250
 
1251
1251
  1. **Agent Improvements** - Enhance decision-making algorithms
1252
1252
  2. **Tool Integrations** - Add support for new tools
@@ -1255,7 +1255,7 @@ This pipeline demonstrates advanced claude-flow capabilities for DevOps automati
1255
1255
 
1256
1256
  ---
1257
1257
 
1258
- **Congratulations!** 🎉 You've implemented an intelligent CI/CD pipeline with multi-agent coordination. This example showcases how claude-flow can revolutionize DevOps workflows through intelligent automation and agent collaboration.
1258
+ **Congratulations!** 🎉 You've implemented an intelligent CI/CD pipeline with multi-agent coordination. This example showcases how claude-flow-novice can revolutionize DevOps workflows through intelligent automation and agent collaboration.
1259
1259
 
1260
1260
  ## Related Examples
1261
1261
 
@@ -4,11 +4,11 @@
4
4
  **Agents**: 1 (coder)
5
5
  **Technologies**: JavaScript, Node.js
6
6
 
7
- A simple introduction to claude-flow that creates a basic "Hello World" application with file operations and basic automation.
7
+ A simple introduction to claude-flow-novice that creates a basic "Hello World" application with file operations and basic automation.
8
8
 
9
9
  ## What You'll Learn
10
10
 
11
- - Basic claude-flow CLI commands
11
+ - Basic claude-flow-novice CLI commands
12
12
  - Agent spawning and coordination
13
13
  - File creation and manipulation
14
14
  - SPARC methodology basics
@@ -91,7 +91,7 @@ hello-world-claude-flow/
91
91
  {
92
92
  "name": "hello-world-claude-flow",
93
93
  "version": "1.0.0",
94
- "description": "A simple Hello World application demonstrating claude-flow basics",
94
+ "description": "A simple Hello World application demonstrating claude-flow-novice basics",
95
95
  "main": "app.js",
96
96
  "scripts": {
97
97
  "start": "node app.js",
@@ -144,7 +144,7 @@ async function main() {
144
144
  try {
145
145
  // Welcome message
146
146
  console.log(chalk.blue.bold('🚀 Claude Flow Hello World Application'));
147
- console.log(chalk.green('Welcome to your first claude-flow application!'));
147
+ console.log(chalk.green('Welcome to your first claude-flow-novice application!'));
148
148
 
149
149
  logger.info('Application started successfully');
150
150
 
@@ -287,7 +287,7 @@ npm start
287
287
 
288
288
  # Expected output:
289
289
  # 🚀 Claude Flow Hello World Application
290
- # Welcome to your first claude-flow application!
290
+ # Welcome to your first claude-flow-novice application!
291
291
  # Hello, World! 🌍
292
292
  #
293
293
  # 📊 Agent Information:
@@ -388,7 +388,7 @@ Task("Database Architect",
388
388
 
389
389
  **Issue**: Agent not spawning
390
390
  ```bash
391
- # Check claude-flow installation
391
+ # Check claude-flow-novice installation
392
392
  npx claude-flow@alpha --version
393
393
 
394
394
  # Reinstall if needed
@@ -431,4 +431,4 @@ npx claude-flow@alpha hooks reset
431
431
 
432
432
  ---
433
433
 
434
- **Congratulations!** 🎉 You've completed your first claude-flow example. This foundation will help you understand more complex multi-agent workflows and coordination patterns.
434
+ **Congratulations!** 🎉 You've completed your first claude-flow-novice example. This foundation will help you understand more complex multi-agent workflows and coordination patterns.
@@ -1,6 +1,6 @@
1
1
  # Integration Patterns and Examples
2
2
 
3
- This document provides practical examples and patterns for integrating claude-flow with various development environments and tools.
3
+ This document provides practical examples and patterns for integrating claude-flow-novice with various development environments and tools.
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -120,16 +120,16 @@ jobs:
120
120
 
121
121
  - name: Setup MCP servers
122
122
  run: |
123
- claude mcp add claude-flow npx claude-flow@alpha mcp start
123
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
124
124
  claude mcp add ruv-swarm npx ruv-swarm mcp start
125
125
 
126
126
  - name: Initialize swarm
127
127
  run: |
128
- npx claude-flow sparc init --topology mesh --agents 4
128
+ npx claude-flow-novice sparc init --topology mesh --agents 4
129
129
 
130
130
  - name: Execute agent tasks
131
131
  run: |
132
- npx claude-flow sparc run ${{ matrix.agent-type }} "Analyze codebase and report findings"
132
+ npx claude-flow-novice sparc run ${{ matrix.agent-type }} "Analyze codebase and report findings"
133
133
 
134
134
  - name: Upload results
135
135
  uses: actions/upload-artifact@v3
@@ -150,16 +150,16 @@ jobs:
150
150
 
151
151
  - name: Aggregate results
152
152
  run: |
153
- npx claude-flow sparc batch "coordinator,analyst" "Aggregate and analyze all reports"
153
+ npx claude-flow-novice sparc batch "coordinator,analyst" "Aggregate and analyze all reports"
154
154
 
155
155
  - name: Generate final report
156
156
  run: |
157
- npx claude-flow sparc run documenter "Create comprehensive CI/CD report"
157
+ npx claude-flow-novice sparc run documenter "Create comprehensive CI/CD report"
158
158
 
159
159
  - name: Publish results
160
160
  if: github.ref == 'refs/heads/main'
161
161
  run: |
162
- npx claude-flow hooks notify --message "CI/CD pipeline completed successfully"
162
+ npx claude-flow-novice hooks notify --message "CI/CD pipeline completed successfully"
163
163
  ```
164
164
 
165
165
  ### Jenkins Pipeline Integration
@@ -185,7 +185,7 @@ pipeline {
185
185
 
186
186
  stage('Configure MCP') {
187
187
  steps {
188
- sh 'claude mcp add claude-flow npx claude-flow@alpha mcp start'
188
+ sh 'claude mcp add claude-flow-novice npx claude-flow@alpha mcp start'
189
189
  sh 'claude mcp add ruv-swarm npx ruv-swarm mcp start'
190
190
  }
191
191
  }
@@ -205,7 +205,7 @@ pipeline {
205
205
  steps {
206
206
  script {
207
207
  sh """
208
- npx claude-flow sparc run ${AGENT_TYPE} \
208
+ npx claude-flow-novice sparc run ${AGENT_TYPE} \
209
209
  "Analyze ${BRANCH_NAME} branch and generate report"
210
210
  """
211
211
  }
@@ -222,7 +222,7 @@ pipeline {
222
222
 
223
223
  stage('Integration') {
224
224
  steps {
225
- sh 'npx claude-flow sparc batch "coordinator,analyst" "Integrate all analysis results"'
225
+ sh 'npx claude-flow-novice sparc batch "coordinator,analyst" "Integrate all analysis results"'
226
226
  }
227
227
  }
228
228
 
@@ -231,7 +231,7 @@ pipeline {
231
231
  branch 'main'
232
232
  }
233
233
  steps {
234
- sh 'npx claude-flow sparc run cicd-engineer "Deploy to production"'
234
+ sh 'npx claude-flow-novice sparc run cicd-engineer "Deploy to production"'
235
235
  }
236
236
  }
237
237
  }
@@ -389,23 +389,23 @@ graph TB
389
389
  npm install -g claude-flow@alpha
390
390
 
391
391
  # Setup MCP servers for development
392
- claude mcp add claude-flow npx claude-flow@alpha mcp start
392
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
393
393
  claude mcp add ruv-swarm npx ruv-swarm mcp start
394
394
 
395
395
  # Initialize development swarm
396
- npx claude-flow sparc init \
396
+ npx claude-flow-novice sparc init \
397
397
  --topology mesh \
398
398
  --agents 6 \
399
399
  --strategy adaptive
400
400
 
401
401
  # Configure development agents
402
- npx claude-flow sparc config \
402
+ npx claude-flow-novice sparc config \
403
403
  --agent-types "coder,tester,reviewer" \
404
404
  --memory-persistence true \
405
405
  --hooks-enabled true
406
406
 
407
407
  # Start development session
408
- npx claude-flow sparc session start \
408
+ npx claude-flow-novice sparc session start \
409
409
  --name "dev-session-$(date +%Y%m%d)" \
410
410
  --auto-save true
411
411
  ```
@@ -431,7 +431,7 @@ Optimal Thread Count: 8 threads for best performance/resource ratio
431
431
 
432
432
  ```bash
433
433
  # Benchmark command
434
- npx claude-flow benchmark run --scenario ecommerce --duration 3600 --agents 24
434
+ npx claude-flow-novice benchmark run --scenario ecommerce --duration 3600 --agents 24
435
435
  ```
436
436
 
437
437
  ```
@@ -484,7 +484,7 @@ Bugs: 67% fewer bugs in initial implementation
484
484
 
485
485
  ```bash
486
486
  # Benchmark command
487
- npx claude-flow benchmark run --scenario ml-pipeline --duration 7200 --agents 16
487
+ npx claude-flow-novice benchmark run --scenario ml-pipeline --duration 7200 --agents 16
488
488
  ```
489
489
 
490
490
  ```
@@ -538,7 +538,7 @@ Hyperparameter Trials: 23 trials/hour
538
538
 
539
539
  ```bash
540
540
  # Benchmark command
541
- npx claude-flow benchmark run --scenario microservices --duration 5400 --agents 32
541
+ npx claude-flow-novice benchmark run --scenario microservices --duration 5400 --agents 32
542
542
  ```
543
543
 
544
544
  ```
@@ -676,20 +676,20 @@ Memory Efficiency: +78%
676
676
 
677
677
  ```bash
678
678
  # Quick performance check
679
- npx claude-flow perf quick --agents 8 --duration 300
679
+ npx claude-flow-novice perf quick --agents 8 --duration 300
680
680
 
681
681
  # Comprehensive benchmark suite
682
- npx claude-flow benchmark run --suite comprehensive --export results.json
682
+ npx claude-flow-novice benchmark run --suite comprehensive --export results.json
683
683
 
684
684
  # Custom workload testing
685
- npx claude-flow test custom \
685
+ npx claude-flow-novice test custom \
686
686
  --agents 16 \
687
687
  --workload "frontend,backend,testing" \
688
688
  --duration 1800 \
689
689
  --load-profile realistic
690
690
 
691
691
  # Load testing with scaling
692
- npx claude-flow test load \
692
+ npx claude-flow-novice test load \
693
693
  --start-agents 4 \
694
694
  --max-agents 32 \
695
695
  --ramp-up 300 \
@@ -697,27 +697,27 @@ npx claude-flow test load \
697
697
  --target-rps 1000
698
698
 
699
699
  # Memory profiling
700
- npx claude-flow profile memory \
700
+ npx claude-flow-novice profile memory \
701
701
  --heap-snapshots \
702
702
  --gc-analysis \
703
703
  --leak-detection \
704
704
  --duration 3600
705
705
 
706
706
  # Network performance testing
707
- npx claude-flow test network \
707
+ npx claude-flow-novice test network \
708
708
  --topology mesh \
709
709
  --agents 16 \
710
710
  --message-sizes "1KB,10KB,100KB,1MB" \
711
711
  --protocols "websocket,grpc"
712
712
 
713
713
  # Database performance testing
714
- npx claude-flow test database \
714
+ npx claude-flow-novice test database \
715
715
  --queries 10000 \
716
716
  --concurrent-connections 50 \
717
717
  --query-types "select,insert,update,join"
718
718
 
719
719
  # Stress testing
720
- npx claude-flow test stress \
720
+ npx claude-flow-novice test stress \
721
721
  --max-load \
722
722
  --duration 600 \
723
723
  --monitor-resources \
@@ -828,7 +828,7 @@ After completing this example:
828
828
 
829
829
  ---
830
830
 
831
- **Congratulations!** 🎉 You've built a production-ready REST API with multi-agent coordination. This example demonstrates how claude-flow enables rapid development of complex applications through intelligent agent collaboration.
831
+ **Congratulations!** 🎉 You've built a production-ready REST API with multi-agent coordination. This example demonstrates how claude-flow-novice enables rapid development of complex applications through intelligent agent collaboration.
832
832
 
833
833
  ## Performance Metrics
834
834
 
@@ -1263,7 +1263,7 @@ This example demonstrates enterprise-scale development with claude-flow. Contrib
1263
1263
 
1264
1264
  ---
1265
1265
 
1266
- **Congratulations!** 🎉 You've explored a comprehensive e-commerce platform built with multi-agent coordination. This example showcases the power of claude-flow for enterprise-scale development, demonstrating how specialized agents can collaborate to build complex, production-ready applications.
1266
+ **Congratulations!** 🎉 You've explored a comprehensive e-commerce platform built with multi-agent coordination. This example showcases the power of claude-flow-novice for enterprise-scale development, demonstrating how specialized agents can collaborate to build complex, production-ready applications.
1267
1267
 
1268
1268
  ## Related Examples
1269
1269