-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
63 lines (63 loc) · 1.66 KB
/
Copy pathsettings.json
File metadata and controls
63 lines (63 loc) · 1.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
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(cat *)",
"Bash(claude mcp get *)",
"Bash(claude mcp list)",
"Bash(echo *)",
"Bash(find *)",
"Bash(gh pr checks *)",
"Bash(gh pr list *)",
"Bash(gh pr view *)",
"Bash(gh run list *)",
"Bash(gh run view *)",
"Bash(git diff *)",
"Bash(git log *)",
"Bash(ls *)",
"Bash(lsof *)",
"Bash(npm ci)",
"Bash(npm ls *)",
"Bash(npm outdated *)",
"Bash(npm run build)",
"Bash(npm run check)",
"Bash(npm run dev)",
"Bash(npm run lint)",
"Bash(npm run lint:md *)",
"Bash(npm run start)",
"Bash(npm run test)",
"Bash(npm run test:e2e *)",
"Bash(npm run test:unit *)",
"Bash(npm run typecheck)",
"Bash(npx @biomejs/biome *)",
"Bash(npx lefthook *)",
"Bash(npx playwright *)",
"Bash(playwright-cli *)",
"Bash(tree *)",
"Bash(vercel --help)",
"Bash(vercel env --help)",
"Bash(vercel env ls *)",
"Bash(vercel git --help)",
"Bash(vercel integration --help)",
"Bash(vercel list *)",
"Bash(vercel open)",
"Bash(vercel project ls *)",
"Bash(vercel whoami)",
"Bash(wc *)",
"mcp__ide__getDiagnostics"
],
"deny": ["Read(**/.env)", "Read(**/.envrc)", "Read(.xdocs/DONE/**)"],
"ask": []
},
"extraKnownMarketplaces": {
"my-claude-marketplace": {
"source": {
"source": "github",
"repo": "michellepace/my-claude-marketplace"
}
}
},
"enabledPlugins": {
"git-utils@my-claude-marketplace": true
}
}