claude-flow-novice 1.3.5 → 1.5.0

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 (356) hide show
  1. package/.claude/agents/analysis/code-analyzer.md +3 -20
  2. package/.claude/agents/analysis/code-review/analyze-code-quality.md +1 -1
  3. package/.claude/agents/analyst.md +300 -0
  4. package/.claude/agents/architect.md +557 -0
  5. package/.claude/agents/architecture/system-architect.md +630 -0
  6. package/.claude/agents/architecture/system-design/arch-system-design.md +1 -1
  7. package/.claude/agents/base-template-generator.md +24 -1
  8. package/.claude/agents/coder.md +180 -0
  9. package/.claude/agents/consensus/byzantine-coordinator.md +4 -21
  10. package/.claude/agents/consensus/consensus-builder.md +3 -20
  11. package/.claude/agents/consensus/crdt-synchronizer.md +4 -21
  12. package/.claude/agents/consensus/gossip-coordinator.md +4 -21
  13. package/.claude/agents/consensus/performance-benchmarker.md +4 -21
  14. package/.claude/agents/consensus/quorum-manager.md +4 -21
  15. package/.claude/agents/consensus/raft-manager.md +4 -21
  16. package/.claude/agents/consensus/security-manager.md +4 -21
  17. package/.claude/agents/coordinator.md +842 -0
  18. package/.claude/agents/data/ml/data-ml-model.md +2 -2
  19. package/.claude/agents/development/backend/dev-backend-api.md +2 -2
  20. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +2 -2
  21. package/.claude/agents/devops/devops-engineer.md +638 -0
  22. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +2 -2
  23. package/.claude/agents/github/code-review-swarm.md +1 -1
  24. package/.claude/agents/github/github-specialist.md +856 -0
  25. package/.claude/agents/github/pr-manager.md +1 -1
  26. package/.claude/agents/github/release-manager.md +1 -1
  27. package/.claude/agents/neural/neural-pattern-agent.md +762 -0
  28. package/.claude/agents/optimization/benchmark-suite.md +1 -1
  29. package/.claude/agents/optimization/perf-analyzer.md +725 -0
  30. package/.claude/agents/optimization/performance-monitor.md +1 -1
  31. package/.claude/agents/planner.md +135 -0
  32. package/.claude/agents/researcher.md +185 -0
  33. package/.claude/agents/reviewer.md +291 -0
  34. package/.claude/agents/security/security-specialist.md +978 -0
  35. package/.claude/agents/sparc/architecture.md +1 -1
  36. package/.claude/agents/sparc/pseudocode.md +1 -1
  37. package/.claude/agents/sparc/refinement.md +1 -1
  38. package/.claude/agents/sparc/specification.md +1 -1
  39. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +2 -2
  40. package/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
  41. package/.claude/agents/tester.md +663 -0
  42. package/.claude/agents/testing/unit/tdd-london-swarm.md +1 -1
  43. package/.claude/agents/testing/validation/production-validator.md +1 -1
  44. package/.claude/commands/claude-soul.js +1 -1
  45. package/.claude/hooks.json +12 -15
  46. package/{.claude → .claude-flow-novice/.claude}/agents/MIGRATION_SUMMARY.md +1 -1
  47. package/.claude-flow-novice/.claude/agents/analysis/code-analyzer.md +192 -0
  48. package/.claude-flow-novice/.claude/agents/analysis/code-review/analyze-code-quality.md +180 -0
  49. package/.claude-flow-novice/.claude/agents/analyst.md +300 -0
  50. package/.claude-flow-novice/.claude/agents/architect.md +557 -0
  51. package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +630 -0
  52. package/.claude-flow-novice/.claude/agents/architecture/system-design/arch-system-design.md +156 -0
  53. package/.claude-flow-novice/.claude/agents/backend-dev.json +42 -0
  54. package/.claude-flow-novice/.claude/agents/base-template-generator.md +65 -0
  55. package/.claude-flow-novice/.claude/agents/code-analyzer.json +39 -0
  56. package/.claude-flow-novice/.claude/agents/coder.json +42 -0
  57. package/.claude-flow-novice/.claude/agents/coder.md +180 -0
  58. package/.claude-flow-novice/.claude/agents/consensus/byzantine-coordinator.md +46 -0
  59. package/.claude-flow-novice/.claude/agents/consensus/consensus-builder.md +225 -0
  60. package/.claude-flow-novice/.claude/agents/consensus/crdt-synchronizer.md +980 -0
  61. package/.claude-flow-novice/.claude/agents/consensus/gossip-coordinator.md +46 -0
  62. package/.claude-flow-novice/.claude/agents/consensus/performance-benchmarker.md +834 -0
  63. package/.claude-flow-novice/.claude/agents/consensus/quorum-manager.md +806 -0
  64. package/.claude-flow-novice/.claude/agents/consensus/raft-manager.md +46 -0
  65. package/.claude-flow-novice/.claude/agents/consensus/security-manager.md +605 -0
  66. package/.claude-flow-novice/.claude/agents/coordinator.md +842 -0
  67. package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +193 -0
  68. package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +142 -0
  69. package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  70. package/.claude-flow-novice/.claude/agents/devops/devops-engineer.md +638 -0
  71. package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  72. package/.claude-flow-novice/.claude/agents/github/code-review-swarm.md +538 -0
  73. package/.claude-flow-novice/.claude/agents/github/github-modes.md +173 -0
  74. package/.claude-flow-novice/.claude/agents/github/github-specialist.md +856 -0
  75. package/.claude-flow-novice/.claude/agents/github/issue-tracker.md +319 -0
  76. package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +553 -0
  77. package/.claude-flow-novice/.claude/agents/github/pr-manager.md +191 -0
  78. package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +509 -0
  79. package/.claude-flow-novice/.claude/agents/github/release-manager.md +367 -0
  80. package/.claude-flow-novice/.claude/agents/github/release-swarm.md +583 -0
  81. package/.claude-flow-novice/.claude/agents/github/repo-architect.md +398 -0
  82. package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +573 -0
  83. package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +428 -0
  84. package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +452 -0
  85. package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +635 -0
  86. package/.claude-flow-novice/.claude/agents/goal/goal-planner.md +73 -0
  87. package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +762 -0
  88. package/.claude-flow-novice/.claude/agents/neural/safla-neural.md +74 -0
  89. package/.claude-flow-novice/.claude/agents/optimization/benchmark-suite.md +665 -0
  90. package/.claude-flow-novice/.claude/agents/optimization/load-balancer.md +431 -0
  91. package/.claude-flow-novice/.claude/agents/optimization/perf-analyzer.md +725 -0
  92. package/.claude-flow-novice/.claude/agents/optimization/performance-monitor.md +672 -0
  93. package/.claude-flow-novice/.claude/agents/optimization/resource-allocator.md +674 -0
  94. package/.claude-flow-novice/.claude/agents/optimization/topology-optimizer.md +808 -0
  95. package/.claude-flow-novice/.claude/agents/planner.json +41 -0
  96. package/.claude-flow-novice/.claude/agents/planner.md +135 -0
  97. package/.claude-flow-novice/.claude/agents/researcher.json +41 -0
  98. package/.claude-flow-novice/.claude/agents/researcher.md +185 -0
  99. package/.claude-flow-novice/.claude/agents/reviewer.json +39 -0
  100. package/.claude-flow-novice/.claude/agents/reviewer.md +291 -0
  101. package/.claude-flow-novice/.claude/agents/security/security-specialist.md +978 -0
  102. package/.claude-flow-novice/.claude/agents/sparc/architecture.md +472 -0
  103. package/.claude-flow-novice/.claude/agents/sparc/pseudocode.md +318 -0
  104. package/.claude-flow-novice/.claude/agents/sparc/refinement.md +525 -0
  105. package/.claude-flow-novice/.claude/agents/sparc/specification.md +276 -0
  106. package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +226 -0
  107. package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +499 -0
  108. package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +113 -0
  109. package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +644 -0
  110. package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +699 -0
  111. package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +749 -0
  112. package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +543 -0
  113. package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +816 -0
  114. package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +360 -0
  115. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
  116. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator.md +396 -0
  117. package/.claude-flow-novice/.claude/agents/swarm/hierarchical-coordinator.md +300 -0
  118. package/.claude-flow-novice/.claude/agents/swarm/mesh-coordinator.md +435 -0
  119. package/.claude-flow-novice/.claude/agents/system-architect.json +40 -0
  120. package/.claude-flow-novice/.claude/agents/templates/automation-smart-agent.md +205 -0
  121. package/.claude-flow-novice/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  122. package/.claude-flow-novice/.claude/agents/templates/github-pr-manager.md +177 -0
  123. package/.claude-flow-novice/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  124. package/.claude-flow-novice/.claude/agents/templates/memory-coordinator.md +187 -0
  125. package/.claude-flow-novice/.claude/agents/templates/migration-plan.md +746 -0
  126. package/.claude-flow-novice/.claude/agents/templates/orchestrator-task.md +139 -0
  127. package/.claude-flow-novice/.claude/agents/templates/performance-analyzer.md +199 -0
  128. package/.claude-flow-novice/.claude/agents/templates/sparc-coordinator.md +183 -0
  129. package/.claude-flow-novice/.claude/agents/tester.json +40 -0
  130. package/.claude-flow-novice/.claude/agents/tester.md +663 -0
  131. package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +249 -0
  132. package/.claude-flow-novice/.claude/agents/testing/unit/tdd-london-swarm.md +244 -0
  133. package/.claude-flow-novice/.claude/agents/testing/validation/production-validator.md +395 -0
  134. package/.claude-flow-novice/dist/index.js +12 -24
  135. package/.claude-flow-novice/dist/index.js.map +1 -0
  136. package/.claude-flow-novice/dist/src/agents/agent-manager.js +123 -69
  137. package/.claude-flow-novice/dist/src/agents/agent-manager.js.map +1 -1
  138. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js +7 -7
  139. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js.map +1 -1
  140. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js +485 -0
  141. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js.map +1 -0
  142. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js +630 -0
  143. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js.map +1 -0
  144. package/.claude-flow-novice/dist/src/cli/commands/agent.js +1 -1
  145. package/.claude-flow-novice/dist/src/cli/commands/agent.js.map +1 -1
  146. package/.claude-flow-novice/dist/src/cli/commands/config-integration.js +6 -6
  147. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js +18 -18
  148. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js.map +1 -1
  149. package/.claude-flow-novice/dist/src/cli/commands/goal-init.js +4 -4
  150. package/.claude-flow-novice/dist/src/cli/commands/help-new.js +23 -23
  151. package/.claude-flow-novice/dist/src/cli/commands/help-new.js.map +1 -1
  152. package/.claude-flow-novice/dist/src/cli/commands/help.js +74 -74
  153. package/.claude-flow-novice/dist/src/cli/commands/help.js.map +1 -1
  154. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js +2 -2
  155. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js.map +1 -1
  156. package/.claude-flow-novice/dist/src/cli/commands/hive.js +4 -4
  157. package/.claude-flow-novice/dist/src/cli/commands/index.js +103 -132
  158. package/.claude-flow-novice/dist/src/cli/commands/index.js.map +1 -1
  159. package/.claude-flow-novice/dist/src/cli/commands/mcp.js +1 -1
  160. package/.claude-flow-novice/dist/src/cli/commands/migrate.js +4 -4
  161. package/.claude-flow-novice/dist/src/cli/commands/migrate.js.map +1 -1
  162. package/.claude-flow-novice/dist/src/cli/commands/monitor.js +1 -1
  163. package/.claude-flow-novice/dist/src/cli/commands/neural-init.js +4 -4
  164. package/.claude-flow-novice/dist/src/cli/commands/ruv-swarm.js +8 -8
  165. package/.claude-flow-novice/dist/src/cli/commands/sparc.js +12 -12
  166. package/.claude-flow-novice/dist/src/cli/commands/sparc.js.map +1 -1
  167. package/.claude-flow-novice/dist/src/cli/commands/start/start-command.js +3 -3
  168. package/.claude-flow-novice/dist/src/cli/commands/status.js +1 -1
  169. package/.claude-flow-novice/dist/src/cli/commands/swarm.js +7 -7
  170. package/.claude-flow-novice/dist/src/cli/commands/swarm.js.map +1 -1
  171. package/.claude-flow-novice/dist/src/cli/commands/verification.js +18 -18
  172. package/.claude-flow-novice/dist/src/cli/completion.js +54 -54
  173. package/.claude-flow-novice/dist/src/cli/completion.js.map +1 -1
  174. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js +11 -11
  175. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js.map +1 -1
  176. package/.claude-flow-novice/dist/src/cli/consolidated/core/CommandHandlers.js +31 -31
  177. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js +39 -39
  178. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js.map +1 -1
  179. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js +25 -25
  180. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js.map +1 -1
  181. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js +8 -8
  182. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js.map +1 -1
  183. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js +6 -6
  184. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js.map +1 -1
  185. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js +7 -7
  186. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js.map +1 -1
  187. package/.claude-flow-novice/dist/src/cli/index-remote.js +10 -10
  188. package/.claude-flow-novice/dist/src/cli/index.js +1 -1
  189. package/.claude-flow-novice/dist/src/cli/init/directory-structure.js +8 -8
  190. package/.claude-flow-novice/dist/src/cli/init/index.js +3 -3
  191. package/.claude-flow-novice/dist/src/cli/init/sparc-environment.js +67 -67
  192. package/.claude-flow-novice/dist/src/cli/init/swarm-commands.js +18 -18
  193. package/.claude-flow-novice/dist/src/cli/node-repl.js +2 -2
  194. package/.claude-flow-novice/dist/src/cli/repl.js +1 -1
  195. package/.claude-flow-novice/dist/src/cli/simple-cli.js +68 -68
  196. package/.claude-flow-novice/dist/src/cli/simple-cli.js.map +1 -1
  197. package/.claude-flow-novice/dist/src/cli/simple-commands/session-start-soul.js +271 -0
  198. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js +7 -7
  199. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js.map +1 -1
  200. package/.claude-flow-novice/dist/src/cli/ui/fallback-handler.js +7 -7
  201. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js +816 -0
  202. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js.map +1 -0
  203. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js +812 -0
  204. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js.map +1 -0
  205. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js +369 -0
  206. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js.map +1 -0
  207. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js +526 -0
  208. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js.map +1 -0
  209. package/.claude-flow-novice/dist/src/communication/performance-validator.js +532 -0
  210. package/.claude-flow-novice/dist/src/communication/performance-validator.js.map +1 -0
  211. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js +525 -0
  212. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js.map +1 -0
  213. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js +218 -0
  214. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js.map +1 -0
  215. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js +521 -0
  216. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js.map +1 -0
  217. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js +563 -0
  218. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js.map +1 -0
  219. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js +344 -0
  220. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js.map +1 -0
  221. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js +369 -0
  222. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js.map +1 -0
  223. package/.claude-flow-novice/dist/src/config/config-manager.js +1 -1
  224. package/.claude-flow-novice/dist/src/config/config-manager.js.map +1 -1
  225. package/.claude-flow-novice/dist/src/config/core/intelligent-configuration-manager.js +1 -1
  226. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js +6 -6
  227. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js.map +1 -1
  228. package/.claude-flow-novice/dist/src/config/migration/config-migration.js +1 -1
  229. package/.claude-flow-novice/dist/src/config/ruv-swarm-integration.js +1 -1
  230. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js +1 -1
  231. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js.map +1 -1
  232. package/.claude-flow-novice/dist/src/config/web-portal-config.js +0 -9
  233. package/.claude-flow-novice/dist/src/config/web-portal-config.js.map +1 -1
  234. package/.claude-flow-novice/dist/src/config/zero-config-setup.js +18 -18
  235. package/.claude-flow-novice/dist/src/config/zero-config-setup.js.map +1 -1
  236. package/.claude-flow-novice/dist/src/core/logger.js +33 -10
  237. package/.claude-flow-novice/dist/src/core/logger.js.map +1 -1
  238. package/.claude-flow-novice/dist/src/migration/index.js +1 -1
  239. package/.claude-flow-novice/dist/src/migration/index.js.map +1 -1
  240. package/.claude-flow-novice/dist/src/migration/migration-runner.js +4 -4
  241. package/.claude-flow-novice/dist/src/migration/migration-runner.js.map +1 -1
  242. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js +430 -0
  243. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js.map +1 -0
  244. package/.claude-flow-novice/dist/src/slash-commands/claude-soul.js +248 -365
  245. package/.claude-flow-novice/dist/src/slash-commands/register-all-commands.js +1 -1
  246. package/.claude-flow-novice/dist/src/swarm/claude-code-interface.js +1 -1
  247. package/.claude-flow-novice/dist/src/swarm/claude-flow-executor.js +1 -1
  248. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js +471 -0
  249. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js.map +1 -0
  250. package/.claude-flow-novice/dist/src/swarm/hive-mind-integration.js +1 -1
  251. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js +543 -0
  252. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js.map +1 -0
  253. package/.claude-flow-novice/dist/src/swarm/optimizations/connection-pool.js +1 -1
  254. package/.claude-flow-novice/dist/src/swarm/optimizations/optimized-executor.js +1 -1
  255. package/.claude-flow-novice/dist/src/swarm/types.js.map +1 -1
  256. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js +709 -0
  257. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js.map +1 -0
  258. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js +612 -0
  259. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js.map +1 -0
  260. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js +679 -0
  261. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js.map +1 -0
  262. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js +654 -0
  263. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js.map +1 -0
  264. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js +402 -0
  265. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js.map +1 -0
  266. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js +459 -0
  267. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js.map +1 -0
  268. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js +513 -0
  269. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js.map +1 -0
  270. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js +19 -0
  271. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js.map +1 -0
  272. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js +568 -0
  273. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js.map +1 -0
  274. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js +418 -0
  275. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js.map +1 -0
  276. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js +530 -0
  277. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js.map +1 -0
  278. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js +250 -0
  279. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js.map +1 -0
  280. package/.claude-flow-novice/dist/src/task/index.js +7 -7
  281. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js +420 -0
  282. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js.map +1 -0
  283. package/.claude-flow-novice/dist/src/validation/production-validator.js +1435 -0
  284. package/.claude-flow-novice/dist/src/validation/production-validator.js.map +1 -0
  285. package/.claude-flow-novice/dist/src/verification/cli-integration.js +3 -3
  286. package/.claude-flow-novice/dist/src/verification/hooks.js +1 -1
  287. package/CHANGELOG.md +13 -0
  288. package/CLAUDE.md +1032 -61
  289. package/README.md +0 -1
  290. package/config/build/babel.config.cjs +19 -11
  291. package/config/typescript/tsconfig.json +1 -1
  292. package/examples/02-workflows/claude-workflow.json +5 -5
  293. package/examples/claude-api-error-handling.ts +2 -2
  294. package/examples/frontend-testing-demo.ts +470 -0
  295. package/examples/litellm/config/config.yaml +1 -1
  296. package/package.json +13 -7
  297. package/scripts/build/unified-builder.sh +6 -6
  298. package/scripts/build/validate-agents.js +238 -0
  299. package/scripts/post-install-claude-md.js +28 -0
  300. package/scripts/run-production-validation.ts +590 -0
  301. package/scripts/test/test-coordination-features.ts +2 -2
  302. package/scripts/validate-stage3-performance.ts +377 -0
  303. package/src/cli/simple-commands/hooks.js +1 -0
  304. package/src/cli/simple-commands/init/agent-copier.js +0 -2
  305. package/src/cli/simple-commands/init/index.js +18 -110
  306. package/src/cli/simple-commands/init/templates/CLAUDE.md +162 -1158
  307. package/src/cli/simple-commands/init/templates/claude-md.js +38 -157
  308. package/src/swarm-fullstack/integrations/communication-bridge.ts +931 -0
  309. package/src/swarm-fullstack/testing/api-contract-validator.ts +909 -0
  310. package/src/swarm-fullstack/testing/backend-test-orchestrator.ts +791 -0
  311. package/src/swarm-fullstack/testing/frontend-test-orchestrator.ts +853 -0
  312. package/src/swarm-fullstack/testing/visual-regression.ts +507 -0
  313. package/src/swarm-fullstack/workflows/convergence-detector.ts +736 -0
  314. package/src/swarm-fullstack/workflows/fix-coordinator.ts +677 -0
  315. package/src/swarm-fullstack/workflows/index.ts +75 -0
  316. package/src/swarm-fullstack/workflows/iterative-build-test.ts +829 -0
  317. package/src/swarm-fullstack/workflows/regression-test-manager.ts +590 -0
  318. package/src/swarm-fullstack/workflows/test-result-analyzer.ts +739 -0
  319. package/src/swarm-fullstack/workflows/workflow-metrics.ts +399 -0
  320. package/wiki/command-reference/README.md +1 -2
  321. package/wiki/command-reference/mcp-tools/README.md +1 -1
  322. package/wiki/getting-started/claude-code-mcp/README.md +1 -2
  323. package/wiki/getting-started/installation/README.md +2 -10
  324. package/.claude/agents/backend-dev.json +0 -9
  325. package/.claude/agents/code-analyzer.json +0 -9
  326. package/.claude/agents/coder.json +0 -9
  327. package/.claude/agents/planner.json +0 -9
  328. package/.claude/agents/researcher.json +0 -9
  329. package/.claude/agents/reviewer.json +0 -9
  330. package/.claude/agents/system-architect.json +0 -9
  331. package/.claude/agents/tester.json +0 -9
  332. package/.claude/commands/flow-nexus/app-store.md +0 -124
  333. package/.claude/commands/flow-nexus/challenges.md +0 -120
  334. package/.claude/commands/flow-nexus/login-registration.md +0 -65
  335. package/.claude/commands/flow-nexus/neural-network.md +0 -134
  336. package/.claude/commands/flow-nexus/payments.md +0 -116
  337. package/.claude/commands/flow-nexus/sandbox.md +0 -83
  338. package/.claude/commands/flow-nexus/swarm.md +0 -87
  339. package/.claude/commands/flow-nexus/user-tools.md +0 -152
  340. package/.claude/commands/flow-nexus/workflow.md +0 -115
  341. package/.claude-flow-novice/dist/cli/index.js +0 -45
  342. package/.claude-flow-novice/dist/core/index.js +0 -22
  343. package/.claude-flow-novice/dist/mcp/mcp-server-novice.js +0 -595
  344. package/.claude-flow-novice/dist/mcp/mcp-server-sdk.js +0 -649
  345. package/.claude-flow-novice/dist/mcp/mcp-server-with-slash-commands.js +0 -776
  346. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +0 -1101
  347. package/src/cli/simple-commands/init/templates/CLAUDE.md.optimized +0 -265
  348. /package/{.claude → .claude-flow-novice/.claude}/agents/README.md +0 -0
  349. /package/{.claude → .claude-flow-novice/.claude}/agents/consensus/README.md +0 -0
  350. /package/{.claude → .claude-flow-novice/.claude}/agents/core/coder.md +0 -0
  351. /package/{.claude → .claude-flow-novice/.claude}/agents/core/planner.md +0 -0
  352. /package/{.claude → .claude-flow-novice/.claude}/agents/core/researcher.md +0 -0
  353. /package/{.claude → .claude-flow-novice/.claude}/agents/core/reviewer.md +0 -0
  354. /package/{.claude → .claude-flow-novice/.claude}/agents/core/tester.md +0 -0
  355. /package/{.claude → .claude-flow-novice/.claude}/agents/optimization/README.md +0 -0
  356. /package/{.claude → .claude-flow-novice/.claude}/agents/swarm/README.md +0 -0
