-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings-personal.json
More file actions
70 lines (70 loc) · 1.72 KB
/
settings-personal.json
File metadata and controls
70 lines (70 loc) · 1.72 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
68
69
70
{
"env": {
"CLAUDE_CODE_ENABLE_TELEMETRY": "1",
"OTEL_METRICS_EXPORTER": "otlp",
"OTEL_LOGS_EXPORTER": "otlp",
"OTEL_EXPORTER_OTLP_PROTOCOL": "grpc",
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317",
"ENABLE_LSP_TOOLS": "1"
},
"includeCoAuthoredBy": false,
"enabledPlugins": {
"claude-md-management@claude-plugins-official": true,
"claude-code-setup@claude-plugins-official": true,
"pyright-lsp@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,
"stepwise-web@stepwise-dev": true,
"stepwise-core@stepwise-dev": true,
"stepwise-git@stepwise-dev": true,
"stepwise-research@stepwise-dev": true,
"chrome-devtools-mcp@ChromeDevTools": true,
"chrome-devtools-mcp@claude-plugins-official": true
},
"extraKnownMarketplaces": {
"chrome-devtools-plugins": {
"source": {
"source": "github",
"repo": "ChromeDevTools/chrome-devtools-mcp"
}
}
},
"alwaysThinkingEnabled": true,
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",
"padding": 0
},
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(cat:*)",
"Bash(ls:*)",
"Skill(stepwise-dev:thoughts-management)",
"Bash(test:*)",
"Bash(tree:*)"
]
},
"hooks": {
"Notification": [
{
"matcher": "permission_prompt",
"hooks": [
{
"type": "command",
"command": "bash ~/.claude/hooks/notify-permission.sh"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash ~/.claude/hooks/notify-stop.sh"
}
]
}
]
}
}