siesa-agents 2.1.6 → 2.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,6 +55,7 @@ El sistema detectará automáticamente que ya existe una instalación y la actua
55
55
 
56
56
  - Node.js >= 14.0.0
57
57
  - npm >= 6.0.0
58
+ - Python >= 3.7 (requerido para hooks de Claude Code)
58
59
 
59
60
  ## Estructura de archivos instalados
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {