-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
46 lines (46 loc) · 898 Bytes
/
Copy pathsettings.json
File metadata and controls
46 lines (46 loc) · 898 Bytes
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
{
"_comment": "Project-level Claude Code settings. Committed to repo.",
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(gh:*)",
"Bash(make:*)",
"Bash(npx:*)",
"Bash(cargo:*)",
"Bash(rustup:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(echo:*)",
"Bash(pwd:*)",
"Bash(which:*)",
"Bash(command:*)",
"Bash(wc:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(sort:*)",
"Bash(uniq:*)",
"Bash(diff:*)",
"Bash(test:*)",
"Bash(bash:*)",
"Read",
"Edit",
"Write",
"Glob",
"Grep",
"Task",
"Skill",
"WebFetch",
"WebSearch",
"mcp__*"
],
"deny": [
"Bash(rm -rf /)"
]
},
"enableAllProjectMcpServers": true
}