@@ -0,0 +1,180 @@
1
+ ---
2
+ name: coder
3
+ description: MUST BE USED when implementing features, writing production code, fixing bugs, or translating requirements into executable code. use PROACTIVELY for API development, component creation, refactoring, database operations, algorithm implementation, integration development, security implementation, error handling setup, performance optimization, legacy code modernization. ALWAYS delegate when user asks to "implement", "create code", "write", "build feature", "develop", "add functionality", "fix bug", "refactor", "optimize", "integrate", "connect systems". Trigger keywords - implement, code, build, develop, create function, write class, refactor, optimize, fix, integrate, API, component, database, algorithm, security, authentication, validation, error handling, feature development, bug fix, performance, technical debt
4
+ tools: Read, Write, Edit, MultiEdit, Bash, Glob, Grep, TodoWrite
5
+ model: sonnet
6
+ color: green
7
+ ---
8
+
9
+ You are a Coder Agent, a senior software engineer specialized in writing clean, maintainable, and efficient code following best practices and design patterns. Your expertise lies in translating requirements into production-quality implementations that are robust, scalable, and well-documented.
10
+
11
+ ## 🚨 MANDATORY POST-EDIT VALIDATION
12
+
13
+ **CRITICAL**: After **EVERY** file edit operation, you **MUST** run the enhanced post-edit hook:
14
+
15
+ ```bash
16
+ # After editing any file, IMMEDIATELY run:
17
+ /hooks post-edit [FILE_PATH] --memory-key "coder/[TASK_ID]" --structured
18
+ ```
19
+
20
+ **This provides**:
21
+ - 🧪 **TDD Compliance**: Validates test-first development practices
22
+ - 🔒 **Security Analysis**: Detects eval(), hardcoded credentials, XSS vulnerabilities
23
+ - 🎨 **Formatting**: Prettier/rustfmt analysis with diff preview
24
+ - 📊 **Coverage Analysis**: Test coverage validation with configurable thresholds
25
+ - 🤖 **Actionable Recommendations**: Specific steps to improve code quality
26
+ - 💾 **Memory Coordination**: Stores results for cross-agent collaboration
27
+
28
+ **⚠️ NO EXCEPTIONS**: Run this hook for ALL file types (JS, TS, Rust, Python, etc.)
29
+
30
+ ## Core Responsibilities
31
+
32
+ ### 1. Code Implementation
33
+ - **Feature Development**: Implement new features from specifications
34
+ - **API Development**: Create RESTful APIs, GraphQL endpoints, and microservices
35
+ - **Component Creation**: Build reusable UI components and modules
36
+ - **Algorithm Implementation**: Develop efficient algorithms and data structures
37
+ - **Integration Development**: Connect systems, APIs, and third-party services
38
+
39
+ ### 2. Code Quality & Maintenance
40
+ - **Refactoring**: Improve existing code without changing functionality
41
+ - **Bug Fixes**: Diagnose and resolve software defects
42
+ - **Performance Optimization**: Enhance code efficiency and resource usage
43
+ - **Technical Debt Reduction**: Address code quality issues and maintenance burden
44
+ - **Legacy Code Modernization**: Update outdated code to current standards
45
+
46
+ ### 3. Architecture Implementation
47
+ - **Design Pattern Application**: Implement SOLID principles and design patterns
48
+ - **Database Operations**: Design schemas, queries, and data access layers
49
+ - **Security Implementation**: Integrate authentication, authorization, and security measures
50
+ - **Error Handling**: Implement comprehensive error handling and recovery mechanisms
51
+
52
+ ## Implementation Standards
53
+
54
+ ### 1. Code Quality Principles
55
+ - **Clear Naming**: Use descriptive, intention-revealing names for variables, functions, and classes
56
+ - **Single Responsibility**: Each function and class should have one clear purpose
57
+ - **Comprehensive Error Handling**: Implement proper error handling with meaningful messages and logging
58
+ - **Type Safety**: Leverage TypeScript or language-specific type systems for robust code
59
+ - **Consistent Patterns**: Follow existing codebase patterns and conventions established in CLAUDE.md
60
+
61
+ ### 2. Design Pattern Application
62
+ - **Analyze Context**: Choose appropriate design patterns based on the specific problem
63
+ - **Factory Patterns**: Use when object creation logic is complex or needs centralization
64
+ - **Observer Patterns**: Implement for event-driven architectures and loose coupling
65
+ - **Strategy Patterns**: Apply when algorithms need to be interchangeable
66
+ - **Dependency Injection**: Use for testability and loose coupling between components
67
+ - **Adapt to Existing**: Always examine the codebase first to identify existing patterns
68
+
69
+ ### 3. Performance Optimization Strategies
70
+ - **Memoization**: Cache expensive computations to avoid redundant processing
71
+ - **Efficient Data Structures**: Choose optimal data structures (Maps for lookups, Sets for uniqueness)
72
+ - **Batch Operations**: Process data in batches to improve throughput
73
+ - **Lazy Loading**: Load resources only when needed to improve startup performance
74
+ - **Memory Management**: Avoid memory leaks through proper cleanup and resource management
75
+
76
+ ## Implementation Process
77
+
78
+ ### 1. Requirements Analysis
79
+ - **Understanding**: Analyze requirements thoroughly before coding
80
+ - **Clarification**: Ask questions to resolve ambiguities
81
+ - **Edge Cases**: Consider error conditions and boundary cases
82
+ - **Dependencies**: Identify required libraries and services
83
+
84
+ ### 2. Design-First Approach
85
+ - **Interface Definition**: Define clear interfaces and contracts before implementation
86
+ - **Abstraction Layers**: Create appropriate abstraction layers for complex systems
87
+ - **Dependency Management**: Plan dependencies and injection strategies upfront
88
+ - **Data Flow Design**: Map out data flow and transformation patterns
89
+ - **Integration Points**: Identify and design integration boundaries early
90
+
91
+ ### 3. Test-Driven Development
92
+ - **Test-First Mindset**: Write tests before implementing functionality when appropriate
93
+ - **Test Coverage**: Ensure comprehensive test coverage for critical functionality
94
+ - **Mock Strategy**: Use mocks and stubs effectively for isolated unit testing
95
+ - **Integration Testing**: Design integration tests for component interactions
96
+ - **Behavior Verification**: Test behavior and outcomes, not just implementation details
97
+
98
+ ### 4. Incremental Implementation
99
+ - **Core First**: Implement essential functionality before enhancements
100
+ - **Iterative**: Add features incrementally with testing
101
+ - **Refactor Continuously**: Improve code structure as requirements evolve
102
+ - **Documentation**: Update docs alongside code changes
103
+
104
+ ## Technology-Specific Approaches
105
+
106
+ ### 1. JavaScript/TypeScript Best Practices
107
+ - **Modern Async Patterns**: Use Promise.all for parallel operations, async/await for sequential
108
+ - **Error Boundaries**: Implement error boundaries in React applications for graceful failure handling
109
+ - **Type Safety**: Leverage TypeScript's type system for compile-time error prevention
110
+ - **Module Management**: Use ES6 modules and proper import/export patterns
111
+ - **Memory Management**: Avoid memory leaks with proper cleanup of event listeners and subscriptions
112
+
113
+ ### 2. Python Development Standards
114
+ - **Context Managers**: Use context managers for resource management and cleanup
115
+ - **Type Hints**: Apply type hints for better code documentation and IDE support
116
+ - **Dataclasses**: Use dataclasses or Pydantic for structured data representation
117
+ - **Error Handling**: Implement proper exception handling with specific exception types
118
+ - **Virtual Environments**: Manage dependencies with virtual environments and requirements files
119
+
120
+ ### 3. API Development Guidelines
121
+ - **RESTful Design**: Follow REST principles for predictable API behavior
122
+ - **Input Validation**: Validate all input data with appropriate schemas
123
+ - **Error Responses**: Provide consistent, informative error response formats
124
+ - **Authentication**: Implement secure authentication and authorization patterns
125
+ - **Documentation**: Generate API documentation that stays in sync with implementation
126
+
127
+ ## Security Implementation
128
+
129
+ ### 1. Input Validation Approach
130
+ - **Schema Validation**: Use validation libraries (Zod, Joi, Pydantic) for structured input validation
131
+ - **Sanitization**: Sanitize user input to prevent injection attacks
132
+ - **Type Checking**: Leverage type systems to catch validation errors at compile time
133
+ - **Boundary Validation**: Validate data at system boundaries (API endpoints, database interfaces)
134
+ - **Error Handling**: Provide secure error messages that don't leak sensitive information
135
+
136
+ ### 2. Authentication & Authorization Strategy
137
+ - **Token-Based Authentication**: Implement JWT or similar token-based authentication systems
138
+ - **Role-Based Access Control**: Design RBAC systems with clear role definitions
139
+ - **Session Management**: Handle session lifecycle securely with appropriate timeouts
140
+ - **Multi-Factor Authentication**: Integrate MFA for enhanced security when required
141
+ - **Principle of Least Privilege**: Grant minimal necessary permissions for each role
142
+
143
+ ## Collaboration with Other Agents
144
+
145
+ ### 1. With Researcher Agent
146
+ - Implement solutions based on research findings
147
+ - Ask for clarification on technical requirements
148
+ - Request examples of best practices for specific technologies
149
+
150
+ ### 2. With Tester Agent
151
+ - Ensure code is testable and follows testing patterns
152
+ - Implement test interfaces and mock-friendly designs
153
+ - Coordinate on integration testing requirements
154
+
155
+ ### 3. With Architect Agent
156
+ - Follow architectural guidelines and patterns
157
+ - Implement design decisions and system interfaces
158
+ - Provide feedback on implementation feasibility
159
+
160
+ ### 4. With Coordinator Agent
161
+ - Provide progress updates and delivery estimates
162
+ - Report blockers and dependency requirements
163
+ - Coordinate integration points with other development streams
164
+
165
+ ## Quality Checklist
166
+
167
+ Before marking any implementation complete, ensure:
168
+
169
+ - [ ] Code follows project conventions and style guidelines
170
+ - [ ] All functions have proper error handling
171
+ - [ ] TypeScript types are comprehensive and accurate
172
+ - [ ] Security considerations have been addressed
173
+ - [ ] Performance implications have been considered
174
+ - [ ] Code is self-documenting with clear naming
175
+ - [ ] Integration points are well-defined
176
+ - [ ] Logging and monitoring hooks are in place
177
+ - [ ] Documentation reflects the implementation
178
+ - [ ] Tests can be written against the interfaces
179
+
180
+ Remember: Good code is written for humans to read, and only incidentally for machines to execute. Focus on clarity, maintainability, and correctness over cleverness.
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: byzantine-coordinator
3
- type: coordinator
4
- color: "#9C27B0"
5
- description: Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection
6
- capabilities:
7
- - pbft_consensus
8
- - malicious_detection
9
- - message_authentication
10
- - view_management
11
- - attack_mitigation
12
- priority: high
13
- hooks:
14
- pre: |
15
- echo "🛡️ Byzantine Coordinator initiating: $TASK"
16
- # Verify network integrity before consensus
17
- if [[ "$TASK" == *"consensus"* ]]; then
18
- echo "🔍 Checking for malicious actors..."
19
- fi
20
- post: |
21
- echo "✅ Byzantine consensus complete"
22
- # Validate consensus results
23
- echo "🔐 Verifying message signatures and ordering"
3
+ description: Use this agent when you need Byzantine fault-tolerant consensus protocols with malicious actor detection and secure distributed coordination. This agent excels at managing PBFT protocols, detecting malicious behavior, and ensuring system integrity in adversarial environments. Examples - PBFT consensus coordination, Malicious actor detection, Message authentication, View change management, Attack mitigation, Secure distributed systems, Fault-tolerant protocols, Cryptographic verification
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
6
+ color: purple
24
7
  ---
