Estructura del método + fundación de datos Sprint 1 (pre-ejecución)
This commit is contained in:
26
.claude/settings.json
Normal file
26
.claude/settings.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/claude-code-settings.json",
|
||||
"permissions": {
|
||||
"deny": [
|
||||
"Bash(rm -rf /:*)",
|
||||
"Bash(rm -rf ~:*)",
|
||||
"Bash(rm -rf /*)",
|
||||
"Bash(git push --force:*)",
|
||||
"Bash(git push -f:*)",
|
||||
"Bash(git reset --hard:*)",
|
||||
"Read(./.env)",
|
||||
"Read(./.env.*)",
|
||||
"Read(**/.env)",
|
||||
"Read(**/*service_role*)",
|
||||
"Read(**/secrets/**)"
|
||||
],
|
||||
"ask": [
|
||||
"Bash(git push:*)",
|
||||
"Bash(supabase db push:*)",
|
||||
"Bash(supabase link:*)",
|
||||
"Bash(npm publish:*)"
|
||||
],
|
||||
"disableBypassPermissionsMode": "disable",
|
||||
"defaultMode": "default"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user