siesa-agents 2.1.17-dev.3 → 2.1.17-dev.4
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.
- package/bin/install.js +2 -1
- 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
|
this.targetDir = process.cwd();
|
|
17
18
|
// Intentar múltiples ubicaciones posibles para el paquete
|