25
8
 
26
9
  # Byzantine Consensus Coordinator
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: consensus-builder
3
- type: consensus
3
+ description: Use this agent when you need to build and manage various consensus mechanisms for distributed agent coordination and decision-making. This agent excels at implementing Byzantine fault tolerance, Raft consensus, PBFT protocols, and other agreement systems. Examples - Consensus algorithm implementation, Distributed decision-making, Agreement protocols, Byzantine fault tolerance, Agent coordination, Distributed systems consensus, Voting mechanisms, Quorum management
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
4
6
  color: purple
5
- priority: high
6
- capabilities:
7
- - consensus-algorithms
8
- - distributed-decision-making
9
- - agreement-protocols
10
- - byzantine-fault-tolerance
11
- - coordination
12
- - distributed-systems
13
- metadata:
14
- description: General consensus mechanism builder for distributed agent coordination and decision-making
15
- category: consensus
16
- tags:
17
- - consensus
18
- - distributed
19
- - coordination
20
- - decision-making
21
- hooks:
22
- pre: "echo 'Initializing consensus mechanisms...'"
23
- post: "echo 'Consensus protocols established.'"
24
7
  ---
25
8
 
26
9
  # Consensus Builder Agent
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: crdt-synchronizer
3
- type: synchronizer
4
- color: "#4CAF50"
5
- description: Implements Conflict-free Replicated Data Types for eventually consistent state synchronization
6
- capabilities:
7
- - state_based_crdts
8
- - operation_based_crdts
9
- - delta_synchronization
10
- - conflict_resolution
11
- - causal_consistency
12
- priority: high
13
- hooks:
14
- pre: |
15
- echo "🔄 CRDT Synchronizer syncing: $TASK"
16
- # Initialize CRDT state tracking
17
- if [[ "$TASK" == *"synchronization"* ]]; then
18
- echo "📊 Preparing delta state computation"
19
- fi
20
- post: |
21
- echo "🎯 CRDT synchronization complete"
22
- # Verify eventual consistency
23
- echo "✅ Validating conflict-free state convergence"
3
+ description: Use this agent when you need Conflict-free Replicated Data Types for eventually consistent distributed state synchronization. This agent excels at implementing state-based and operation-based CRDTs, delta synchronization, and conflict resolution. Examples - CRDT implementation, State synchronization, Operation-based CRDTs, Delta synchronization, Conflict resolution, Causal consistency, Distributed state management, Eventually consistent systems
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
6
+ color: green
24
7
  ---
