-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.json
More file actions
66 lines (66 loc) · 1.55 KB
/
settings.json
File metadata and controls
66 lines (66 loc) · 1.55 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
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"permissions": {
"allow": [
"WebSearch",
"WebFetch",
"Bash(git *)",
"Bash(sf *)",
"Bash(npm *)",
"Bash(gh *)",
"Bash(wc *)",
"Bash(find *)",
"Bash(ls *)",
"Bash(mktemp *)",
"Bash(TMPDIR=*)",
"Bash(rm -rf /var/folders/*)",
"Bash(rm -rf /tmp/*)",
"Bash(head *)",
"Bash(sort *)",
"Bash(cat *)",
"Read(/var/folders/**)",
"Read(/tmp/**)",
"mcp__voicemode__converse",
"mcp__voicemode__service",
"mcp__claude_ai_Slack__slack_search_users",
"mcp__claude_ai_Slack__slack_search_public_and_private",
"mcp__claude_ai_Slack__slack_read_user_profile",
"mcp__claude_ai_Slack__slack_read_channel",
"mcp__claude_ai_Slack__slack_read_thread",
"mcp__claude_ai_Slack__slack_search_channels",
"Skill(sf-code-analyzer)",
"Skill(sf-code-analyzer:*)",
"Read",
"Edit",
"Write",
"MultiEdit",
"Glob",
"Grep",
"LS",
"Task",
"Bash(node *)",
"Bash(python3 *)",
"Bash(mkdir *)",
"Bash(cp *)",
"Bash(mv *)",
"Bash(echo *)",
"Bash(tail *)",
"Bash(jq *)",
"Bash(sfdx *)",
"Bash(curl *)",
"Bash(file *)",
"Bash(cd *)",
"Bash(* && *)",
"Bash(* ; *)",
"Bash(export PATH=*)",
"Skill(simplify)",
"Skill(simplify:*)",
"Skill(claude-api)",
"Skill(claude-api:*)",
"Bash(xargs ls:*)"
]
},
"effortLevel": "medium"
}