chore: update Claude Code settings

This commit is contained in:
hailin 2025-12-04 23:18:02 -08:00
parent b4d6b0f264
commit 4f93abc39d
1 changed files with 15 additions and 1 deletions

View File

@ -3,7 +3,21 @@
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
"Bash(git push:*)",
"Bash(wsl.exe -e bash -c \"ls -la ~/ | head -20\")",
"Bash(wsl.exe -e bash -c \"cd ~/rwadurian && git pull\")",
"Bash(wsl.exe -e bash -c \"cd ~/rwadurian/backend/mpc-system && make proto\":*)",
"Bash(wsl.exe -e bash -c \"cd ~/rwadurian/backend/mpc-system && export PATH=$PATH:~/go/bin && go version\")",
"Bash(wsl.exe -e bash -c \"cd ~/rwadurian/backend/mpc-system && ./deploy.sh build\")",
"Bash(wsl.exe -e bash -c \"cd ~/rwadurian/backend/mpc-system && chmod +x deploy.sh && ./deploy.sh build\")",
"Bash(wsl.exe -e bash -c \"cd ~/rwadurian/backend/mpc-system && cp .env.example .env && ./deploy.sh build\")",
"Bash(wsl.exe -e bash -c:*)",
"Bash(wsl.exe -e bash -l -c \"go version\")",
"Bash(wsl.exe -e bash:*)",
"Bash(wsl.exe -- bash -l -c 'go version && protoc --version')",
"Bash(wsl.exe -- bash --login -c 'echo \\$PATH | grep -o \"\"/usr/local/go/bin\"\"')",
"Bash(wsl.exe -- bash --login -c:*)",
"Bash(done)"
],
"deny": [],
"ask": []