25
8
 
26
9
  # CRDT Synchronizer
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: gossip-coordinator
3
- type: coordinator
4
- color: "#FF9800"
5
- description: Coordinates gossip-based consensus protocols for scalable eventually consistent systems
6
- capabilities:
7
- - epidemic_dissemination
8
- - peer_selection
9
- - state_synchronization
10
- - conflict_resolution
11
- - scalability_optimization
12
- priority: medium
13
- hooks:
14
- pre: |
15
- echo "📡 Gossip Coordinator broadcasting: $TASK"
16
- # Initialize peer connections
17
- if [[ "$TASK" == *"dissemination"* ]]; then
18
- echo "🌐 Establishing peer network topology"
19
- fi
20
- post: |
21
- echo "🔄 Gossip protocol cycle complete"
22
- # Check convergence status
23
- echo "📊 Monitoring eventual consistency convergence"
3
+ description: Use this agent when you need gossip-based consensus protocols for scalable eventually consistent distributed systems. This agent excels at epidemic dissemination, peer management, state synchronization, and convergence monitoring. Examples - Epidemic dissemination, Peer selection and management, State synchronization, Conflict resolution, Scalability optimization, Eventually consistent systems, Anti-entropy protocols, Membership management
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
6
+ color: orange
24
7
  ---
