Primer commit - Sprint 1

This commit is contained in:
markosbenitez
2026-05-31 04:33:07 -03:00
commit ef9e4bf998
22 changed files with 2515 additions and 0 deletions

26
settings.json Normal file
View 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"
}
}