agentic-qe 3.7.16 → 3.7.18

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 (280) hide show
  1. package/.claude/agents/v3/qe-devils-advocate.md +20 -0
  2. package/.claude/agents/v3/qe-gap-detector.md +25 -0
  3. package/.claude/agents/v3/qe-quality-gate.md +8 -0
  4. package/.claude/agents/v3/qe-requirements-validator.md +25 -0
  5. package/.claude/agents/v3/subagents/qe-code-reviewer.md +11 -0
  6. package/.claude/agents/v3/subagents/qe-integration-reviewer.md +11 -0
  7. package/.claude/agents/v3/subagents/qe-performance-reviewer.md +11 -0
  8. package/.claude/agents/v3/subagents/qe-security-reviewer.md +11 -0
  9. package/.claude/helpers/adr-compliance.sh +10 -10
  10. package/.claude/helpers/auto-memory-hook.mjs +24 -9
  11. package/.claude/helpers/brain-checkpoint.cjs +55 -145
  12. package/.claude/helpers/ddd-tracker.sh +2 -2
  13. package/.claude/helpers/guidance-hooks.sh +2 -2
  14. package/.claude/helpers/hook-handler.cjs +57 -18
  15. package/.claude/helpers/statusline.cjs +414 -595
  16. package/.claude/helpers/v3/quality-criteria/evidence-classification.md +116 -116
  17. package/.claude/helpers/v3/quality-criteria/htsm-categories.md +139 -139
  18. package/.claude/skills/README.md +8 -11
  19. package/.claude/skills/brutal-honesty-review/SKILL.md +3 -0
  20. package/.claude/skills/code-review-quality/SKILL.md +3 -0
  21. package/.claude/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
  22. package/.claude/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
  23. package/.claude/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
  24. package/.claude/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
  25. package/.claude/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
  26. package/.claude/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
  27. package/.claude/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
  28. package/.claude/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
  29. package/.claude/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
  30. package/.claude/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
  31. package/.claude/skills/qcsd-development-swarm/SKILL.md +79 -2027
  32. package/.claude/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
  33. package/.claude/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
  34. package/.claude/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
  35. package/.claude/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
  36. package/.claude/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
  37. package/.claude/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
  38. package/.claude/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
  39. package/.claude/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
  40. package/.claude/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
  41. package/.claude/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
  42. package/.claude/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
  43. package/.claude/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
  44. package/.claude/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
  45. package/.claude/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
  46. package/.claude/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
  47. package/.claude/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
  48. package/.claude/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
  49. package/.claude/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
  50. package/.claude/skills/qcsd-production-swarm/SKILL.md +88 -2663
  51. package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
  52. package/.claude/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
  53. package/.claude/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
  54. package/.claude/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
  55. package/.claude/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
  56. package/.claude/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
  57. package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
  58. package/.claude/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
  59. package/.claude/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
  60. package/.claude/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
  61. package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
  62. package/.claude/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
  63. package/.claude/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
  64. package/.claude/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
  65. package/.claude/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
  66. package/.claude/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
  67. package/.claude/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
  68. package/.claude/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
  69. package/.claude/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
  70. package/.claude/skills/sherlock-review/SKILL.md +3 -0
  71. package/.claude/skills/skill-builder/SKILL.md +103 -0
  72. package/.claude/skills/skills-manifest.json +1 -1
  73. package/CHANGELOG.md +29 -0
  74. package/assets/agents/v3/qe-devils-advocate.md +20 -0
  75. package/assets/agents/v3/qe-gap-detector.md +25 -0
  76. package/assets/agents/v3/qe-quality-gate.md +8 -0
  77. package/assets/agents/v3/qe-requirements-validator.md +25 -0
  78. package/assets/agents/v3/subagents/qe-code-reviewer.md +11 -0
  79. package/assets/agents/v3/subagents/qe-integration-reviewer.md +11 -0
  80. package/assets/agents/v3/subagents/qe-performance-reviewer.md +11 -0
  81. package/assets/agents/v3/subagents/qe-security-reviewer.md +11 -0
  82. package/assets/helpers/statusline-v3.cjs +693 -0
  83. package/assets/skills/brutal-honesty-review/SKILL.md +3 -0
  84. package/assets/skills/code-review-quality/SKILL.md +3 -0
  85. package/assets/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
  86. package/assets/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
  87. package/assets/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
  88. package/assets/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
  89. package/assets/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
  90. package/assets/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
  91. package/assets/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
  92. package/assets/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
  93. package/assets/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
  94. package/assets/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
  95. package/assets/skills/qcsd-development-swarm/SKILL.md +79 -2027
  96. package/assets/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
  97. package/assets/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
  98. package/assets/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
  99. package/assets/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
  100. package/assets/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
  101. package/assets/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
  102. package/assets/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
  103. package/assets/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
  104. package/assets/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
  105. package/assets/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
  106. package/assets/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
  107. package/assets/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
  108. package/assets/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
  109. package/assets/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
  110. package/assets/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
  111. package/assets/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
  112. package/assets/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
  113. package/assets/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
  114. package/assets/skills/qcsd-production-swarm/SKILL.md +88 -2663
  115. package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
  116. package/assets/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
  117. package/assets/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
  118. package/assets/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
  119. package/assets/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
  120. package/assets/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
  121. package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
  122. package/assets/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
  123. package/assets/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
  124. package/assets/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
  125. package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
  126. package/assets/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
  127. package/assets/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
  128. package/assets/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
  129. package/assets/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
  130. package/assets/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
  131. package/assets/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
  132. package/assets/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
  133. package/assets/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
  134. package/assets/skills/sherlock-review/SKILL.md +3 -0
  135. package/assets/templates/agent-override-example.yaml +39 -0
  136. package/dist/agents/devils-advocate/agent.d.ts +25 -1
  137. package/dist/agents/devils-advocate/agent.js +108 -4
  138. package/dist/agents/devils-advocate/types.d.ts +54 -0
  139. package/dist/agents/devils-advocate/types.js +14 -0
  140. package/dist/agents/overlay-loader.d.ts +28 -0
  141. package/dist/agents/overlay-loader.js +232 -0
  142. package/dist/agents/overlay-schema.d.ts +56 -0
  143. package/dist/agents/overlay-schema.js +77 -0
  144. package/dist/analysis/branch-enumerator.d.ts +68 -0
  145. package/dist/analysis/branch-enumerator.js +393 -0
  146. package/dist/analysis/index.d.ts +2 -0
  147. package/dist/analysis/index.js +2 -0
  148. package/dist/cli/bundle.js +2415 -624
  149. package/dist/cli/commands/coverage.js +50 -0
  150. package/dist/context/compiler.d.ts +62 -0
  151. package/dist/context/compiler.js +143 -0
  152. package/dist/context/index.d.ts +8 -0
  153. package/dist/context/index.js +6 -0
  154. package/dist/context/sources/coverage-source.d.ts +15 -0
  155. package/dist/context/sources/coverage-source.js +77 -0
  156. package/dist/context/sources/git-source.d.ts +12 -0
  157. package/dist/context/sources/git-source.js +33 -0
  158. package/dist/context/sources/index.d.ts +6 -0
  159. package/dist/context/sources/index.js +5 -0
  160. package/dist/context/sources/memory-source.d.ts +17 -0
  161. package/dist/context/sources/memory-source.js +94 -0
  162. package/dist/context/sources/test-source.d.ts +13 -0
  163. package/dist/context/sources/test-source.js +53 -0
  164. package/dist/context/sources/types.d.ts +42 -0
  165. package/dist/context/sources/types.js +5 -0
  166. package/dist/init/agents-installer.d.ts +9 -0
  167. package/dist/init/agents-installer.js +79 -0
  168. package/dist/init/phases/07-hooks.d.ts +11 -0
  169. package/dist/init/phases/07-hooks.js +67 -0
  170. package/dist/init/phases/09-assets.js +18 -10
  171. package/dist/init/settings-merge.js +1 -1
  172. package/dist/mcp/bundle.js +4411 -3979
  173. package/dist/mcp/services/task-router.d.ts +11 -0
  174. package/dist/mcp/services/task-router.js +26 -0
  175. package/dist/routing/qe-agent-registry.d.ts +11 -0
  176. package/dist/routing/qe-agent-registry.js +34 -0
  177. package/dist/routing/qe-task-router.d.ts +1 -0
  178. package/dist/routing/qe-task-router.js +34 -2
  179. package/dist/routing/types.d.ts +2 -0
  180. package/dist/validation/index.d.ts +3 -0
  181. package/dist/validation/index.js +10 -0
  182. package/dist/validation/pipeline.d.ts +80 -0
  183. package/dist/validation/pipeline.js +173 -0
  184. package/dist/validation/steps/requirements.d.ts +32 -0
  185. package/dist/validation/steps/requirements.js +596 -0
  186. package/package.json +6 -6
  187. package/.claude/agents/consensus/README.md +0 -253
  188. package/.claude/agents/deprecated/qe-api-contract-validator.md.v2 +0 -162
  189. package/.claude/agents/deprecated/qe-coverage-analyzer.md.v2 +0 -208
  190. package/.claude/agents/deprecated/qe-test-generator.md.v2 +0 -212
  191. package/.claude/agents/deprecated/qe-visual-tester.md.v2 +0 -216
  192. package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +0 -130
  193. package/.claude/agents/hive-mind/queen-coordinator.md +0 -203
  194. package/.claude/agents/hive-mind/scout-explorer.md +0 -242
  195. package/.claude/agents/hive-mind/swarm-memory-manager.md +0 -193
  196. package/.claude/agents/hive-mind/worker-specialist.md +0 -217
  197. package/.claude/agents/neural/safla-neural.md +0 -74
  198. package/.claude/agents/optimization/README.md +0 -250
  199. package/.claude/agents/reasoning/agent.md +0 -816
  200. package/.claude/agents/reasoning/goal-planner.md +0 -73
  201. package/.claude/agents/subagents/qe-code-reviewer.md +0 -76
  202. package/.claude/agents/subagents/qe-coverage-gap-analyzer.md +0 -76
  203. package/.claude/agents/subagents/qe-data-generator.md +0 -77
  204. package/.claude/agents/subagents/qe-flaky-investigator.md +0 -91
  205. package/.claude/agents/subagents/qe-integration-tester.md +0 -90
  206. package/.claude/agents/subagents/qe-performance-validator.md +0 -92
  207. package/.claude/agents/subagents/qe-security-auditor.md +0 -94
  208. package/.claude/agents/subagents/qe-test-data-architect-sub.md +0 -93
  209. package/.claude/agents/subagents/qe-test-implementer.md +0 -106
  210. package/.claude/agents/subagents/qe-test-refactorer.md +0 -117
  211. package/.claude/agents/subagents/qe-test-writer.md +0 -112
  212. package/.claude/agents/swarm/README.md +0 -190
  213. package/.claude/agents/templates/migration-plan.md +0 -746
  214. package/.claude/agents/testing/unit/tdd-london-swarm.md +0 -244
  215. package/.claude/agents/testing/validation/production-validator.md +0 -395
  216. package/.claude/agents/v3/README.md +0 -39
  217. package/.claude/agents/v3/typescript-specialist.yaml +0 -21
  218. package/.claude/agents/v3/v3-memory-specialist.md +0 -318
  219. package/.claude/agents/v3/v3-performance-engineer.md +0 -397
  220. package/.claude/agents/v3/v3-queen-coordinator.md +0 -98
  221. package/.claude/agents/v3/v3-security-architect.md +0 -174
  222. package/.claude/commands/README.md +0 -106
  223. package/.claude/commands/agents/README.md +0 -10
  224. package/.claude/commands/agents/agent-capabilities.md +0 -21
  225. package/.claude/commands/agents/agent-coordination.md +0 -28
  226. package/.claude/commands/agents/agent-spawning.md +0 -28
  227. package/.claude/commands/agents/agent-types.md +0 -26
  228. package/.claude/commands/coordination/README.md +0 -9
  229. package/.claude/commands/coordination/agent-spawn.md +0 -25
  230. package/.claude/commands/coordination/init.md +0 -44
  231. package/.claude/commands/coordination/orchestrate.md +0 -43
  232. package/.claude/commands/coordination/spawn.md +0 -45
  233. package/.claude/commands/coordination/swarm-init.md +0 -85
  234. package/.claude/commands/coordination/task-orchestrate.md +0 -25
  235. package/.claude/commands/hive-mind/README.md +0 -17
  236. package/.claude/commands/hive-mind/hive-mind-consensus.md +0 -8
  237. package/.claude/commands/hive-mind/hive-mind-init.md +0 -18
  238. package/.claude/commands/hive-mind/hive-mind-memory.md +0 -8
  239. package/.claude/commands/hive-mind/hive-mind-metrics.md +0 -8
  240. package/.claude/commands/hive-mind/hive-mind-resume.md +0 -8
  241. package/.claude/commands/hive-mind/hive-mind-sessions.md +0 -8
  242. package/.claude/commands/hive-mind/hive-mind-spawn.md +0 -21
  243. package/.claude/commands/hive-mind/hive-mind-status.md +0 -8
  244. package/.claude/commands/hive-mind/hive-mind-stop.md +0 -8
  245. package/.claude/commands/hive-mind/hive-mind-wizard.md +0 -8
  246. package/.claude/commands/hive-mind/hive-mind.md +0 -27
  247. package/.claude/commands/memory/README.md +0 -9
  248. package/.claude/commands/memory/memory-persist.md +0 -25
  249. package/.claude/commands/memory/memory-search.md +0 -25
  250. package/.claude/commands/memory/memory-usage.md +0 -25
  251. package/.claude/commands/memory/neural.md +0 -47
  252. package/.claude/commands/swarm/README.md +0 -15
  253. package/.claude/commands/swarm/swarm-analysis.md +0 -8
  254. package/.claude/commands/swarm/swarm-background.md +0 -8
  255. package/.claude/commands/swarm/swarm-init.md +0 -19
  256. package/.claude/commands/swarm/swarm-modes.md +0 -8
  257. package/.claude/commands/swarm/swarm-monitor.md +0 -8
  258. package/.claude/commands/swarm/swarm-spawn.md +0 -19
  259. package/.claude/commands/swarm/swarm-status.md +0 -8
  260. package/.claude/commands/swarm/swarm-strategies.md +0 -8
  261. package/.claude/commands/swarm/swarm.md +0 -27
  262. package/.claude/commands/training/README.md +0 -9
  263. package/.claude/commands/training/model-update.md +0 -25
  264. package/.claude/commands/training/neural-patterns.md +0 -74
  265. package/.claude/commands/training/neural-train.md +0 -25
  266. package/.claude/commands/training/pattern-learn.md +0 -25
  267. package/.claude/commands/training/specialization.md +0 -63
  268. package/.claude/commands/workflows/README.md +0 -9
  269. package/.claude/commands/workflows/development.md +0 -78
  270. package/.claude/commands/workflows/research.md +0 -63
  271. package/.claude/commands/workflows/workflow-create.md +0 -25
  272. package/.claude/commands/workflows/workflow-execute.md +0 -25
  273. package/.claude/commands/workflows/workflow-export.md +0 -25
  274. package/.claude/skills/agentic-jujutsu/SKILL.md +0 -645
  275. package/.claude/skills/hive-mind-advanced/SKILL.md +0 -712
  276. package/.claude/skills/iterative-loop/SKILL.md +0 -371
  277. package/.claude/skills/performance-analysis/SKILL.md +0 -569
  278. package/.claude/skills/performance-analysis/evals/performance-analysis.yaml +0 -144
  279. package/.claude/skills/performance-analysis/schemas/output.json +0 -588
  280. package/.claude/skills/performance-analysis/scripts/validate-config.json +0 -36
