Files
ClaudeProjectManager-main/.claude/settings.local.json
Claude Project Manager ec92da8a64 Initial commit
2025-07-07 22:11:38 +02:00

24 Zeilen
471 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)"
],
"deny": []
}
}