[CORE] Aggiunto settings Claude Code con permessi ampi per operativita autonoma
This commit is contained in:
parent
0a73983cba
commit
a0fd54353c
46
.claude/settings.json
Normal file
46
.claude/settings.json
Normal 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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
30
.claude/settings.local.json
Normal file
30
.claude/settings.local.json
Normal 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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user