@@ -1,85 +0,0 @@
1
- # swarm init
2
-
3
- Initialize a Claude Flow swarm with specified topology and configuration.
4
-
5
- ## Usage
6
-
7
- ```bash
8
- npx claude-flow swarm init [options]
9
- ```
10
-
11
- ## Options
12
-
13
- - `--topology, -t <type>` - Swarm topology: mesh, hierarchical, ring, star (default: hierarchical)
14
- - `--max-agents, -m <number>` - Maximum number of agents (default: 8)
15
- - `--strategy, -s <type>` - Execution strategy: balanced, parallel, sequential (default: parallel)
16
- - `--auto-spawn` - Automatically spawn agents based on task complexity
17
- - `--memory` - Enable cross-session memory persistence
18
- - `--github` - Enable GitHub integration features
19
-
20
- ## Examples
21
-
22
- ### Basic initialization
23
-
24
- ```bash
25
- npx claude-flow swarm init
26
- ```
27
-
28
- ### Mesh topology for research
29
-
30
- ```bash
31
- npx claude-flow swarm init --topology mesh --max-agents 5 --strategy balanced
32
- ```
33
-
34
- ### Hierarchical for development
35
-
36
- ```bash
37
- npx claude-flow swarm init --topology hierarchical --max-agents 10 --strategy parallel --auto-spawn
38
- ```
39
-
40
- ### GitHub-focused swarm
41
-
42
- ```bash
43
- npx claude-flow swarm init --topology star --github --memory
44
- ```
45
-
46
- ## Topologies
47
-
48
- ### Mesh
49
-
50
- - All agents connect to all others
51
- - Best for: Research, exploration, brainstorming
52
- - Communication: High overhead, maximum information sharing
53
-
54
- ### Hierarchical
55
-
56
- - Tree structure with clear command chain
57
- - Best for: Development, structured tasks, large projects
58
- - Communication: Efficient, clear responsibilities
59
-
60
- ### Ring
61
-
62
- - Agents connect in a circle
63
- - Best for: Pipeline processing, sequential workflows
64
- - Communication: Low overhead, ordered processing
65
-
66
- ### Star
67
-
68
- - Central coordinator with satellite agents
69
- - Best for: Simple tasks, centralized control
70
- - Communication: Minimal overhead, clear coordination
71
-
72
- ## Integration with Claude Code
73
-
74
- Once initialized, use MCP tools in Claude Code:
75
-
76
- ```javascript
77
- mcp__claude-flow__swarm_init { topology: "hierarchical", maxAgents: 8 }
78
- ```
79
-
80
- ## See Also
81
-
82
- - `agent spawn` - Create swarm agents
83
- - `task orchestrate` - Coordinate task execution
84
- - `swarm status` - Check swarm state
85
- - `swarm monitor` - Real-time monitoring
@@ -1,25 +0,0 @@
1
- # task-orchestrate
2
-
3
- Orchestrate complex tasks across the swarm.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow task orchestrate [options]
8
- ```
9
-
10
- ## Options
11
- - `--task <description>` - Task description
12
- - `--strategy <type>` - Orchestration strategy
13
- - `--priority <level>` - Task priority (low, medium, high, critical)
14
-
15
- ## Examples
16
- ```bash
17
- # Orchestrate development task
18
- npx claude-flow task orchestrate --task "Implement user authentication"
19
-
20
- # High priority task
21
- npx claude-flow task orchestrate --task "Fix production bug" --priority critical
22
-
23
- # With specific strategy
24
- npx claude-flow task orchestrate --task "Refactor codebase" --strategy parallel
25
- ```
@@ -1,17 +0,0 @@
1
- # Hive-mind Commands
2
-
3
- Commands for hive-mind operations in Claude Flow.
4
-
5
- ## Available Commands
6
-
7
- - [hive-mind](./hive-mind.md)
8
- - [hive-mind-init](./hive-mind-init.md)
9
- - [hive-mind-spawn](./hive-mind-spawn.md)
10
- - [hive-mind-status](./hive-mind-status.md)
11
- - [hive-mind-resume](./hive-mind-resume.md)
12
- - [hive-mind-stop](./hive-mind-stop.md)
13
- - [hive-mind-sessions](./hive-mind-sessions.md)
14
- - [hive-mind-consensus](./hive-mind-consensus.md)
15
- - [hive-mind-memory](./hive-mind-memory.md)
16
- - [hive-mind-metrics](./hive-mind-metrics.md)
17
- - [hive-mind-wizard](./hive-mind-wizard.md)
@@ -1,8 +0,0 @@
1
- # hive-mind-consensus
2
-
3
- Command documentation for hive-mind-consensus in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-consensus [options]
8
- ```
@@ -1,18 +0,0 @@
1
- # hive-mind-init
2
-
3
- Initialize the Hive Mind collective intelligence system.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow hive-mind init [options]
8
- ```
9
-
10
- ## Options
11
- - `--force` - Force reinitialize
12
- - `--config <file>` - Configuration file
13
-
14
- ## Examples
15
- ```bash
16
- npx claude-flow hive-mind init
17
- npx claude-flow hive-mind init --force
18
- ```
@@ -1,8 +0,0 @@
1
- # hive-mind-memory
2
-
3
- Command documentation for hive-mind-memory in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-memory [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # hive-mind-metrics
2
-
3
- Command documentation for hive-mind-metrics in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-metrics [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # hive-mind-resume
2
-
3
- Command documentation for hive-mind-resume in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-resume [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # hive-mind-sessions
2
-
3
- Command documentation for hive-mind-sessions in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-sessions [options]
8
- ```
@@ -1,21 +0,0 @@
1
- # hive-mind-spawn
2
-
3
- Spawn a Hive Mind swarm with queen-led coordination.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow hive-mind spawn <objective> [options]
8
- ```
9
-
10
- ## Options
11
- - `--queen-type <type>` - Queen type (strategic, tactical, adaptive)
12
- - `--max-workers <n>` - Maximum worker agents
13
- - `--consensus <type>` - Consensus algorithm
14
- - `--claude` - Generate Claude Code spawn commands
15
-
16
- ## Examples
17
- ```bash
18
- npx claude-flow hive-mind spawn "Build API"
19
- npx claude-flow hive-mind spawn "Research patterns" --queen-type adaptive
20
- npx claude-flow hive-mind spawn "Build service" --claude
21
- ```
@@ -1,8 +0,0 @@
1
- # hive-mind-status
2
-
3
- Command documentation for hive-mind-status in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-status [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # hive-mind-stop
2
-
3
- Command documentation for hive-mind-stop in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-stop [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # hive-mind-wizard
2
-
3
- Command documentation for hive-mind-wizard in category hive-mind.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow hive-mind hive-mind-wizard [options]
8
- ```
@@ -1,27 +0,0 @@
1
- # hive-mind
2
-
3
- Hive Mind collective intelligence system for advanced swarm coordination.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow hive-mind [subcommand] [options]
8
- ```
9
-
10
- ## Subcommands
11
- - `init` - Initialize hive mind system
12
- - `spawn` - Spawn hive mind swarm
13
- - `status` - Show hive mind status
14
- - `resume` - Resume paused session
15
- - `stop` - Stop running session
16
-
17
- ## Examples
18
- ```bash
19
- # Initialize hive mind
20
- npx claude-flow hive-mind init
21
-
22
- # Spawn swarm
23
- npx claude-flow hive-mind spawn "Build microservices"
24
-
25
- # Check status
26
- npx claude-flow hive-mind status
27
- ```
@@ -1,9 +0,0 @@
1
- # Memory Commands
2
-
3
- Commands for memory operations in Claude Flow.
4
-
5
- ## Available Commands
6
-
7
- - [memory-usage](./memory-usage.md)
8
- - [memory-persist](./memory-persist.md)
9
- - [memory-search](./memory-search.md)
@@ -1,25 +0,0 @@
1
- # memory-persist
2
-
3
- Persist memory across sessions.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow memory persist [options]
8
- ```
9
-
10
- ## Options
11
- - `--export <file>` - Export to file
12
- - `--import <file>` - Import from file
13
- - `--compress` - Compress memory data
14
-
15
- ## Examples
16
- ```bash
17
- # Export memory
18
- npx claude-flow memory persist --export memory-backup.json
19
-
20
- # Import memory
21
- npx claude-flow memory persist --import memory-backup.json
22
-
23
- # Compressed export
24
- npx claude-flow memory persist --export memory.gz --compress
25
- ```
@@ -1,25 +0,0 @@
1
- # memory-search
2
-
3
- Search through stored memory.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow memory search [options]
8
- ```
9
-
10
- ## Options
11
- - `--query <text>` - Search query
12
- - `--pattern <regex>` - Pattern matching
13
- - `--limit <n>` - Result limit
14
-
15
- ## Examples
16
- ```bash
17
- # Search memory
18
- npx claude-flow memory search --query "authentication"
19
-
20
- # Pattern search
21
- npx claude-flow memory search --pattern "api-.*"
22
-
23
- # Limited results
24
- npx claude-flow memory search --query "config" --limit 10
25
- ```
@@ -1,25 +0,0 @@
1
- # memory-usage
2
-
3
- Manage persistent memory storage.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow memory usage [options]
8
- ```
9
-
10
- ## Options
11
- - `--action <type>` - Action (store, retrieve, list, clear)
12
- - `--key <key>` - Memory key
13
- - `--value <data>` - Data to store (JSON)
14
-
15
- ## Examples
16
- ```bash
17
- # Store memory
18
- npx claude-flow memory usage --action store --key "project-config" --value '{"api": "v2"}'
19
-
20
- # Retrieve memory
21
- npx claude-flow memory usage --action retrieve --key "project-config"
22
-
23
- # List all keys
24
- npx claude-flow memory usage --action list
25
- ```
@@ -1,47 +0,0 @@
1
- # Neural Pattern Training
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__neural_train`
9
-
10
- ## Parameters
11
- ```json
12
- {
13
- "pattern_type": "coordination",
14
- "training_data": "task decomposition patterns",
15
- "epochs": 50
16
- }
17
- ```
18
-
19
- ## Description
20
- Improve coordination patterns through neural network training
21
-
22
- ## Details
23
- Training improves:
24
- - Task breakdown effectiveness
25
- - Coordination pattern selection
26
- - Resource allocation strategies
27
- - Overall coordination efficiency
28
-
29
- ## Example Usage
30
-
31
- **In Claude Code:**
32
- 1. Train coordination patterns: Use tool `mcp__claude-flow__neural_train` with parameters `{"pattern_type": "coordination", "training_data": "successful task patterns", "epochs": 50}`
33
- 2. Train optimization patterns: Use tool `mcp__claude-flow__neural_train` with parameters `{"pattern_type": "optimization", "training_data": "performance metrics", "epochs": 30}`
34
- 3. Check training status: Use tool `mcp__claude-flow__neural_status`
35
- 4. Analyze patterns: Use tool `mcp__claude-flow__neural_patterns` with parameters `{"action": "analyze"}`
36
-
37
- ## Important Reminders
38
- - ✅ This tool provides coordination and structure
39
- - ✅ Claude Code performs all actual implementation
40
- - ❌ The tool does NOT write code
41
- - ❌ The tool does NOT access files directly
42
- - ❌ The tool does NOT execute commands
43
-
44
- ## See Also
45
- - Main documentation: /CLAUDE.md
46
- - Other commands in this category
47
- - Workflow examples in /workflows/
@@ -1,15 +0,0 @@
1
- # Swarm Commands
2
-
3
- Commands for swarm operations in Claude Flow.
4
-
5
- ## Available Commands
6
-
7
- - [swarm](./swarm.md)
8
- - [swarm-init](./swarm-init.md)
9
- - [swarm-spawn](./swarm-spawn.md)
10
- - [swarm-status](./swarm-status.md)
11
- - [swarm-monitor](./swarm-monitor.md)
12
- - [swarm-strategies](./swarm-strategies.md)
13
- - [swarm-modes](./swarm-modes.md)
14
- - [swarm-background](./swarm-background.md)
15
- - [swarm-analysis](./swarm-analysis.md)
@@ -1,8 +0,0 @@
1
- # swarm-analysis
2
-
3
- Command documentation for swarm-analysis in category swarm.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow swarm swarm-analysis [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # swarm-background
2
-
3
- Command documentation for swarm-background in category swarm.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow swarm swarm-background [options]
8
- ```
@@ -1,19 +0,0 @@
1
- # swarm-init
2
-
3
- Initialize a new swarm with specified topology.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow swarm init [options]
8
- ```
9
-
10
- ## Options
11
- - `--topology <type>` - Swarm topology (mesh, hierarchical, ring, star)
12
- - `--max-agents <n>` - Maximum agents
13
- - `--strategy <type>` - Distribution strategy
14
-
15
- ## Examples
16
- ```bash
17
- npx claude-flow swarm init --topology mesh
18
- npx claude-flow swarm init --topology hierarchical --max-agents 8
19
- ```
@@ -1,8 +0,0 @@
1
- # swarm-modes
2
-
3
- Command documentation for swarm-modes in category swarm.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow swarm swarm-modes [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # swarm-monitor
2
-
3
- Command documentation for swarm-monitor in category swarm.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow swarm swarm-monitor [options]
8
- ```
@@ -1,19 +0,0 @@
1
- # swarm-spawn
2
-
3
- Spawn agents in the swarm.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow swarm spawn [options]
8
- ```
9
-
10
- ## Options
11
- - `--type <type>` - Agent type
12
- - `--count <n>` - Number to spawn
13
- - `--capabilities <list>` - Agent capabilities
14
-
15
- ## Examples
16
- ```bash
17
- npx claude-flow swarm spawn --type coder --count 3
18
- npx claude-flow swarm spawn --type researcher --capabilities "web-search,analysis"
19
- ```
@@ -1,8 +0,0 @@
1
- # swarm-status
2
-
3
- Command documentation for swarm-status in category swarm.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow swarm swarm-status [options]
8
- ```
@@ -1,8 +0,0 @@
1
- # swarm-strategies
2
-
3
- Command documentation for swarm-strategies in category swarm.
4
-
5
- Usage:
6
- ```bash
7
- npx claude-flow swarm swarm-strategies [options]
8
- ```
@@ -1,27 +0,0 @@
1
- # swarm
2
-
3
- Main swarm orchestration command for Claude Flow.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow swarm <objective> [options]
8
- ```
9
-
10
- ## Options
11
- - `--strategy <type>` - Execution strategy (research, development, analysis, testing)
12
- - `--mode <type>` - Coordination mode (centralized, distributed, hierarchical, mesh)
13
- - `--max-agents <n>` - Maximum number of agents (default: 5)
14
- - `--claude` - Open Claude Code CLI with swarm prompt
15
- - `--parallel` - Enable parallel execution
16
-
17
- ## Examples
18
- ```bash
19
- # Basic swarm
20
- npx claude-flow swarm "Build REST API"
21
-
22
- # With strategy
23
- npx claude-flow swarm "Research AI patterns" --strategy research
24
-
25
- # Open in Claude Code
26
- npx claude-flow swarm "Build API" --claude
27
- ```
@@ -1,9 +0,0 @@
1
- # Training Commands
2
-
3
- Commands for training operations in Claude Flow.
4
-
5
- ## Available Commands
6
-
7
- - [neural-train](./neural-train.md)
8
- - [pattern-learn](./pattern-learn.md)
9
- - [model-update](./model-update.md)
@@ -1,25 +0,0 @@
1
- # model-update
2
-
3
- Update neural models with new data.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow training model-update [options]
8
- ```
9
-
10
- ## Options
11
- - `--model <name>` - Model to update
12
- - `--incremental` - Incremental update
13
- - `--validate` - Validate after update
14
-
15
- ## Examples
16
- ```bash
17
- # Update all models
18
- npx claude-flow training model-update
19
-
20
- # Specific model
21
- npx claude-flow training model-update --model agent-selector
22
-
23
- # Incremental with validation
24
- npx claude-flow training model-update --incremental --validate
25
- ```
@@ -1,74 +0,0 @@
1
- # Neural Pattern Training
2
-
3
- ## Purpose
4
- Continuously improve coordination through neural network learning.
5
-
6
- ## How Training Works
7
-
8
- ### 1. Automatic Learning
9
- Every successful operation trains the neural networks:
10
- - Edit patterns for different file types
11
- - Search strategies that find results faster
12
- - Task decomposition approaches
13
- - Agent coordination patterns
14
-
15
- ### 2. Manual Training
16
- ```
17
- Tool: mcp__claude-flow__neural_train
18
- Parameters: {
19
- "pattern_type": "coordination",
20
- "training_data": "successful task patterns",
21
- "epochs": 50
22
- }
23
- ```
24
-
25
- ### 3. Pattern Types
26
-
27
- **Cognitive Patterns:**
28
- - Convergent: Focused problem-solving
29
- - Divergent: Creative exploration
30
- - Lateral: Alternative approaches
31
- - Systems: Holistic thinking
32
- - Critical: Analytical evaluation
33
- - Abstract: High-level design
34
-
35
- ### 4. Improvement Tracking
36
- ```
37
- Tool: mcp__claude-flow__neural_status
38
- Result: {
39
- "patterns": {
40
- "convergent": 0.92,
41
- "divergent": 0.87,
42
- "lateral": 0.85
43
- },
44
- "improvement": "5.3% since last session",
45
- "confidence": 0.89
46
- }
47
- ```
48
-
49
- ## Pattern Analysis
50
- ```
51
- Tool: mcp__claude-flow__neural_patterns
52
- Parameters: {
53
- "action": "analyze",
54
- "operation": "recent_edits"
55
- }
56
- ```
57
-
58
- ## Benefits
59
- - 🧠 Learns your coding style
60
- - 📈 Improves with each use
61
- - 🎯 Better task predictions
62
- - ⚡ Faster coordination
63
-
64
- ## CLI Usage
65
- ```bash
66
- # Train neural patterns via CLI
67
- npx claude-flow neural train --type coordination --epochs 50
68
-
69
- # Check neural status
70
- npx claude-flow neural status
71
-
72
- # Analyze patterns
73
- npx claude-flow neural patterns --analyze
74
- ```