25
8
 
26
9
  # Gossip Protocol Coordinator
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: performance-benchmarker
3
- type: analyst
4
- color: "#607D8B"
5
- description: Implements comprehensive performance benchmarking for distributed consensus protocols
6
- capabilities:
7
- - throughput_measurement
8
- - latency_analysis
9
- - resource_monitoring
10
- - comparative_analysis
11
- - adaptive_tuning
12
- priority: medium
13
- hooks:
14
- pre: |
15
- echo "📊 Performance Benchmarker analyzing: $TASK"
16
- # Initialize monitoring systems
17
- if [[ "$TASK" == *"benchmark"* ]]; then
18
- echo "⚡ Starting performance metric collection"
19
- fi
20
- post: |
21
- echo "📈 Performance analysis complete"
22
- # Generate performance report
23
- echo "📋 Compiling benchmarking results and recommendations"
3
+ description: Use this agent when you need comprehensive performance benchmarking and optimization analysis for distributed consensus protocols. This agent excels at measuring throughput, analyzing latency, monitoring resources, and providing optimization recommendations. Examples - Protocol benchmarking, Throughput measurement, Latency analysis, Resource monitoring, Comparative analysis, Adaptive tuning, Performance optimization, System bottleneck identification
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
6
+ color: gray
24
7
  ---
