mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-11 02:33:10 +08:00
Adds a complete Spanish translation of the ECC documentation under docs/es/, mirroring the Turkish (docs/tr/) translation in scope. 141 files covering agents, commands, rules, skills, contexts, examples, and core docs. Updates root README.md with the Spanish language link. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
478 B
478 B
paths
| paths | |||
|---|---|---|---|
|
Hooks de Go
Este archivo extiende common/hooks.md con contenido específico de Go.
Hooks PostToolUse
Configurar en ~/.claude/settings.json:
- gofmt/goimports: Auto-formatear archivos
.godespués de editar - go vet: Ejecutar análisis estático después de editar archivos
.go - staticcheck: Ejecutar verificaciones estáticas extendidas en los paquetes modificados