Skip to content

Commit 6a7a3df

Browse files
committed
Update settings.local.json
1 parent e932335 commit 6a7a3df

File tree

1 file changed

+56
-55
lines changed

1 file changed

+56
-55
lines changed

.claude/settings.local.json

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,58 @@
11
{
2-
"permissions": {
3-
"allow": [
4-
"Bash(pnpm typecheck:*)",
5-
"Bash(pnpm lint:*)",
6-
"Bash(pnpm build:*)",
7-
"Bash(cargo check:*)",
8-
"Bash(cargo fmt:*)",
9-
"Bash(pnpm format:*)",
10-
"Bash(pnpm exec biome check:*)",
11-
"Bash(grep:*)",
12-
"Bash(cargo metadata:*)",
13-
"Bash(ffprobe:*)",
14-
"Bash(ls:*)",
15-
"Bash(find:*)",
16-
"Bash(cat:*)",
17-
"WebFetch(domain:raw.githubusercontent.com)",
18-
"WebFetch(domain:api.github.com)",
19-
"Bash(cargo doc:*)",
20-
"Bash(cargo clippy:*)",
21-
"Bash(python3:*)",
22-
"Bash(cargo run:*)",
23-
"WebSearch",
24-
"Bash(xargs ls:*)",
25-
"WebFetch(domain:ffmpeg.org)",
26-
"Bash(git log:*)",
27-
"Bash(tree:*)",
28-
"Bash(tail:*)",
29-
"Bash(pnpm typecheck:desktop:*)",
30-
"Bash(pnpm exec tsc:*)",
31-
"Bash(pnpm biome check:*)",
32-
"Bash(pnpm --dir apps/desktop exec tsc:*)",
33-
"Bash(xxd:*)",
34-
"Bash(git checkout:*)",
35-
"WebFetch(domain:www.npmjs.com)",
36-
"Bash(pnpm install:*)",
37-
"Bash(pnpm --dir apps/desktop exec biome check:*)",
38-
"Bash(pnpm --dir apps/desktop exec biome format:*)",
39-
"Bash(echo:*)",
40-
"Bash(pnpm exec biome:*)",
41-
"Bash(rustfmt:*)",
42-
"Bash(cargo tree:*)",
43-
"WebFetch(domain:github.com)",
44-
"WebFetch(domain:docs.rs)",
45-
"WebFetch(domain:gix.github.io)",
46-
"Bash(ffmpeg:*)",
47-
"Bash(DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH ./target/release/examples/memory-leak-detector:*)",
48-
"Bash(ln:*)",
49-
"Bash(./target/release/examples/memory-leak-detector:*)",
50-
"Bash(cargo build:*)",
51-
"Bash(footprint:*)",
52-
"Bash(RUST_LOG=info,cap_recording=debug ./target/release/examples/memory-leak-detector:*)"
53-
],
54-
"deny": [],
55-
"ask": []
56-
}
2+
"permissions": {
3+
"allow": [
4+
"Bash(pnpm typecheck:*)",
5+
"Bash(pnpm lint:*)",
6+
"Bash(pnpm build:*)",
7+
"Bash(cargo check:*)",
8+
"Bash(cargo fmt:*)",
9+
"Bash(pnpm format:*)",
10+
"Bash(pnpm exec biome check:*)",
11+
"Bash(grep:*)",
12+
"Bash(cargo metadata:*)",
13+
"Bash(ffprobe:*)",
14+
"Bash(ls:*)",
15+
"Bash(find:*)",
16+
"Bash(cat:*)",
17+
"WebFetch(domain:raw.githubusercontent.com)",
18+
"WebFetch(domain:api.github.com)",
19+
"Bash(cargo doc:*)",
20+
"Bash(cargo clippy:*)",
21+
"Bash(python3:*)",
22+
"Bash(cargo run:*)",
23+
"WebSearch",
24+
"Bash(xargs ls:*)",
25+
"WebFetch(domain:ffmpeg.org)",
26+
"Bash(git log:*)",
27+
"Bash(tree:*)",
28+
"Bash(tail:*)",
29+
"Bash(pnpm typecheck:desktop:*)",
30+
"Bash(pnpm exec tsc:*)",
31+
"Bash(pnpm biome check:*)",
32+
"Bash(pnpm --dir apps/desktop exec tsc:*)",
33+
"Bash(xxd:*)",
34+
"Bash(git checkout:*)",
35+
"WebFetch(domain:www.npmjs.com)",
36+
"Bash(pnpm install:*)",
37+
"Bash(pnpm --dir apps/desktop exec biome check:*)",
38+
"Bash(pnpm --dir apps/desktop exec biome format:*)",
39+
"Bash(echo:*)",
40+
"Bash(pnpm exec biome:*)",
41+
"Bash(rustfmt:*)",
42+
"Bash(cargo tree:*)",
43+
"WebFetch(domain:github.com)",
44+
"WebFetch(domain:docs.rs)",
45+
"WebFetch(domain:gix.github.io)",
46+
"Bash(ffmpeg:*)",
47+
"Bash(DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH ./target/release/examples/memory-leak-detector:*)",
48+
"Bash(ln:*)",
49+
"Bash(./target/release/examples/memory-leak-detector:*)",
50+
"Bash(cargo build:*)",
51+
"Bash(footprint:*)",
52+
"Bash(RUST_LOG=info,cap_recording=debug ./target/release/examples/memory-leak-detector:*)",
53+
"Bash(git rm:*)"
54+
],
55+
"deny": [],
56+
"ask": []
57+
}
5758
}

0 commit comments

Comments
 (0)