[CORE] Aggiunto settings Claude Code con permessi ampi per operativita autonoma

This commit is contained in:
DFM Dev 2026-02-18 08:31:27 +00:00
parent 0a73983cba
commit a0fd54353c
2 changed files with 76 additions and 0 deletions

46
.claude/settings.json Normal file
View File

@ -0,0 +1,46 @@
{
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(grep:*)",
"Bash(echo:*)",
"Bash(php:*)",
"Bash(mysql:*)",
"Bash(curl:*)",
"Bash(npm:*)",
"Bash(node:*)",
"Bash(python3:*)",
"Bash(pip:*)",
"Bash(cat:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(chmod:*)",
"Bash(chown:*)",
"Bash(docker:*)",
"Bash(ssh:*)",
"Bash(scp:*)",
"Bash(tar:*)",
"Bash(xargs:*)",
"Bash(php -l:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git branch:*)",
"Bash(git config:*)",
"Bash(git remote:*)",
"Bash(git remote set-url:*)",
"Bash(git add:*)",
"Bash(git status:*)",
"Bash(git log:*)",
"Bash(git diff:*)",
"WebFetch(domain:certisource.it)",
"WebFetch(domain:git.certisource.it)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)"
]
}
}

View File

@ -0,0 +1,30 @@
{
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(grep:*)",
"Bash(echo:*)",
"Bash(php:*)",
"Bash(mysql:*)",
"Bash(curl:*)",
"Bash(npm:*)",
"Bash(node:*)",
"Bash(python3:*)",
"Bash(cat:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(chmod:*)",
"Bash(chown:*)",
"Bash(xargs:*)",
"Bash(php -l:*)",
"Bash(docker:*)",
"Bash(ssh:*)",
"Bash(scp:*)",
"Bash(tar:*)"
]
}
}