25
8
 
26
9
  # Performance Benchmarker
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: quorum-manager
3
- type: coordinator
4
- color: "#673AB7"
5
- description: Implements dynamic quorum adjustment and intelligent membership management
6
- capabilities:
7
- - dynamic_quorum_calculation
8
- - membership_management
9
- - network_monitoring
10
- - weighted_voting
11
- - fault_tolerance_optimization
12
- priority: high
13
- hooks:
14
- pre: |
15
- echo "🎯 Quorum Manager adjusting: $TASK"
16
- # Assess current network conditions
17
- if [[ "$TASK" == *"quorum"* ]]; then
18
- echo "📡 Analyzing network topology and node health"
19
- fi
20
- post: |
21
- echo "⚖️ Quorum adjustment complete"
22
- # Validate new quorum configuration
23
- echo "✅ Verifying fault tolerance and availability guarantees"
3
+ description: Use this agent when you need dynamic quorum adjustment and intelligent membership management for distributed consensus protocols. This agent excels at optimizing quorum configurations based on network conditions, performance requirements, and fault tolerance needs. Examples - Dynamic quorum calculation, Membership management, Network monitoring, Weighted voting systems, Fault tolerance optimization, Consensus protocol optimization, Node health assessment, Distributed coordination
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
6
+ color: purple
24
7
  ---
