-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
37 lines (37 loc) 路 1009 Bytes
/
Copy pathsettings.json
File metadata and controls
37 lines (37 loc) 路 1009 Bytes
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
{
"theme": "auto",
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "$HOME/.claude/hooks/session-start-project-id.sh"
}
]
}
]
},
"permissions": {
"allow": [
"WebSearch",
"WebFetch(domain:dev.to)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:gist.github.com)",
"WebFetch(domain:gist.githubusercontent.com)",
"WebFetch(domain:api.github.com)",
"WebFetch(domain:docs.github.com)",
"WebFetch(domain:objects.githubusercontent.com)"
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"github@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": true,
"pyright-lsp@claude-plugins-official": true,
"rust-analyzer-lsp@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true
}
}