Files
pj_llama/.claude/settings.local.json
2025-09-19 21:57:07 +08:00

19 lines
387 B
JSON

{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(ping:*)",
"Bash(curl:*)",
"Bash(dir)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git remote add:*)",
"Bash(git branch:*)",
"Bash(git push:*)",
"Bash(git pull:*)"
],
"defaultMode": "acceptEdits"
}
}