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.
- package/.claude/agents/browser/browser-agent.yaml +182 -0
- package/.claude/agents/core/coder.md +265 -265
- package/.claude/agents/core/planner.md +167 -167
- package/.claude/agents/core/researcher.md +189 -189
- package/.claude/agents/core/reviewer.md +325 -325
- package/.claude/agents/core/tester.md +318 -318
- package/.claude/agents/dual-mode/codex-coordinator.md +224 -224
- package/.claude/agents/dual-mode/codex-worker.md +211 -211
- package/.claude/agents/dual-mode/dual-orchestrator.md +291 -291
- package/.claude/agents/github/code-review-swarm.md +537 -537
- package/.claude/agents/github/github-modes.md +172 -172
- package/.claude/agents/github/issue-tracker.md +318 -318
- package/.claude/agents/github/multi-repo-swarm.md +552 -552
- package/.claude/agents/github/pr-manager.md +190 -190
- package/.claude/agents/github/project-board-sync.md +508 -508
- package/.claude/agents/github/release-manager.md +366 -366
- package/.claude/agents/github/release-swarm.md +582 -582
- package/.claude/agents/github/repo-architect.md +397 -397
- package/.claude/agents/github/swarm-issue.md +572 -572
- package/.claude/agents/github/swarm-pr.md +427 -427
- package/.claude/agents/github/sync-coordinator.md +451 -451
- package/.claude/agents/github/workflow-automation.md +634 -634
- package/.claude/agents/goal/code-goal-planner.md +445 -445
- package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +129 -129
- package/.claude/agents/hive-mind/queen-coordinator.md +202 -202
- package/.claude/agents/hive-mind/scout-explorer.md +241 -241
- package/.claude/agents/hive-mind/swarm-memory-manager.md +192 -192
- package/.claude/agents/hive-mind/worker-specialist.md +216 -216
- package/.claude/agents/neural/safla-neural.md +73 -73
- package/.claude/agents/reasoning/goal-planner.md +72 -72
- package/.claude/agents/swarm/adaptive-coordinator.md +395 -395
- package/.claude/agents/swarm/hierarchical-coordinator.md +326 -326
- package/.claude/agents/swarm/mesh-coordinator.md +391 -391
- package/.claude/agents/templates/migration-plan.md +745 -745
- package/.claude/commands/agents/agent-spawning.md +28 -28
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +53 -53
- package/.claude/commands/analysis/bottleneck-detect.md +162 -162
- package/.claude/commands/analysis/performance-bottlenecks.md +58 -58
- package/.claude/commands/analysis/token-efficiency.md +44 -44
- package/.claude/commands/automation/auto-agent.md +122 -122
- package/.claude/commands/automation/self-healing.md +105 -105
- package/.claude/commands/automation/session-memory.md +89 -89
- package/.claude/commands/automation/smart-agents.md +72 -72
- package/.claude/commands/coordination/init.md +44 -44
- package/.claude/commands/coordination/orchestrate.md +43 -43
- package/.claude/commands/coordination/spawn.md +45 -45
- package/.claude/commands/coordination/swarm-init.md +85 -85
- package/.claude/commands/github/github-modes.md +146 -146
- package/.claude/commands/github/github-swarm.md +121 -121
- package/.claude/commands/github/issue-tracker.md +291 -291
- package/.claude/commands/github/pr-manager.md +169 -169
- package/.claude/commands/github/release-manager.md +337 -337
- package/.claude/commands/github/repo-architect.md +366 -366
- package/.claude/commands/github/sync-coordinator.md +300 -300
- package/.claude/commands/memory/neural.md +47 -47
- package/.claude/commands/monitoring/agents.md +44 -44
- package/.claude/commands/monitoring/status.md +46 -46
- package/.claude/commands/optimization/auto-topology.md +61 -61
- package/.claude/commands/optimization/parallel-execution.md +49 -49
- package/.claude/commands/sparc/analyzer.md +51 -51
- package/.claude/commands/sparc/architect.md +53 -53
- package/.claude/commands/sparc/ask.md +97 -97
- package/.claude/commands/sparc/batch-executor.md +54 -54
- package/.claude/commands/sparc/code.md +89 -89
- package/.claude/commands/sparc/coder.md +54 -54
- package/.claude/commands/sparc/debug.md +83 -83
- package/.claude/commands/sparc/debugger.md +54 -54
- package/.claude/commands/sparc/designer.md +53 -53
- package/.claude/commands/sparc/devops.md +109 -109
- package/.claude/commands/sparc/docs-writer.md +80 -80
- package/.claude/commands/sparc/documenter.md +54 -54
- package/.claude/commands/sparc/innovator.md +54 -54
- package/.claude/commands/sparc/integration.md +83 -83
- package/.claude/commands/sparc/mcp.md +117 -117
- package/.claude/commands/sparc/memory-manager.md +54 -54
- package/.claude/commands/sparc/optimizer.md +54 -54
- package/.claude/commands/sparc/orchestrator.md +131 -131
- package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -83
- package/.claude/commands/sparc/refinement-optimization-mode.md +83 -83
- package/.claude/commands/sparc/researcher.md +54 -54
- package/.claude/commands/sparc/reviewer.md +54 -54
- package/.claude/commands/sparc/security-review.md +80 -80
- package/.claude/commands/sparc/sparc-modes.md +174 -174
- package/.claude/commands/sparc/sparc.md +111 -111
- package/.claude/commands/sparc/spec-pseudocode.md +80 -80
- package/.claude/commands/sparc/supabase-admin.md +348 -348
- package/.claude/commands/sparc/swarm-coordinator.md +54 -54
- package/.claude/commands/sparc/tdd.md +54 -54
- package/.claude/commands/sparc/tester.md +54 -54
- package/.claude/commands/sparc/tutorial.md +79 -79
- package/.claude/commands/sparc/workflow-manager.md +54 -54
- package/.claude/commands/sparc.md +166 -166
- package/.claude/commands/swarm/analysis.md +95 -95
- package/.claude/commands/swarm/development.md +96 -96
- package/.claude/commands/swarm/examples.md +168 -168
- package/.claude/commands/swarm/maintenance.md +102 -102
- package/.claude/commands/swarm/optimization.md +117 -117
- package/.claude/commands/swarm/research.md +136 -136
- package/.claude/commands/swarm/testing.md +131 -131
- package/.claude/commands/training/neural-patterns.md +73 -73
- package/.claude/commands/training/specialization.md +62 -62
- package/.claude/commands/workflows/development.md +77 -77
- package/.claude/commands/workflows/research.md +62 -62
- package/.claude/guidance/moflo-bootstrap.md +129 -0
- package/.claude/guidance/{agent-bootstrap.md → shipped/agent-bootstrap.md} +126 -126
- package/.claude/guidance/{guidance-memory-strategy.md → shipped/guidance-memory-strategy.md} +262 -262
- package/.claude/guidance/{memory-strategy.md → shipped/memory-strategy.md} +204 -204
- package/.claude/guidance/{moflo.md → shipped/moflo.md} +45 -31
- package/.claude/guidance/{task-swarm-integration.md → shipped/task-swarm-integration.md} +441 -348
- package/.claude/helpers/gate-hook.mjs +50 -0
- package/.claude/helpers/gate.cjs +138 -236
- package/.claude/helpers/hook-handler.cjs +64 -326
- package/.claude/helpers/post-commit +16 -0
- package/.claude/helpers/pre-commit +26 -0
- package/.claude/helpers/prompt-hook.mjs +72 -0
- package/.claude/scripts/build-embeddings.mjs +549 -0
- package/.claude/scripts/generate-code-map.mjs +697 -0
- package/.claude/scripts/hooks.mjs +656 -0
- package/.claude/scripts/index-guidance.mjs +893 -0
- package/.claude/scripts/index-tests.mjs +710 -0
- package/.claude/scripts/semantic-search.mjs +473 -0
- package/.claude/scripts/session-start-launcher.mjs +226 -0
- package/.claude/settings.json +351 -290
- package/.claude/settings.local.json +4 -3
- package/.claude/skills/browser/SKILL.md +204 -0
- package/.claude/skills/fl/SKILL.md +29 -23
- package/.claude/skills/flo/SKILL.md +29 -23
- package/.claude/skills/github-code-review/SKILL.md +4 -4
- package/.claude/skills/github-multi-repo/SKILL.md +8 -8
- package/.claude/skills/github-project-management/SKILL.md +6 -6
- package/.claude/skills/github-release-management/SKILL.md +12 -12
- package/.claude/skills/github-workflow-automation/SKILL.md +6 -6
- package/.claude/skills/hooks-automation/SKILL.md +1201 -1201
- package/.claude/skills/performance-analysis/SKILL.md +563 -563
- package/.claude/skills/sparc-methodology/SKILL.md +64 -64
- package/.claude/skills/swarm-advanced/SKILL.md +77 -77
- package/.claude/workflow-state.json +9 -0
- package/.claude-plugin/README.md +3 -3
- package/.claude-plugin/docs/PLUGIN_SUMMARY.md +3 -3
- package/.claude-plugin/docs/QUICKSTART.md +4 -4
- package/.claude-plugin/marketplace.json +3 -3
- package/.claude-plugin/plugin.json +3 -3
- package/.claude-plugin/scripts/install.sh +9 -9
- package/.claude-plugin/scripts/verify.sh +7 -7
- package/README.md +311 -116
- package/bin/gate-hook.mjs +50 -0
- package/bin/gate.cjs +138 -0
- package/bin/hook-handler.cjs +83 -0
- package/bin/hooks.mjs +72 -12
- package/bin/index-guidance.mjs +29 -35
- package/bin/index-tests.mjs +710 -0
- package/bin/lib/process-manager.mjs +243 -0
- package/bin/lib/registry-cleanup.cjs +41 -0
- package/bin/prompt-hook.mjs +72 -0
- package/bin/semantic-search.mjs +472 -440
- package/bin/session-start-launcher.mjs +81 -31
- package/bin/setup-project.mjs +65 -65
- package/package.json +4 -2
- package/src/@claude-flow/cli/README.md +1 -1
- package/src/@claude-flow/cli/bin/cli.js +175 -175
- package/src/@claude-flow/cli/dist/src/commands/doctor.js +1091 -736
- package/src/@claude-flow/cli/dist/src/commands/github.d.ts +12 -0
- package/src/@claude-flow/cli/dist/src/commands/github.js +505 -0
- package/src/@claude-flow/cli/dist/src/commands/hive-mind.js +90 -90
- package/src/@claude-flow/cli/dist/src/commands/index.d.ts +1 -0
- package/src/@claude-flow/cli/dist/src/commands/index.js +7 -0
- package/src/@claude-flow/cli/dist/src/config-adapter.js +1 -1
- package/src/@claude-flow/cli/dist/src/init/claudemd-generator.d.ts +29 -24
- package/src/@claude-flow/cli/dist/src/init/claudemd-generator.js +73 -494
- package/src/@claude-flow/cli/dist/src/init/executor.js +109 -5
- package/src/@claude-flow/cli/dist/src/init/helpers-generator.d.ts +14 -0
- package/src/@claude-flow/cli/dist/src/init/helpers-generator.js +156 -24
- package/src/@claude-flow/cli/dist/src/init/mcp-generator.js +20 -20
- package/src/@claude-flow/cli/dist/src/init/moflo-init.d.ts +30 -23
- package/src/@claude-flow/cli/dist/src/init/moflo-init.js +727 -670
- package/src/@claude-flow/cli/dist/src/init/settings-generator.js +23 -14
- package/src/@claude-flow/cli/dist/src/mcp-server.js +3 -3
- package/src/@claude-flow/cli/dist/src/plugins/manager.js +9 -8
- package/src/@claude-flow/cli/dist/src/services/worker-daemon.d.ts +1 -0
- package/src/@claude-flow/cli/dist/src/services/worker-daemon.js +3 -1
- package/src/@claude-flow/cli/dist/src/services/workflow-gate.js +10 -10
- package/src/@claude-flow/cli/package.json +106 -106
package/.claude/settings.json
CHANGED
|
@@ -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": "
|
|
32
|
-
"hooks": [
|
|
33
|
-
{
|
|
34
|
-
"type": "command",
|
|
35
|
-
"command": "
|
|
36
|
-
"timeout": 5000
|
|
37
|
-
}
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
{
|
|
111
|
-
"type": "command",
|
|
112
|
-
"command": "
|
|
113
|
-
"timeout":
|
|
114
|
-
}
|
|
115
|
-
]
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"matcher": "
|
|
119
|
-
"hooks": [
|
|
120
|
-
{
|
|
121
|
-
"type": "command",
|
|
122
|
-
"command": "
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
{
|
|
147
|
-
"type": "command",
|
|
148
|
-
"command": "
|
|
149
|
-
"timeout": 5000
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
}
|
|
153
|
-
],
|
|
154
|
-
"
|
|
155
|
-
{
|
|
156
|
-
"hooks": [
|
|
157
|
-
{
|
|
158
|
-
"type": "command",
|
|
159
|
-
"command": "node \"$CLAUDE_PROJECT_DIR/.claude/
|
|
160
|
-
"timeout":
|
|
161
|
-
}
|
|
162
|
-
]
|
|
163
|
-
}
|
|
164
|
-
]
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
"
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
},
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
"
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
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
|
}
|