moflo 4.8.10 → 4.8.12

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 (182) hide show
  1. package/.claude/agents/browser/browser-agent.yaml +182 -0
  2. package/.claude/agents/core/coder.md +265 -265
  3. package/.claude/agents/core/planner.md +167 -167
  4. package/.claude/agents/core/researcher.md +189 -189
  5. package/.claude/agents/core/reviewer.md +325 -325
  6. package/.claude/agents/core/tester.md +318 -318
  7. package/.claude/agents/dual-mode/codex-coordinator.md +224 -224
  8. package/.claude/agents/dual-mode/codex-worker.md +211 -211
  9. package/.claude/agents/dual-mode/dual-orchestrator.md +291 -291
  10. package/.claude/agents/github/code-review-swarm.md +537 -537
  11. package/.claude/agents/github/github-modes.md +172 -172
  12. package/.claude/agents/github/issue-tracker.md +318 -318
  13. package/.claude/agents/github/multi-repo-swarm.md +552 -552
  14. package/.claude/agents/github/pr-manager.md +190 -190
  15. package/.claude/agents/github/project-board-sync.md +508 -508
  16. package/.claude/agents/github/release-manager.md +366 -366
  17. package/.claude/agents/github/release-swarm.md +582 -582
  18. package/.claude/agents/github/repo-architect.md +397 -397
  19. package/.claude/agents/github/swarm-issue.md +572 -572
  20. package/.claude/agents/github/swarm-pr.md +427 -427
  21. package/.claude/agents/github/sync-coordinator.md +451 -451
  22. package/.claude/agents/github/workflow-automation.md +634 -634
  23. package/.claude/agents/goal/code-goal-planner.md +445 -445
  24. package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +129 -129
  25. package/.claude/agents/hive-mind/queen-coordinator.md +202 -202
  26. package/.claude/agents/hive-mind/scout-explorer.md +241 -241
  27. package/.claude/agents/hive-mind/swarm-memory-manager.md +192 -192
  28. package/.claude/agents/hive-mind/worker-specialist.md +216 -216
  29. package/.claude/agents/neural/safla-neural.md +73 -73
  30. package/.claude/agents/reasoning/goal-planner.md +72 -72
  31. package/.claude/agents/swarm/adaptive-coordinator.md +395 -395
  32. package/.claude/agents/swarm/hierarchical-coordinator.md +326 -326
  33. package/.claude/agents/swarm/mesh-coordinator.md +391 -391
  34. package/.claude/agents/templates/migration-plan.md +745 -745
  35. package/.claude/commands/agents/agent-spawning.md +28 -28
  36. package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +53 -53
  37. package/.claude/commands/analysis/bottleneck-detect.md +162 -162
  38. package/.claude/commands/analysis/performance-bottlenecks.md +58 -58
  39. package/.claude/commands/analysis/token-efficiency.md +44 -44
  40. package/.claude/commands/automation/auto-agent.md +122 -122
  41. package/.claude/commands/automation/self-healing.md +105 -105
  42. package/.claude/commands/automation/session-memory.md +89 -89
  43. package/.claude/commands/automation/smart-agents.md +72 -72
  44. package/.claude/commands/coordination/init.md +44 -44
  45. package/.claude/commands/coordination/orchestrate.md +43 -43
  46. package/.claude/commands/coordination/spawn.md +45 -45
  47. package/.claude/commands/coordination/swarm-init.md +85 -85
  48. package/.claude/commands/github/github-modes.md +146 -146
  49. package/.claude/commands/github/github-swarm.md +121 -121
  50. package/.claude/commands/github/issue-tracker.md +291 -291
  51. package/.claude/commands/github/pr-manager.md +169 -169
  52. package/.claude/commands/github/release-manager.md +337 -337
  53. package/.claude/commands/github/repo-architect.md +366 -366
  54. package/.claude/commands/github/sync-coordinator.md +300 -300
  55. package/.claude/commands/memory/neural.md +47 -47
  56. package/.claude/commands/monitoring/agents.md +44 -44
  57. package/.claude/commands/monitoring/status.md +46 -46
  58. package/.claude/commands/optimization/auto-topology.md +61 -61
  59. package/.claude/commands/optimization/parallel-execution.md +49 -49
  60. package/.claude/commands/sparc/analyzer.md +51 -51
  61. package/.claude/commands/sparc/architect.md +53 -53
  62. package/.claude/commands/sparc/ask.md +97 -97
  63. package/.claude/commands/sparc/batch-executor.md +54 -54
  64. package/.claude/commands/sparc/code.md +89 -89
  65. package/.claude/commands/sparc/coder.md +54 -54
  66. package/.claude/commands/sparc/debug.md +83 -83
  67. package/.claude/commands/sparc/debugger.md +54 -54
  68. package/.claude/commands/sparc/designer.md +53 -53
  69. package/.claude/commands/sparc/devops.md +109 -109
  70. package/.claude/commands/sparc/docs-writer.md +80 -80
  71. package/.claude/commands/sparc/documenter.md +54 -54
  72. package/.claude/commands/sparc/innovator.md +54 -54
  73. package/.claude/commands/sparc/integration.md +83 -83
  74. package/.claude/commands/sparc/mcp.md +117 -117
  75. package/.claude/commands/sparc/memory-manager.md +54 -54
  76. package/.claude/commands/sparc/optimizer.md +54 -54
  77. package/.claude/commands/sparc/orchestrator.md +131 -131
  78. package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -83
  79. package/.claude/commands/sparc/refinement-optimization-mode.md +83 -83
  80. package/.claude/commands/sparc/researcher.md +54 -54
  81. package/.claude/commands/sparc/reviewer.md +54 -54
  82. package/.claude/commands/sparc/security-review.md +80 -80
  83. package/.claude/commands/sparc/sparc-modes.md +174 -174
  84. package/.claude/commands/sparc/sparc.md +111 -111
  85. package/.claude/commands/sparc/spec-pseudocode.md +80 -80
  86. package/.claude/commands/sparc/supabase-admin.md +348 -348
  87. package/.claude/commands/sparc/swarm-coordinator.md +54 -54
  88. package/.claude/commands/sparc/tdd.md +54 -54
  89. package/.claude/commands/sparc/tester.md +54 -54
  90. package/.claude/commands/sparc/tutorial.md +79 -79
  91. package/.claude/commands/sparc/workflow-manager.md +54 -54
  92. package/.claude/commands/sparc.md +166 -166
  93. package/.claude/commands/swarm/analysis.md +95 -95
  94. package/.claude/commands/swarm/development.md +96 -96
  95. package/.claude/commands/swarm/examples.md +168 -168
  96. package/.claude/commands/swarm/maintenance.md +102 -102
  97. package/.claude/commands/swarm/optimization.md +117 -117
  98. package/.claude/commands/swarm/research.md +136 -136
  99. package/.claude/commands/swarm/testing.md +131 -131
  100. package/.claude/commands/training/neural-patterns.md +73 -73
  101. package/.claude/commands/training/specialization.md +62 -62
  102. package/.claude/commands/workflows/development.md +77 -77
  103. package/.claude/commands/workflows/research.md +62 -62
  104. package/.claude/guidance/moflo-bootstrap.md +129 -0
  105. package/.claude/guidance/{agent-bootstrap.md → shipped/agent-bootstrap.md} +126 -126
  106. package/.claude/guidance/{guidance-memory-strategy.md → shipped/guidance-memory-strategy.md} +262 -262
  107. package/.claude/guidance/{memory-strategy.md → shipped/memory-strategy.md} +204 -204
  108. package/.claude/guidance/{moflo.md → shipped/moflo.md} +45 -31
  109. package/.claude/guidance/{task-swarm-integration.md → shipped/task-swarm-integration.md} +441 -348
  110. package/.claude/helpers/gate-hook.mjs +50 -0
  111. package/.claude/helpers/gate.cjs +138 -236
  112. package/.claude/helpers/hook-handler.cjs +64 -326
  113. package/.claude/helpers/post-commit +16 -0
  114. package/.claude/helpers/pre-commit +26 -0
  115. package/.claude/helpers/prompt-hook.mjs +72 -0
  116. package/.claude/scripts/build-embeddings.mjs +549 -0
  117. package/.claude/scripts/generate-code-map.mjs +697 -0
  118. package/.claude/scripts/hooks.mjs +656 -0
  119. package/.claude/scripts/index-guidance.mjs +893 -0
  120. package/.claude/scripts/index-tests.mjs +710 -0
  121. package/.claude/scripts/semantic-search.mjs +473 -0
  122. package/.claude/scripts/session-start-launcher.mjs +226 -0
  123. package/.claude/settings.json +351 -290
  124. package/.claude/settings.local.json +4 -3
  125. package/.claude/skills/browser/SKILL.md +204 -0
  126. package/.claude/skills/fl/SKILL.md +29 -23
  127. package/.claude/skills/flo/SKILL.md +29 -23
  128. package/.claude/skills/github-code-review/SKILL.md +4 -4
  129. package/.claude/skills/github-multi-repo/SKILL.md +8 -8
  130. package/.claude/skills/github-project-management/SKILL.md +6 -6
  131. package/.claude/skills/github-release-management/SKILL.md +12 -12
  132. package/.claude/skills/github-workflow-automation/SKILL.md +6 -6
  133. package/.claude/skills/hooks-automation/SKILL.md +1201 -1201
  134. package/.claude/skills/performance-analysis/SKILL.md +563 -563
  135. package/.claude/skills/sparc-methodology/SKILL.md +64 -64
  136. package/.claude/skills/swarm-advanced/SKILL.md +77 -77
  137. package/.claude/workflow-state.json +9 -0
  138. package/.claude-plugin/README.md +3 -3
  139. package/.claude-plugin/docs/PLUGIN_SUMMARY.md +3 -3
  140. package/.claude-plugin/docs/QUICKSTART.md +4 -4
  141. package/.claude-plugin/marketplace.json +3 -3
  142. package/.claude-plugin/plugin.json +3 -3
  143. package/.claude-plugin/scripts/install.sh +9 -9
  144. package/.claude-plugin/scripts/verify.sh +7 -7
  145. package/README.md +311 -116
  146. package/bin/gate-hook.mjs +50 -0
  147. package/bin/gate.cjs +138 -0
  148. package/bin/hook-handler.cjs +83 -0
  149. package/bin/hooks.mjs +72 -12
  150. package/bin/index-guidance.mjs +29 -35
  151. package/bin/index-tests.mjs +710 -0
  152. package/bin/lib/process-manager.mjs +243 -0
  153. package/bin/lib/registry-cleanup.cjs +41 -0
  154. package/bin/prompt-hook.mjs +72 -0
  155. package/bin/semantic-search.mjs +472 -440
  156. package/bin/session-start-launcher.mjs +81 -31
  157. package/bin/setup-project.mjs +65 -65
  158. package/package.json +4 -2
  159. package/src/@claude-flow/cli/README.md +1 -1
  160. package/src/@claude-flow/cli/bin/cli.js +175 -175
  161. package/src/@claude-flow/cli/dist/src/commands/doctor.js +1091 -736
  162. package/src/@claude-flow/cli/dist/src/commands/github.d.ts +12 -0
  163. package/src/@claude-flow/cli/dist/src/commands/github.js +505 -0
  164. package/src/@claude-flow/cli/dist/src/commands/hive-mind.js +90 -90
  165. package/src/@claude-flow/cli/dist/src/commands/index.d.ts +1 -0
  166. package/src/@claude-flow/cli/dist/src/commands/index.js +7 -0
  167. package/src/@claude-flow/cli/dist/src/config-adapter.js +1 -1
  168. package/src/@claude-flow/cli/dist/src/init/claudemd-generator.d.ts +29 -24
  169. package/src/@claude-flow/cli/dist/src/init/claudemd-generator.js +73 -494
  170. package/src/@claude-flow/cli/dist/src/init/executor.js +109 -5
  171. package/src/@claude-flow/cli/dist/src/init/helpers-generator.d.ts +14 -0
  172. package/src/@claude-flow/cli/dist/src/init/helpers-generator.js +156 -24
  173. package/src/@claude-flow/cli/dist/src/init/mcp-generator.js +20 -20
  174. package/src/@claude-flow/cli/dist/src/init/moflo-init.d.ts +30 -23
  175. package/src/@claude-flow/cli/dist/src/init/moflo-init.js +727 -670
  176. package/src/@claude-flow/cli/dist/src/init/settings-generator.js +23 -14
  177. package/src/@claude-flow/cli/dist/src/mcp-server.js +3 -3
  178. package/src/@claude-flow/cli/dist/src/plugins/manager.js +9 -8
  179. package/src/@claude-flow/cli/dist/src/services/worker-daemon.d.ts +1 -0
  180. package/src/@claude-flow/cli/dist/src/services/worker-daemon.js +3 -1
  181. package/src/@claude-flow/cli/dist/src/services/workflow-gate.js +10 -10
  182. package/src/@claude-flow/cli/package.json +106 -106
