1 parent 0072209 commit 601f83aCopy full SHA for 601f83a
4 files changed
.claude/settings.json
@@ -0,0 +1,27 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(cargo build *)",
5
+ "Bash(cargo check *)",
6
+ "Bash(cargo test *)",
7
+ "Bash(cargo fmt *)",
8
+ "Bash(cargo clippy *)",
9
+ "Bash(cargo run *)",
10
+ "Bash(ls *)",
11
+ "Bash(mkdir *)",
12
+ "Bash(cp *)",
13
+ "Bash(mv *)",
14
+ "Bash(rm *)",
15
+ "Bash(source *)",
16
+ "Bash(which *)",
17
+ "Bash(rustc *)",
18
+ "Bash(cargo doc *)",
19
+ "Bash(cargo update *)",
20
+ "Bash(cargo clean *)",
21
+ "Bash(git checkout *)",
22
+ "Bash(git fetch *)",
23
+ "Bash(git pull *)",
24
+ "Bash(git stash *)"
25
+ ]
26
+ }
27
+}
0 commit comments