snow-flow 1.4.25 → 1.4.27

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.
@@ -134,6 +134,15 @@
134
134
  "SNOW_CLIENT_ID": "${SNOW_CLIENT_ID}",
135
135
  "SNOW_CLIENT_SECRET": "${SNOW_CLIENT_SECRET}"
136
136
  }
137
+ },
138
+ "snow-flow": {
139
+ "command": "node",
140
+ "args": [
141
+ "/Users/nielsvanderwerf/Projects/servicenow_multiagent/dist/mcp/snow-flow-mcp.js"
142
+ ],
143
+ "env": {
144
+ "SNOW_FLOW_ENV": "${SNOW_FLOW_ENV}"
145
+ }
137
146
  }
138
147
  }
139
148
  }
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "permissions": {
11
11
  "allow": [
12
- "Bash(npx claude-flow *)",
12
+ "Bash(npx snow-flow *)",
13
13
  "Bash(npm run lint)",
14
14
  "Bash(npm run test:*)",
15
15
  "Bash(npm test *)",
@@ -44,7 +44,7 @@
44
44
  "hooks": [
45
45
  {
46
46
  "type": "command",
47
- "command": "cat | jq -r '.tool_input.command // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx claude-flow@alpha hooks pre-command --command '{}' --validate-safety true --prepare-resources true"
47
+ "command": "cat | jq -r '.tool_input.command // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx snow-flow hooks pre-command --command '{}' --validate-safety true --prepare-resources true"
48
48
  }
49
49
  ]
50
50
  },
@@ -53,7 +53,7 @@
53
53
  "hooks": [
54
54
  {
55
55
  "type": "command",
56
- "command": "cat | jq -r '.tool_input.file_path // .tool_input.path // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx claude-flow@alpha hooks pre-edit --file '{}' --auto-assign-agents true --load-context true"
56
+ "command": "cat | jq -r '.tool_input.file_path // .tool_input.path // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx snow-flow hooks pre-edit --file '{}' --auto-assign-agents true --load-context true"
57
57
  }
58
58
  ]
59
59
  }
@@ -64,7 +64,7 @@
64
64
  "hooks": [
65
65
  {
66
66
  "type": "command",
67
- "command": "cat | jq -r '.tool_input.command // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx claude-flow@alpha hooks post-command --command '{}' --track-metrics true --store-results true"
67
+ "command": "cat | jq -r '.tool_input.command // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx snow-flow hooks post-command --command '{}' --track-metrics true --store-results true"
68
68
  }
69
69
  ]
70
70
  },
@@ -73,7 +73,7 @@
73
73
  "hooks": [
74
74
  {
75
75
  "type": "command",
76
- "command": "cat | jq -r '.tool_input.file_path // .tool_input.path // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx claude-flow@alpha hooks post-edit --file '{}' --format true --update-memory true"
76
+ "command": "cat | jq -r '.tool_input.file_path // .tool_input.path // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx snow-flow hooks post-edit --file '{}' --format true --update-memory true"
77
77
  }
78
78
  ]
79
79
  }
@@ -103,12 +103,12 @@
103
103
  "hooks": [
104
104
  {
105
105
  "type": "command",
106
- "command": "npx claude-flow@alpha hooks session-end --generate-summary true --persist-state true --export-metrics true"
106
+ "command": "npx snow-flow hooks session-end --generate-summary true --persist-state true --export-metrics true"
107
107
  }
108
108
  ]
109
109
  }
110
110
  ]
111
111
  },
112
112
  "includeCoAuthoredBy": true,
113
- "enabledMcpjsonServers": ["claude-flow", "ruv-swarm"]
113
+ "enabledMcpjsonServers": ["snow-flow"]
114
114
  }