agregar IDs jerarquicos a componentes + regla #6 en AGENTS.md

This commit is contained in:
2026-05-27 20:51:24 -05:00
parent 1e3ed6ac02
commit 66b3e24fec
6 changed files with 16 additions and 13 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ kappa-hub/
2. **KAPPA retorna tipos mixtos** — usar `String()` siempre
3. **No silenciar errores** — siempre `console.error()`
4. **Observabilidad obligatoria** — toda función debe loguear `[Alpha]` + acción + datos clave + errores completos
5. **Build verde siempre**`bun run build` + `cargo build` sin errores
5. **IDs jerárquicos** — componentes con `id="{view}-{section}-{element}"` en kebab-case. Ej: `dashboard-stats-epics`
6. **Build verde siempre**`bun run build` + `cargo build` sin errores
## Documentos clave