siesa-agents 2.1.21 → 2.1.22

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/bin/install.js +2 -1
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -11,7 +11,8 @@ class SiesaBmadInstaller {
11
11
  { source: 'bmad-core', target: '.bmad-core' },
12
12
  { source: 'vscode', target: '.vscode' },
13
13
  { source: 'github', target: '.github' },
14
- { source: 'claude', target: '.claude' }
14
+ { source: 'claude', target: '.claude' },
15
+ { source: 'resources', target: '.resources' }
15
16
  ];
16
17
 
17
18
  // Lista de archivos que se preservan automáticamente (no se crean backups)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "2.1.21",
3
+ "version": "2.1.22",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {