chore: update Claude Code settings
This commit is contained in:
parent
b4d6b0f264
commit
4f93abc39d
|
|
@ -3,7 +3,21 @@
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(git add:*)",
|
"Bash(git add:*)",
|
||||||
"Bash(git commit:*)",
|
"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": [],
|
"deny": [],
|
||||||
"ask": []
|
"ask": []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue