Eliminar archivos .md y configurar prohibición de creación

- Eliminados 14 archivos .md basura del repositorio
- Configurado .claude/settings.local.json con instrucciones claras:
  * NUNCA crear archivos .md para issues/reportes
  * Documentación solo en GitHub issues/comments
  * No usar --body-file, solo --body inline
- Limpieza completa del repo

Los archivos .md eran basura temporal que no deben estar en el código.
Toda la documentación ya está en GitHub issues.
This commit is contained in:
FrankZamora
2025-11-06 09:52:07 -06:00
parent 7fa51e2462
commit a995ea797c
2 changed files with 10 additions and 435 deletions

View File

@@ -1,26 +1,17 @@
{
"permissions": {
"allow": [
"Bash(https://api.github.com/repos/prime-leads-app/analisisdepreciosunitarios.com/issues )",
"WebFetch(domain:github.com)",
"Bash(git checkout:*)",
"Bash(git reset:*)",
"Bash(for issue in 34 35 36 37 38 39 40 41 42 43)",
"Bash(do curl --ssl-no-revoke -s -X PATCH -H \"Authorization: token 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\" -H \"Accept: application/vnd.github.v3+json\" https://api.github.com/repos/prime-leads-app/analisisdepreciosunitarios.com/issues/$issue -d '{\"\"\"\"state\"\"\"\":\"\"\"\"closed\"\"\"\",\"\"\"\"labels\"\"\"\":[\"\"\"\"completed\"\"\"\"]}')",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create )",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" label list)",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 1] Verificar Estructura HTML Base del Tema vs Template\" --body \"BLOQUEANTE. Verificar estructura: container > row > col-lg-9 + col-lg-3. Archivos: header.php, single.php, sidebar.php. Estimación: 2h\" --label \"blocker,priority-critical,theme-core\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 1] Implementar Sistema de Variables CSS del Template\" --body \"BLOQUEANTE. Copiar variables de css/style.css líneas 1-100: colores (#4C5C6B, #61c7cd, #0E2337), fonts, shadows. Crear assets/css/variables.css. Estimación: 1h\" --label \"blocker,priority-critical,assets\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 2] Replicar Top Notification Bar - Estructura + Estilos\" --body \"Depende de NIVEL 1. Copiar de template líneas 255-262. Background #4C5C6B, links #61c7cd. Archivos: header.php, assets/css/notification-bar.css. Estimación: 1h\" --label \"enhancement,priority-high,theme-core\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 2] Replicar Navbar - Estructura Completa\" --body \"Depende de NIVEL 1. Copiar template líneas 264-320. Background #0E2337, sticky position. SIN underline animado (eso es NIVEL 3). Estimación: 2h\" --label \"enhancement,priority-high,theme-core\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 2] Replicar Hero Section - Estructura\" --body \"Depende de NIVEL 1. Copiar líneas 322-345. Gradiente azul, badges. Estimación: 1.5h\" --label \"enhancement,priority-high,theme-core\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 2] Replicar Sidebar - Estructura TOC Container\" --body \"Depende de NIVEL 1. Copiar template líneas 1164-1185. Container TOC, lista items. SIN scrollspy (eso es NIVEL 3). Estimación: 1h\" --label \"enhancement,priority-high,theme-core\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 2] Replicar Footer - Estructura Completa\" --body \"Depende de NIVEL 1. Copiar líneas 1267-1325. Grid 4 columnas, formulario contacto. Estimación: 2h\" --label \"enhancement,priority-high,theme-core\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 3] Navbar - Agregar Underline Animado\" --body \"Depende de #49 completo. Agregar ::after con scaleX animation. Color #61c7cd. Estimación: 0.5h\" --label \"enhancement,design\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 3] TOC - Implementar ScrollSpy\" --body \"Depende de #51 completo. IntersectionObserver, clase .active, scrollbar custom. Estimación: 1.5h\" --label \"enhancement,optimization\")",
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue create --title \"[NIVEL 3] Related Posts - Estilos Background Gris\" --body \"Depende de NIVEL 2. Background #f7fafc, borde lateral animado. Estimación: 0.5h\" --label \"enhancement,design\")"
"Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue close:*)",
"Bash(git -C \"D:\\_Desarrollo\\02AnalisisDePreciosUnitarios\\analisisdepreciosunitarios.com\" diff --stat)"
],
"deny": [],
"ask": []
}
},
"customInstructions": [
"NUNCA crear archivos .md para documentar issues, reportes o documentación",
"TODA la documentación de issues debe estar en GitHub issues, no en archivos locales",
"Si necesitas crear issues: usar gh issue create con --body inline, NO con --body-file",
"NO crear archivos temporales .md en el repositorio",
"Cualquier documentación va a GitHub issues/comments, no a archivos .md"
]
}