Skip to content

Commit 4675163

Browse files
committed
Add additional Bash commands to settings.local.json for enhanced automation
1 parent 21af86b commit 4675163

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.claude/settings.local.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"permissions": {
33
"allow": [
44
"WebFetch(domain:www.nuget.org)",
5-
"Bash(move:*)"
5+
"Bash(move:*)",
6+
"Bash(dotnet --version)",
7+
"Bash(dotnet clean:*)",
8+
"Bash(dotnet restore:*)",
9+
"Bash(dotnet test)",
10+
"Bash(git add:*)",
11+
"Bash(git commit:*)"
612
],
713
"deny": [],
814
"ask": []

0 commit comments

Comments
 (0)