47fc69508d
- Agrega CLAUDE.md como documento orquestador - Estructura .claude/ en codigo/, decisiones/ y referencias/ - Documenta decisiones de codigo, commits, documentacion, notas y minutas - Incorpora las skills recontextualizar e inicializarProyecto - Corrige rutas rotas y agrega designPatterns, sobreCLAUDE y sobreREADME al orquestador
57 lines
1015 B
JSON
57 lines
1015 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(node *)",
|
|
"Bash(npm *)",
|
|
"Bash(npx *)",
|
|
"Bash(yarn *)",
|
|
"Bash(pnpm *)",
|
|
|
|
"Bash(python *)",
|
|
"Bash(python3 *)",
|
|
"Bash(pip *)",
|
|
"Bash(pip3 *)",
|
|
"Bash(pytest *)",
|
|
"Bash(uv *)",
|
|
"Bash(poetry *)",
|
|
|
|
"Bash(make *)",
|
|
|
|
"Bash(docker *)",
|
|
"Bash(docker compose *)"
|
|
],
|
|
|
|
"deny": [
|
|
"Bash(git *)",
|
|
|
|
"Read(.env)",
|
|
"Read(.env.*)",
|
|
|
|
"Read(**/.ssh/**)",
|
|
"Read(**/.aws/**)",
|
|
"Read(**/secrets/**)",
|
|
|
|
"Read(**/*.pem)",
|
|
"Read(**/*.key)",
|
|
"Read(**/*.p12)",
|
|
"Read(**/*.pfx)",
|
|
|
|
"Bash(sudo *)",
|
|
"Bash(rm -rf /)",
|
|
"Bash(reboot *)",
|
|
"Bash(shutdown *)"
|
|
]
|
|
},
|
|
|
|
"tools": {
|
|
"allowed": ["Read", "Bash", "Write", "WebSearch"]
|
|
},
|
|
|
|
"env": {
|
|
"NODE_ENV": "development",
|
|
"PYTHONUNBUFFERED": "1",
|
|
"PYTHONDONTWRITEBYTECODE": "1"
|
|
}
|
|
} |