Files
social-media-automation/.claude/settings.local.json
Consultoría AS e32885afc5 fix: Fix YAML syntax errors and validator prompt formatting
- Fix YAML files with unquoted strings containing quotes
- Export singleton instances in ai/__init__.py
- Fix validator scoring prompt to use replace() instead of format()
  to avoid conflicts with JSON curly braces

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 21:13:58 +00:00

45 lines
1.6 KiB
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:consultoria-as.com)",
"WebFetch(domain:x.com)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit -m \"$\\(cat <<''EOF''\nImplementación inicial del sistema de automatización de redes sociales\n\n- Estructura completa del proyecto con FastAPI\n- Modelos de base de datos \\(productos, servicios, posts, calendario, interacciones\\)\n- Publishers para X, Threads, Instagram, Facebook\n- Generador de contenido con DeepSeek API\n- Worker de Celery con tareas programadas\n- Dashboard básico con templates HTML\n- Docker Compose para despliegue\n- Documentación completa\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(git config:*)",
"Bash(curl:*)",
"Bash(git branch:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(python3:*)",
"Bash(source:*)",
"Bash(pip install:*)",
"Bash(apt-get update:*)",
"Bash(apt-get install:*)",
"Bash(docker:*)",
"Bash(git commit:*)",
"Bash(python:*)",
"Bash(chmod:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(whereis:*)",
"Bash(install:*)",
"Bash(tee:*)",
"Bash(systemctl start:*)",
"Bash(systemctl enable:*)",
"Bash(systemctl is-enabled:*)",
"Bash(for f in dashboard/templates/*.html)",
"Bash(do)",
"Bash(if grep -q \"extends \"\"base.html\"\"\" \"$f\")",
"Bash(then)",
"Bash(echo:*)",
"Bash(else)",
"Bash(fi)",
"Bash(done)",
"Bash(xargs basename:*)",
"Bash(docker-compose down:*)",
"Bash(for:*)"
]
}
}