-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclaude_settings.json
More file actions
161 lines (161 loc) · 4.26 KB
/
claude_settings.json
File metadata and controls
161 lines (161 loc) · 4.26 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"permissions": {
"allow": [
"Bash(basename:*)",
"Bash(brew --version)",
"Bash(brew config)",
"Bash(brew info:*)",
"Bash(brew list:*)",
"Bash(brew search:*)",
"Bash(cargo --version)",
"Bash(cargo build:*)",
"Bash(cargo check:*)",
"Bash(cargo clippy:*)",
"Bash(cargo doc:*)",
"Bash(cargo fmt:*)",
"Bash(cargo info:*)",
"Bash(cargo search:*)",
"Bash(cargo test:*)",
"Bash(cat:*)",
"Bash(chmod +x /tmp/:*)",
"Bash(cksum:*)",
"Bash(cmp:*)",
"Bash(comm:*)",
"Bash(curl:*)",
"Bash(cut:*)",
"Bash(date)",
"Bash(df:*)",
"Bash(diff:*)",
"Bash(dig:*)",
"Bash(dirname:*)",
"Bash(du:*)",
"Bash(dune --version)",
"Bash(echo:*)",
"Bash(env)",
"Bash(file:*)",
"Bash(find:*)",
"Bash(gh --version)",
"Bash(gh auth status)",
"Bash(gh issue list:*)",
"Bash(gh issue view:*)",
"Bash(gh label list:*)",
"Bash(gh pr check:*)",
"Bash(gh pr diff:*)",
"Bash(gh pr list:*)",
"Bash(gh pr view:*)",
"Bash(gh release list:*)",
"Bash(gh release view:*)",
"Bash(gh repo view:*)",
"Bash(gh run list:*)",
"Bash(gh run view:*)",
"Bash(gh run watch:*)",
"Bash(gh search:*)",
"Bash(gh status)",
"Bash(gh workflow list:*)",
"Bash(gh workflow view:*)",
"Bash(git blame:*)",
"Bash(git branch)",
"Bash(git branch --list:*)",
"Bash(git cat-file:*)",
"Bash(git config --get:*)",
"Bash(git config --list)",
"Bash(git describe:*)",
"Bash(git diff:*)",
"Bash(git fetch:*)",
"Bash(git grep:*)",
"Bash(git log:*)",
"Bash(git ls-files:*)",
"Bash(git ls-tree:*)",
"Bash(git reflog:*)",
"Bash(git remote -v)",
"Bash(git remote get-url:*)",
"Bash(git rev-list:*)",
"Bash(git rev-parse:*)",
"Bash(git shortlog:*)",
"Bash(git show:*)",
"Bash(git stash list:*)",
"Bash(git status:*)",
"Bash(git submodule status:*)",
"Bash(git tag)",
"Bash(git tag --list:*)",
"Bash(git worktree list:*)",
"Bash(grep:*)",
"Bash(head:*)",
"Bash(host:*)",
"Bash(hostname)",
"Bash(id)",
"Bash(jq:*)",
"Bash(lake --version)",
"Bash(lake build:*)",
"Bash(lake env:*)",
"Bash(lean:*)",
"Bash(ls:*)",
"Bash(md5:*)",
"Bash(md5sum:*)",
"Bash(node --version)",
"Bash(npm --version)",
"Bash(npm audit:*)",
"Bash(npm list:*)",
"Bash(npm run:*)",
"Bash(npm view:*)",
"Bash(nslookup:*)",
"Bash(opam --version)",
"Bash(opam exec:*)",
"Bash(opam info:*)",
"Bash(opam list:*)",
"Bash(opam show:*)",
"Bash(ping:*)",
"Bash(pip --version)",
"Bash(pip list:*)",
"Bash(pip show:*)",
"Bash(printenv:*)",
"Bash(pwd)",
"Bash(python3 --version)",
"Bash(python3 -c:*)",
"Bash(python3 -m json.tool)",
"Bash(realpath:*)",
"Bash(rustc --version)",
"Bash(rustup show:*)",
"Bash(sha256sum:*)",
"Bash(shasum:*)",
"Bash(sort:*)",
"Bash(stat:*)",
"Bash(tail:*)",
"Bash(tar -t:*)",
"Bash(tr:*)",
"Bash(traceroute:*)",
"Bash(uname:*)",
"Bash(uniq:*)",
"Bash(unzip -l:*)",
"Bash(uptime)",
"Bash(uv --version)",
"Bash(uv run:*)",
"Bash(wc:*)",
"Bash(which:*)",
"Bash(whoami)",
"Bash(whois:*)",
"Bash(z3 --version)",
"Read(/private/tmp/**)",
"Read(/private/var/folders/**)",
"Read(/tmp/**)",
"WebFetch(domain:5e.tools)",
"WebFetch(domain:arxiv.org)",
"WebFetch(domain:docs.rs)",
"WebFetch(domain:github.com)",
"WebFetch(domain:lean-lang.org)",
"WebFetch(domain:leanprover-community.github.io)",
"WebFetch(domain:opam.ocaml.org)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:www.dndbeyond.com)",
"WebFetch(domain:www.enworld.org)",
"WebSearch",
"mcp__ide__getDiagnostics"
]
},
"model": "opus[1m]",
"enabledPlugins": {
"rust-analyzer-lsp@claude-plugins-official": true
},
"effortLevel": "high",
"fileCheckpointingEnabled": false
}