Files
ClaudeProjectManager/.claude/settings.local.json
Claude Project Manager ac9993d704 Update changes
2025-07-10 14:54:38 +02:00

28 Zeilen
562 B
JSON

{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(pip3 install:*)",
"Bash(ls:*)",
"Bash(sed:*)",
"Bash(cmd.exe:*)",
"Bash(./build.bat)",
"Bash(rm:*)",
"Bash(convert:*)",
"Bash(awk:*)",
"Bash(git checkout:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(build.bat)",
"Bash(find:*)",
"Bash(pip3 list:*)",
"Bash(curl:*)",
"Bash(jq:*)"
],
"deny": []
}
}