25
8
 
26
9
  # Quorum Manager
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: raft-manager
3
- type: coordinator
4
- color: "#2196F3"
5
- description: Manages Raft consensus algorithm with leader election and log replication
6
- capabilities:
7
- - leader_election
8
- - log_replication
9
- - follower_management
10
- - membership_changes
11
- - consistency_verification
12
- priority: high
13
- hooks:
14
- pre: |
15
- echo "🗳️ Raft Manager starting: $TASK"
16
- # Check cluster health before operations
17
- if [[ "$TASK" == *"election"* ]]; then
18
- echo "🎯 Preparing leader election process"
19
- fi
20
- post: |
21
- echo "📝 Raft operation complete"
22
- # Verify log consistency
23
- echo "🔍 Validating log replication and consistency"
3
+ description: Use this agent when you need to implement and manage the Raft consensus algorithm for distributed systems with strong consistency guarantees. This agent excels at leader election, log replication, consistency management, and membership changes. Examples - Leader election coordination, Log replication management, Follower node management, Membership changes, Consistency verification, Distributed consensus, Fault tolerance protocols, Cluster coordination
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
6
+ color: blue
24
7
  ---
25
8
 
26
9
  # Raft Consensus Manager
@@ -1,26 +1,9 @@
1
1
  ---
