-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.example.json
More file actions
312 lines (312 loc) · 7.66 KB
/
Copy pathsettings.example.json
File metadata and controls
312 lines (312 loc) · 7.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
112
113
114
115
116
117
118
119
120
121
122
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
148
149
150
151
152
153
154
155
156
157
158
159
160
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
{
"permissions": {
"allow": [
"Read",
"Glob",
"Grep",
"Edit",
"Write",
"NotebookEdit",
"NotebookRead",
"Agent",
"WebFetch",
"WebSearch",
"Monitor",
"ToolSearch",
"ScheduleWakeup",
"Skill",
"LSP",
"TaskCreate",
"TaskUpdate",
"TaskList",
"TaskGet",
"TaskOutput",
"TaskStop",
"AskUserQuestion",
"PushNotification",
"EnterPlanMode",
"ExitPlanMode",
"EnterWorktree",
"ExitWorktree",
"mcp__plugin_context7_context7__query-docs",
"mcp__plugin_context7_context7__resolve-library-id",
"Bash(ls *)",
"Bash(pwd)",
"Bash(cd *)",
"Bash(cat *)",
"Bash(head *)",
"Bash(tail *)",
"Bash(wc *)",
"Bash(echo *)",
"Bash(which *)",
"Bash(type *)",
"Bash(env)",
"Bash(printenv *)",
"Bash(whoami)",
"Bash(hostname)",
"Bash(uname *)",
"Bash(date)",
"Bash(df *)",
"Bash(du *)",
"Bash(free *)",
"Bash(ps *)",
"Bash(top *)",
"Bash(htop)",
"Bash(file *)",
"Bash(stat *)",
"Bash(tree *)",
"Bash(find *)",
"Bash(grep *)",
"Bash(rg *)",
"Bash(sed *)",
"Bash(awk *)",
"Bash(sort *)",
"Bash(uniq *)",
"Bash(diff *)",
"Bash(cmp *)",
"Bash(jq *)",
"Bash(yq *)",
"Bash(curl *)",
"Bash(wget *)",
"Bash(ping *)",
"Bash(nslookup *)",
"Bash(dig *)",
"Bash(mkdir *)",
"Bash(touch *)",
"Bash(cp *)",
"Bash(mv *)",
"Bash(ln *)",
"Bash(chmod *)",
"Bash(tar *)",
"Bash(zip *)",
"Bash(unzip *)",
"Bash(gzip *)",
"Bash(gunzip *)",
"Bash(git status *)",
"Bash(git status)",
"Bash(git diff *)",
"Bash(git diff)",
"Bash(git log *)",
"Bash(git log)",
"Bash(git show *)",
"Bash(git branch *)",
"Bash(git branch)",
"Bash(git checkout *)",
"Bash(git switch *)",
"Bash(git pull *)",
"Bash(git pull)",
"Bash(git fetch *)",
"Bash(git fetch)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git stash *)",
"Bash(git stash)",
"Bash(git remote *)",
"Bash(git config *)",
"Bash(git rev-parse *)",
"Bash(git ls-files *)",
"Bash(git blame *)",
"Bash(git tag *)",
"Bash(gh *)",
"Bash(npm install)",
"Bash(npm install *)",
"Bash(npm i)",
"Bash(npm i *)",
"Bash(npm run *)",
"Bash(npm test *)",
"Bash(npm test)",
"Bash(npm ci)",
"Bash(npm list *)",
"Bash(npm view *)",
"Bash(npm pack *)",
"Bash(npx *)",
"Bash(yarn *)",
"Bash(pnpm *)",
"Bash(bun *)",
"Bash(bunx *)",
"Bash(node *)",
"Bash(deno *)",
"Bash(python *)",
"Bash(python3 *)",
"Bash(pip install *)",
"Bash(pip list *)",
"Bash(pip show *)",
"Bash(pip3 install *)",
"Bash(pip3 list *)",
"Bash(pytest *)",
"Bash(pytest)",
"Bash(uv *)",
"Bash(poetry *)",
"Bash(go build *)",
"Bash(go test *)",
"Bash(go run *)",
"Bash(go mod *)",
"Bash(go vet *)",
"Bash(go fmt *)",
"Bash(gofmt *)",
"Bash(cargo build *)",
"Bash(cargo test *)",
"Bash(cargo run *)",
"Bash(cargo check *)",
"Bash(cargo fmt *)",
"Bash(cargo clippy *)",
"Bash(rustc *)",
"Bash(make *)",
"Bash(make)",
"Bash(cmake *)",
"Bash(docker ps *)",
"Bash(docker ps)",
"Bash(docker images *)",
"Bash(docker images)",
"Bash(docker logs *)",
"Bash(docker inspect *)",
"Bash(docker build *)",
"Bash(docker run *)",
"Bash(docker compose *)",
"Bash(kubectl get *)",
"Bash(kubectl describe *)",
"Bash(kubectl logs *)",
"Bash(tsc *)",
"Bash(eslint *)",
"Bash(prettier *)",
"Bash(ruff *)",
"Bash(black *)",
"Bash(mypy *)",
"Bash(true)",
"Bash(false)",
"Bash(openspec *)",
"Bash(nvidia-smi *)"
],
"ask": [
"Bash(rm *)",
"Bash(rmdir *)",
"Bash(unlink *)",
"Bash(shred *)",
"Bash(trash *)",
"Bash(truncate *)",
"Bash(:>*)",
"Bash(>*)",
"Bash(dd *)",
"Bash(mkfs *)",
"Bash(find * -delete*)",
"Bash(find * -exec rm*)",
"Bash(git clean *)",
"Bash(git reset --hard*)",
"Bash(git branch -D *)",
"Bash(git branch -d *)",
"Bash(git push --force*)",
"Bash(git push -f *)",
"Bash(git rm *)",
"Bash(git stash drop *)",
"Bash(git stash clear)",
"Bash(git tag -d *)",
"Bash(git update-ref -d *)",
"Bash(npm uninstall *)",
"Bash(npm rm *)",
"Bash(yarn remove *)",
"Bash(pnpm remove *)",
"Bash(pnpm uninstall *)",
"Bash(bun remove *)",
"Bash(pip uninstall *)",
"Bash(pip3 uninstall *)",
"Bash(uv remove *)",
"Bash(poetry remove *)",
"Bash(cargo uninstall *)",
"Bash(go clean *)",
"Bash(docker rm *)",
"Bash(docker rmi *)",
"Bash(docker volume rm *)",
"Bash(docker network rm *)",
"Bash(docker system prune *)",
"Bash(docker image prune *)",
"Bash(docker container prune *)",
"Bash(docker compose down *)",
"Bash(kubectl delete *)",
"Bash(make clean *)",
"Bash(make clean)",
"Bash(cargo clean *)"
],
"defaultMode": "acceptEdits"
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "$HOME/.claude/hooks/block-uv-pip.sh",
"timeout": 10
},
{
"type": "command",
"command": "$HOME/.claude/hooks/block-orchestrator-writes.sh",
"timeout": 10
},
{
"type": "command",
"command": "$HOME/.claude/hooks/protect-state-from-rm.sh",
"timeout": 10
},
{
"type": "command",
"command": "$HOME/.claude/hooks/block-pipeline-improvisations.sh",
"timeout": 10
},
{
"type": "command",
"command": "$HOME/.claude/hooks/second-opinion-commit-gate.sh",
"timeout": 360
}
]
},
{
"matcher": "Edit|Write|NotebookEdit",
"hooks": [
{
"type": "command",
"command": "$HOME/.claude/hooks/protect-paths.sh",
"timeout": 10
},
{
"type": "command",
"command": "$HOME/.claude/hooks/block-orchestrator-writes.sh",
"timeout": 10
}
]
}
],
"SessionStart": [
{
"matcher": "startup|resume|compact",
"hooks": [
{
"type": "command",
"command": "$HOME/.claude/hooks/session-start-git-context.sh",
"timeout": 15
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "python3 $HOME/.claude/statusline.py",
"padding": 0
},
"enabledPlugins": {
"code-review@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"github@claude-plugins-official": true,
"feature-dev@claude-plugins-official": true,
"ralph-loop@claude-plugins-official": true,
"pyright-lsp@claude-plugins-official": true
},
"effortLevel": "xhigh",
"tui": "default",
"skipDangerousModePermissionPrompt": true,
"preferredNotifChannel": "terminal_bell",
"skipAutoPermissionPrompt": true,
"agentPushNotifEnabled": true
}