-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.local.json
More file actions
67 lines (67 loc) · 1.61 KB
/
settings.local.json
File metadata and controls
67 lines (67 loc) · 1.61 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
{
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(ls:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(npm test)",
"Bash(npm test:*)",
"Bash(npx playwright test:*)",
"Bash(npx tsc:*)",
"Bash(pgrep:*)",
"Bash(pnpm build:*)",
"Bash(pnpm exec playwright test:*)",
"Bash(pnpm test:*)",
"mcp__iconify",
"mcp__playwright",
"mcp__context7",
"mcp__sequential-thinking__sequentialthinking",
"Bash(jq:*)",
"Bash(grep:*)",
"Bash(mkdir:*)",
"WebFetch(domain:docs.anthropic.com)",
"WebFetch(domain:packaging.python.org)",
"Bash(ps:*)",
"Bash(uv run:*)",
"WebSearch",
"Bash(duckdb:*)",
"Bash(uvx ruff format:*)",
"Bash(sqlite3:*)",
"Bash(claude -p :*)",
"Bash(uv run claude-observer:*)",
"Bash(uv add:*)",
"mcp__ide__getDiagnostics",
"Bash(test:*)",
"Bash(awk:*)",
"Bash(sed:*)",
"Bash(make test:*)",
"Bash(uvx isort:*)",
"mcp__serena",
"Bash(make:*)",
"Bash(tree:*)"
],
"deny": [
"Read(.env)",
"Bash(timeout:*)",
"Bash(python:*)",
"Bash(python3:*)",
"Bash(uv run python -c :*)",
"Bash(uv run python3 -c :*)",
"Bash(rm:*)",
"Bash(PYTHONPATH=:*)"
],
"defaultMode": "acceptEdits"
},
"hooks": {},
"enabledPlugins": {
"code-review@claude-code-plugins": true,
"frontend-design@claude-code-plugins": true,
"feature-dev@claude-code-plugins": true
},
"outputStyle": "Explanatory"
}