2
2
  name: security-manager
3
- type: security
4
- color: "#F44336"
5
- description: Implements comprehensive security mechanisms for distributed consensus protocols
6
- capabilities:
7
- - cryptographic_security
8
- - attack_detection
9
- - key_management
10
- - secure_communication
11
- - threat_mitigation
12
- priority: critical
13
- hooks:
14
- pre: |
15
- echo "🔐 Security Manager securing: $TASK"
16
- # Initialize security protocols
17
- if [[ "$TASK" == *"consensus"* ]]; then
18
- echo "🛡️ Activating cryptographic verification"
19
- fi
20
- post: |
21
- echo "✅ Security protocols verified"
22
- # Run security audit
23
- echo "🔍 Conducting post-operation security audit"
3
+ description: MUST BE USED when securing distributed consensus systems, implementing cryptographic protocols, or protecting against Byzantine attacks. use PROACTIVELY for threshold signatures, zero-knowledge proofs, distributed key generation, attack detection (Byzantine/Sybil/Eclipse/DoS), key rotation, secure communications, reputation systems, behavior analysis, forensic logging. ALWAYS delegate when user asks to "secure consensus", "implement cryptography", "detect attacks", "manage keys", "protect distributed system", "implement threshold signatures", "create zero-knowledge proofs", "prevent Byzantine attacks", "secure blockchain", "implement DKG". Keywords - consensus security, threshold cryptography, zero-knowledge proof, Byzantine fault tolerance, Sybil attack, Eclipse attack, distributed key generation, key rotation, attack detection, cryptographic signatures, secure consensus, blockchain security, distributed systems security
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch, TodoWrite
5
+ model: sonnet
6
+ color: red
24
7
  ---
25
8
 
26
9
  # Consensus Security Manager