@@ -1,290 +1,351 @@
1
- {
2
- "model": "claude-opus-4-6",
3
- "customInstructions": "Follow the project's CLAUDE.md guidelines. Use concurrent execution for all operations. Prioritize v3 implementation with security-first development, 15-agent swarm coordination, phased performance optimization, and cross-platform helper automation.",
4
- "env": {
5
- "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
6
- "CLAUDE_FLOW_V3_ENABLED": "true",
7
- "CLAUDE_FLOW_HOOKS_ENABLED": "true"
8
- },
9
- "permissions": {
10
- "allow": [
11
- "Bash",
12
- "Read",
13
- "Write",
14
- "Edit",
15
- "MultiEdit",
16
- "Glob",
17
- "Grep",
18
- "Task",
19
- "WebFetch(domain:*)",
20
- "mcp__*"
21
- ],
22
- "deny": [
23
- "Read(./.env)",
24
- "Read(./.env.*)",
25
- "Bash(rm -rf /)"
26
- ]
27
- },
28
- "hooks": {
29
- "PreToolUse": [
30
- {
31
- "matcher": "Bash",
32
- "hooks": [
33
- {
34
- "type": "command",
35
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" pre-bash",
36
- "timeout": 5000
37
- }
38
- ]
39
- }
40
- ],
41
- "PostToolUse": [
42
- {
43
- "matcher": "Write|Edit|MultiEdit",
44
- "hooks": [
45
- {
46
- "type": "command",
47
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" post-edit",
48
- "timeout": 10000
49
- }
50
- ]
51
- }
52
- ],
53
- "UserPromptSubmit": [
54
- {
55
- "hooks": [
56
- {
57
- "type": "command",
58
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" route",
59
- "timeout": 10000
60
- }
61
- ]
62
- }
63
- ],
64
- "SessionStart": [
65
- {
66
- "hooks": [
67
- {
68
- "type": "command",
69
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" session-restore",
70
- "timeout": 15000
71
- },
72
- {
73
- "type": "command",
74
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/auto-memory-hook.mjs\" import",
75
- "timeout": 8000
76
- }
77
- ]
78
- }
79
- ],
80
- "SessionEnd": [
81
- {
82
- "hooks": [
83
- {
84
- "type": "command",
85
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" session-end",
86
- "timeout": 10000
87
- }
88
- ]
89
- }
90
- ],
91
- "Stop": [
92
- {
93
- "hooks": [
94
- {
95
- "type": "command",
96
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/auto-memory-hook.mjs\" sync",
97
- "timeout": 10000
98
- }
99
- ]
100
- }
101
- ],
102
- "PreCompact": [
103
- {
104
- "matcher": "manual",
105
- "hooks": [
106
- {
107
- "type": "command",
108
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" compact-manual"
109
- },
110
- {
111
- "type": "command",
112
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" session-end",
113
- "timeout": 5000
114
- }
115
- ]
116
- },
117
- {
118
- "matcher": "auto",
119
- "hooks": [
120
- {
121
- "type": "command",
122
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" compact-auto"
123
- },
124
- {
125
- "type": "command",
126
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" session-end",
127
- "timeout": 6000
128
- }
129
- ]
130
- }
131
- ],
132
- "SubagentStart": [
133
- {
134
- "hooks": [
135
- {
136
- "type": "command",
137
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" status",
138
- "timeout": 3000
139
- }
140
- ]
141
- }
142
- ],
143
- "TeammateIdle": [
144
- {
145
- "hooks": [
146
- {
147
- "type": "command",
148
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" post-task",
149
- "timeout": 5000
150
- }
151
- ]
152
- }
153
- ],
154
- "TaskCompleted": [
155
- {
156
- "hooks": [
157
- {
158
- "type": "command",
159
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/hook-handler.cjs\" post-task",
160
- "timeout": 5000
161
- }
162
- ]
163
- }
164
- ]
165
- },
166
- "attribution": {
167
- "commit": "Co-Authored-By: moflo <noreply@motailz.com>",
168
- "pr": "\ud83e\udd16 Generated with [moflo](https://github.com/eric-cielo/moflo)"
169
- },
170
- "claudeFlow": {
171
- "version": "4.7.2",
172
- "enabled": true,
173
- "modelPreferences": {
174
- "default": "claude-opus-4-6",
175
- "routing": "claude-haiku-4-5-20251001"
176
- },
177
- "agentTeams": {
178
- "enabled": true,
179
- "teammateMode": "auto",
180
- "taskListEnabled": true,
181
- "mailboxEnabled": true,
182
- "coordination": {
183
- "autoAssignOnIdle": true,
184
- "trainPatternsOnComplete": true,
185
- "notifyLeadOnComplete": true,
186
- "sharedMemoryNamespace": "agent-teams"
187
- },
188
- "hooks": {
189
- "teammateIdle": {
190
- "enabled": true,
191
- "autoAssign": true,
192
- "checkTaskList": true
193
- },
194
- "taskCompleted": {
195
- "enabled": true,
196
- "trainPatterns": true,
197
- "notifyLead": true
198
- }
199
- }
200
- },
201
- "swarm": {
202
- "topology": "hierarchical-mesh",
203
- "maxAgents": 15
204
- },
205
- "memory": {
206
- "backend": "hybrid",
207
- "enableHNSW": true,
208
- "learningBridge": { "enabled": true },
209
- "memoryGraph": { "enabled": true },
210
- "agentScopes": { "enabled": true }
211
- },
212
- "neural": {
213
- "enabled": true
214
- },
215
- "daemon": {
216
- "autoStart": true,
217
- "workers": [
218
- "map",
219
- "audit",
220
- "optimize",
221
- "consolidate",
222
- "testgaps",
223
- "ultralearn",
224
- "deepdive",
225
- "document",
226
- "refactor",
227
- "benchmark"
228
- ],
229
- "schedules": {
230
- "audit": { "interval": "1h", "priority": "critical" },
231
- "optimize": { "interval": "30m", "priority": "high" },
232
- "consolidate": { "interval": "2h", "priority": "low" },
233
- "document": { "interval": "1h", "priority": "normal" },
234
- "deepdive": { "interval": "4h", "priority": "normal" },
235
- "ultralearn": { "interval": "1h", "priority": "normal" }
236
- }
237
- },
238
- "learning": {
239
- "enabled": true,
240
- "autoTrain": true,
241
- "patterns": ["coordination", "optimization", "prediction"],
242
- "retention": {
243
- "shortTerm": "24h",
244
- "longTerm": "30d"
245
- }
246
- },
247
- "adr": {
248
- "autoGenerate": true,
249
- "directory": "/docs/adr",
250
- "template": "madr"
251
- },
252
- "ddd": {
253
- "trackDomains": true,
254
- "validateBoundedContexts": true,
255
- "directory": "/docs/ddd"
256
- },
257
- "security": {
258
- "autoScan": true,
259
- "scanOnEdit": true,
260
- "cveCheck": true,
261
- "threatModel": true
262
- }
263
- },
264
- "agents": {
265
- "source": ".claude/agents",
266
- "customAgents": []
267
- },
268
- "skills": {
269
- "source": ".claude/commands",
270
- "enabled": true
271
- },
272
- "statusLine": {
273
- "type": "command",
274
- "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/statusline.cjs\""
275
- },
276
- "mcpServers": {
277
- "claude-flow": {
278
- "command": "node",
279
- "args": [
280
- "bin/cli.js",
281
- "mcp",
282
- "start"
283
- ]
284
- }
285
- },
286
- "enabledMcpjsonServers": [
287
- "claude-flow",
288
- "ruv-swarm"
289
- ]
290
- }
1
+ {
2
+ "model": "claude-opus-4-6",
3
+ "customInstructions": "Follow the project's CLAUDE.md guidelines. Use concurrent execution for all operations. Prioritize v3 implementation with security-first development, 15-agent swarm coordination, phased performance optimization, and cross-platform helper automation.",
4
+ "env": {
5
+ "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
6
+ "CLAUDE_FLOW_V3_ENABLED": "true",
7
+ "CLAUDE_FLOW_HOOKS_ENABLED": "true"
8
+ },
9
+ "permissions": {
10
+ "allow": [
11
+ "Bash",
12
+ "Read",
13
+ "Write",
14
+ "Edit",
15
+ "MultiEdit",
16
+ "Glob",
17
+ "Grep",
18
+ "Task",
19
+ "WebFetch(domain:*)",
20
+ "mcp__*"
21
+ ],
22
+ "deny": [
23
+ "Read(./.env)",
24
+ "Read(./.env.*)",
25
+ "Bash(rm -rf /)"
26
+ ]
27
+ },
28
+ "hooks": {
29
+ "PreToolUse": [
30
+ {
31
+ "matcher": "^(Write|Edit|MultiEdit)$",
32
+ "hooks": [
33
+ {
34
+ "type": "command",
35
+ "command": "npx flo hooks pre-edit",
36
+ "timeout": 5000
37
+ }
38
+ ]
39
+ },
40
+ {
41
+ "matcher": "^(Glob|Grep)$",
42
+ "hooks": [
43
+ {
44
+ "type": "command",
45
+ "command": "npx flo gate check-before-scan",
46
+ "timeout": 3000
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "matcher": "^Read$",
52
+ "hooks": [
53
+ {
54
+ "type": "command",
55
+ "command": "npx flo gate check-before-read",
56
+ "timeout": 3000
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "matcher": "^Task$",
62
+ "hooks": [
63
+ {
64
+ "type": "command",
65
+ "command": "npx flo gate check-before-agent",
66
+ "timeout": 3000
67
+ },
68
+ {
69
+ "type": "command",
70
+ "command": "npx flo hooks pre-task",
71
+ "timeout": 5000
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "matcher": "^Bash$",
77
+ "hooks": [
78
+ {
79
+ "type": "command",
80
+ "command": "npx flo gate check-dangerous-command",
81
+ "timeout": 2000
82
+ }
83
+ ]
84
+ }
85
+ ],
86
+ "PostToolUse": [
87
+ {
88
+ "matcher": "^(Write|Edit|MultiEdit)$",
89
+ "hooks": [
90
+ {
91
+ "type": "command",
92
+ "command": "npx flo hooks post-edit",
93
+ "timeout": 5000
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "matcher": "^Task$",
99
+ "hooks": [
100
+ {
101
+ "type": "command",
102
+ "command": "npx flo hooks post-task",
103
+ "timeout": 5000
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "matcher": "^TaskCreate$",
109
+ "hooks": [
110
+ {
111
+ "type": "command",
112
+ "command": "npx flo gate record-task-created",
113
+ "timeout": 2000
114
+ }
115
+ ]
116
+ },
117
+ {
118
+ "matcher": "^Bash$",
119
+ "hooks": [
120
+ {
121
+ "type": "command",
122
+ "command": "npx flo gate check-bash-memory",
123
+ "timeout": 2000
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "matcher": "^mcp__moflo__memory_(search|retrieve)$",
129
+ "hooks": [
130
+ {
131
+ "type": "command",
132
+ "command": "npx flo gate record-memory-searched",
133
+ "timeout": 2000
134
+ }
135
+ ]
136
+ }
137
+ ],
138
+ "UserPromptSubmit": [
139
+ {
140
+ "hooks": [
141
+ {
142
+ "type": "command",
143
+ "command": "npx flo gate prompt-reminder",
144
+ "timeout": 2000
145
+ },
146
+ {
147
+ "type": "command",
148
+ "command": "npx flo hooks route",
149
+ "timeout": 5000
150
+ }
151
+ ]
152
+ }
153
+ ],
154
+ "SessionStart": [
155
+ {
156
+ "hooks": [
157
+ {
158
+ "type": "command",
159
+ "command": "node \"$CLAUDE_PROJECT_DIR/.claude/scripts/session-start-launcher.mjs\"",
160
+ "timeout": 3000
161
+ }
162
+ ]
163
+ }
164
+ ],
165
+ "Stop": [
166
+ {
167
+ "hooks": [
168
+ {
169
+ "type": "command",
170
+ "command": "npx flo hooks session-end",
171
+ "timeout": 5000
172
+ }
173
+ ]
174
+ }
175
+ ],
176
+ "PreCompact": [
177
+ {
178
+ "hooks": [
179
+ {
180
+ "type": "command",
181
+ "command": "npx flo gate compact-guidance",
182
+ "timeout": 3000
183
+ }
184
+ ]
185
+ }
186
+ ],
187
+ "Notification": [
188
+ {
189
+ "hooks": [
190
+ {
191
+ "type": "command",
192
+ "command": "npx flo hooks notification",
193
+ "timeout": 3000
194
+ }
195
+ ]
196
+ }
197
+ ]
198
+ },
199
+ "attribution": {
200
+ "commit": "Co-Authored-By: moflo <noreply@motailz.com>",
201
+ "pr": "🤖 Generated with [moflo](https://github.com/eric-cielo/moflo)"
202
+ },
203
+ "claudeFlow": {
204
+ "version": "4.7.2",
205
+ "enabled": true,
206
+ "modelPreferences": {
207
+ "default": "claude-opus-4-6",
208
+ "routing": "claude-haiku-4-5-20251001"
209
+ },
210
+ "agentTeams": {
211
+ "enabled": true,
212
+ "teammateMode": "auto",
213
+ "taskListEnabled": true,
214
+ "mailboxEnabled": true,
215
+ "coordination": {
216
+ "autoAssignOnIdle": true,
217
+ "trainPatternsOnComplete": true,
218
+ "notifyLeadOnComplete": true,
219
+ "sharedMemoryNamespace": "agent-teams"
220
+ },
221
+ "hooks": {
222
+ "teammateIdle": {
223
+ "enabled": true,
224
+ "autoAssign": true,
225
+ "checkTaskList": true
226
+ },
227
+ "taskCompleted": {
228
+ "enabled": true,
229
+ "trainPatterns": true,
230
+ "notifyLead": true
231
+ }
232
+ }
233
+ },
234
+ "swarm": {
235
+ "topology": "hierarchical-mesh",
236
+ "maxAgents": 15
237
+ },
238
+ "memory": {
239
+ "backend": "hybrid",
240
+ "enableHNSW": true,
241
+ "learningBridge": {
242
+ "enabled": true
243
+ },
244
+ "memoryGraph": {
245
+ "enabled": true
246
+ },
247
+ "agentScopes": {
248
+ "enabled": true
249
+ }
250
+ },
251
+ "neural": {
252
+ "enabled": true
253
+ },
254
+ "daemon": {
255
+ "autoStart": true,
256
+ "workers": [
257
+ "map",
258
+ "audit",
259
+ "optimize",
260
+ "consolidate",
261
+ "testgaps",
262
+ "ultralearn",
263
+ "deepdive",
264
+ "document",
265
+ "refactor",
266
+ "benchmark"
267
+ ],
268
+ "schedules": {
269
+ "audit": {
270
+ "interval": "1h",
271
+ "priority": "critical"
272
+ },
273
+ "optimize": {
274
+ "interval": "30m",
275
+ "priority": "high"
276
+ },
277
+ "consolidate": {
278
+ "interval": "2h",
279
+ "priority": "low"
280
+ },
281
+ "document": {
282
+ "interval": "1h",
283
+ "priority": "normal"
284
+ },
285
+ "deepdive": {
286
+ "interval": "4h",
287
+ "priority": "normal"
288
+ },
289
+ "ultralearn": {
290
+ "interval": "1h",
291
+ "priority": "normal"
292
+ }
293
+ }
294
+ },
295
+ "learning": {
296
+ "enabled": true,
297
+ "autoTrain": true,
298
+ "patterns": [
299
+ "coordination",
300
+ "optimization",
301
+ "prediction"
302
+ ],
303
+ "retention": {
304
+ "shortTerm": "24h",
305
+ "longTerm": "30d"
306
+ }
307
+ },
308
+ "adr": {
309
+ "autoGenerate": true,
310
+ "directory": "/docs/adr",
311
+ "template": "madr"
312
+ },
313
+ "ddd": {
314
+ "trackDomains": true,
315
+ "validateBoundedContexts": true,
316
+ "directory": "/docs/ddd"
317
+ },
318
+ "security": {
319
+ "autoScan": true,
320
+ "scanOnEdit": true,
321
+ "cveCheck": true,
322
+ "threatModel": true
323
+ }
324
+ },
325
+ "agents": {
326
+ "source": ".claude/agents",
327
+ "customAgents": []
328
+ },
329
+ "skills": {
330
+ "source": ".claude/commands",
331
+ "enabled": true
332
+ },
333
+ "statusLine": {
334
+ "type": "command",
335
+ "command": "node \"$CLAUDE_PROJECT_DIR/.claude/helpers/statusline.cjs\""
336
+ },
337
+ "mcpServers": {
338
+ "moflo": {
339
+ "command": "node",
340
+ "args": [
341
+ "bin/cli.js",
342
+ "mcp",
343
+ "start"
344
+ ]
345
+ }
346
+ },
347
+ "enabledMcpjsonServers": [
348
+ "moflo",
349
+ "ruv-swarm"
350
+ ]
351
+ }
@@ -9,9 +9,10 @@
9
9
  "Bash(powershell.exe -NoProfile -Command \"Get-Process node -ErrorAction SilentlyContinue | Select-Object Id,ProcessName,StartTime,CommandLine | Format-Table -AutoSize\")",
10
10
  "Bash(npm version:*)",
11
11
  "Bash(gh pr:*)",
12
- "mcp__claude-flow__memory_store",
13
- "mcp__claude-flow__memory_retrieve",
14
- "mcp__claude-flow__memory_search"
12
+ "mcp__moflo__memory_store",
13
+ "mcp__moflo__memory_retrieve",
14
+ "mcp__moflo__memory_search",
15
+ "mcp__moflo__system_health"
15
16
  ]
16
17
  }
17
18
  }