Skip to content

Commit c6b995d

Browse files
committed
Update allowed Bash commands and remove Cargo.lock
Expanded the list of allowed Bash commands in settings.local.json to include find, mkdir, rm, and npm run commands. Removed Cargo.lock file, possibly to reset or update Rust dependencies.
1 parent 09acccb commit c6b995d

File tree

2 files changed

+6
-8094
lines changed

2 files changed

+6
-8094
lines changed

.claude/settings.local.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(cargo check:*)",
4+
"Bash(find:*)",
5+
"Bash(mkdir:*)",
56
"Bash(mv:*)",
6-
"Bash(cat:*)",
7-
"Bash(cargo tree:*)",
8-
"Bash(timeout 120 cargo check --quiet)",
9-
"Bash(timeout 60 cargo check --quiet)"
7+
"Bash(rm:*)",
8+
"Bash(npm run type-check:*)",
9+
"Bash(npm run:*)"
1010
],
11-
"deny": [],
12-
"ask": []
11+
"deny": []
1312
}
1413
}

0 commit comments

Comments
 (0)