|
1 | 1 | { |
| 2 | + "$schema": "https://json.schemastore.org/claude-code-settings.json", |
2 | 3 | "permissions": { |
3 | 4 | "allow": [ |
4 | | - "Bash(cat:*)", |
5 | | - "Bash(claude mcp get:*)", |
| 5 | + "Bash(cat *)", |
| 6 | + "Bash(claude mcp get *)", |
6 | 7 | "Bash(claude mcp list)", |
7 | | - "Bash(echo:*)", |
8 | | - "Bash(find:*)", |
9 | | - "Bash(lsof:*)", |
10 | | - "Bash(ls:*)", |
11 | | - "Bash(sed:*)", |
12 | | - "Bash(tree:*)", |
13 | | - "Bash(wc:*)", |
14 | | - "Bash(xargs:*)", |
15 | | - "Bash(git diff:*)", |
16 | | - "Bash(git log:*)", |
17 | | - "Bash(gh pr checks:*)", |
18 | | - "Bash(gh pr list:*)", |
19 | | - "Bash(gh pr view:*)", |
20 | | - "Bash(gh run list:*)", |
21 | | - "Bash(gh run view:*)", |
| 8 | + "Bash(echo *)", |
| 9 | + "Bash(find *)", |
| 10 | + "Bash(gh pr checks *)", |
| 11 | + "Bash(gh pr list *)", |
| 12 | + "Bash(gh pr view *)", |
| 13 | + "Bash(gh run list *)", |
| 14 | + "Bash(gh run view *)", |
| 15 | + "Bash(git diff *)", |
| 16 | + "Bash(git log *)", |
| 17 | + "Bash(ls *)", |
| 18 | + "Bash(lsof *)", |
| 19 | + "Bash(npm ci)", |
| 20 | + "Bash(npm ls *)", |
| 21 | + "Bash(npm outdated *)", |
22 | 22 | "Bash(npm run build)", |
23 | | - "Bash(npm run dev)", |
24 | | - "Bash(npm run start)", |
25 | 23 | "Bash(npm run check)", |
| 24 | + "Bash(npm run dev)", |
26 | 25 | "Bash(npm run lint)", |
27 | | - "Bash(npm run lint:md:*)", |
| 26 | + "Bash(npm run lint:md *)", |
| 27 | + "Bash(npm run start)", |
28 | 28 | "Bash(npm run test)", |
29 | | - "Bash(npm run test:e2e:*)", |
30 | | - "Bash(npm run test:unit:*)", |
| 29 | + "Bash(npm run test:e2e *)", |
| 30 | + "Bash(npm run test:unit *)", |
31 | 31 | "Bash(npm run typecheck)", |
32 | | - "Bash(npx @biomejs/biome:*)", |
33 | | - "Bash(npx lefthook:*)", |
34 | | - "Bash(npx playwright:*)", |
35 | | - "Bash(npx vercel:*)", |
| 32 | + "Bash(npx @biomejs/biome *)", |
| 33 | + "Bash(npx lefthook *)", |
| 34 | + "Bash(npx playwright *)", |
| 35 | + "Bash(tree *)", |
36 | 36 | "Bash(vercel --help)", |
37 | 37 | "Bash(vercel env --help)", |
38 | | - "Bash(vercel env ls:*)", |
| 38 | + "Bash(vercel env ls *)", |
39 | 39 | "Bash(vercel git --help)", |
40 | 40 | "Bash(vercel integration --help)", |
41 | | - "Bash(vercel list:*)", |
| 41 | + "Bash(vercel list *)", |
42 | 42 | "Bash(vercel open)", |
43 | | - "Bash(vercel project ls:*)", |
| 43 | + "Bash(vercel project ls *)", |
44 | 44 | "Bash(vercel whoami)", |
| 45 | + "Bash(wc *)", |
45 | 46 | "mcp__ide__getDiagnostics", |
46 | 47 | "mcp__playwright__browser_click", |
47 | 48 | "mcp__playwright__browser_close", |
|
64 | 65 | "deny": ["Read(**/.env)", "Read(**/.envrc)", "Read(.xdocs/DONE/**)"], |
65 | 66 | "ask": [] |
66 | 67 | }, |
67 | | - "enabledPlugins": { |
68 | | - "shadcn-ui@my-claude-marketplace": true, |
69 | | - "feature-dev@claude-plugins-official": true, |
70 | | - "code-review@claude-plugins-official": true, |
71 | | - "code-simplifier@claude-plugins-official": true |
72 | | - }, |
73 | 68 | "extraKnownMarketplaces": { |
74 | 69 | "my-claude-marketplace": { |
75 | 70 | "source": { |
76 | 71 | "source": "github", |
77 | 72 | "repo": "michellepace/my-claude-marketplace" |
78 | 73 | } |
79 | | - }, |
80 | | - "claude-plugins-official": { |
81 | | - "source": { |
82 | | - "source": "github", |
83 | | - "repo": "anthropics/claude-plugins-official" |
84 | | - } |
85 | 74 | } |
| 75 | + }, |
| 76 | + "enabledPlugins": { |
| 77 | + "git-utils@my-claude-marketplace": true |
86 | 78 | } |
87 | 79 | } |
0 commit comments