moflo 4.8.11 → 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.
@@ -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
- "moflo": {
278
- "command": "node",
279
- "args": [
280
- "bin/cli.js",
281
- "mcp",
282
- "start"
283
- ]
284
- }
285
- },
286
- "enabledMcpjsonServers": [
287
- "moflo",
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
+ }
@@ -11,7 +11,8 @@
11
11
  "Bash(gh pr:*)",
12
12
  "mcp__moflo__memory_store",
13
13
  "mcp__moflo__memory_retrieve",
14
- "mcp__moflo__memory_search"
14
+ "mcp__moflo__memory_search",
15
+ "mcp__moflo__system_health"
15
16
  ]
16
17
  }
17
18
  }