@saulwade/swl-ses 1.3.3 → 1.3.5

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 (102) hide show
  1. package/CLAUDE.md +1 -1
  2. package/README.md +1 -1
  3. package/bin/swl-mcp-server.js +187 -187
  4. package/bin/swl-ses.js +4 -62
  5. package/comandos/swl/.evolved.json +22 -22
  6. package/comandos/swl/adoptar-proyecto.md +207 -207
  7. package/comandos/swl/contribuir.md +233 -233
  8. package/habilidades/backend-production-resilience/SKILL.md +288 -288
  9. package/habilidades/benchmark-memoria/SKILL.md +186 -186
  10. package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
  11. package/habilidades/doubt-driven-review/SKILL.md +171 -171
  12. package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
  13. package/habilidades/eval-framework/SKILL.md +212 -212
  14. package/habilidades/extractor-de-aprendizajes/SKILL.md +321 -321
  15. package/habilidades/harness-claude-code/SKILL.md +299 -299
  16. package/habilidades/infra-github-actions/SKILL.md +166 -166
  17. package/habilidades/legacy-code-rescue/SKILL.md +267 -267
  18. package/habilidades/manejo-errores/.evolved.json +8 -8
  19. package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
  20. package/habilidades/meta-skills-estandar/recursos/skills-as-agents.md +163 -163
  21. package/habilidades/patrones-python/SKILL.md +229 -229
  22. package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
  23. package/habilidades/planear-fase/SKILL.md +319 -319
  24. package/habilidades/release-semver/.evolved.json +8 -8
  25. package/habilidades/swl-claudemd/SKILL.md +220 -220
  26. package/habilidades/testing-python/SKILL.md +340 -340
  27. package/hooks/claudemd-bloat-detector.js +161 -161
  28. package/hooks/extraccion-aprendizajes.js +43 -12
  29. package/hooks/lib/agent-routing.js +107 -107
  30. package/hooks/lib/auto-consolidator.js +335 -335
  31. package/hooks/lib/error-classifier.js +308 -308
  32. package/hooks/lib/merkle-audit.js +96 -96
  33. package/hooks/lib/provenance-tracker.js +191 -191
  34. package/hooks/lib/rate-limit-tracker.js +253 -253
  35. package/hooks/lib/resource-quota.js +122 -122
  36. package/hooks/lib/retry-jitter.js +165 -165
  37. package/hooks/lib/skill-auditor.js +588 -588
  38. package/hooks/lib/sync-status.js +228 -228
  39. package/hooks/lib/taint-tracker.js +107 -107
  40. package/hooks/lib/text-similarity.js +241 -241
  41. package/hooks/lib/toon-compressor.js +245 -245
  42. package/hooks/registro-turnos.js +209 -209
  43. package/hooks/sugerir-regenerar-inventario.js +170 -170
  44. package/hooks/validar-formato-post-subagente.js +140 -140
  45. package/hooks/validar-memoria-hook.js +218 -218
  46. package/instintos/prompt-appendices.yaml +57 -57
  47. package/manifiestos/agent-output-schemas.json +57 -57
  48. package/manifiestos/skills-lock.json +27 -27
  49. package/package.json +1 -1
  50. package/plantillas/auditor-veto-template.md +105 -105
  51. package/plantillas/github-workflows/README.md +47 -47
  52. package/plantillas/github-workflows/release-please.yml +44 -44
  53. package/plantillas/github-workflows/swl-ci.yml +107 -107
  54. package/plantillas/github-workflows/swl-security.yml +51 -51
  55. package/plugin.json +1 -1
  56. package/reglas/analisis-previo-tareas-grandes.md +172 -172
  57. package/reglas/arreglar-al-detectar.md +147 -147
  58. package/reglas/fragmentos-compartidos.md +152 -152
  59. package/reglas/harness-claude-code.md +213 -213
  60. package/reglas/usar-context7.md +226 -226
  61. package/schemas/diary-entry.schema.json +80 -80
  62. package/scripts/benchmark-memoria.js +167 -167
  63. package/scripts/configurar-branch-protection.js +418 -418
  64. package/scripts/detectar-aprendizajes-duplicados.js +151 -151
  65. package/scripts/doctor.js +77 -3
  66. package/scripts/field-report.js +199 -199
  67. package/scripts/generar-checklists-consolidados.js +273 -273
  68. package/scripts/generar-inventario.js +420 -420
  69. package/scripts/generar-matriz-lenguajes.js +271 -271
  70. package/scripts/instalador.js +38 -1
  71. package/scripts/lib/artefactos-python.js +43 -43
  72. package/scripts/lib/benchmark-metrics.js +160 -160
  73. package/scripts/lib/budget-enforcer.js +252 -252
  74. package/scripts/lib/configurar-ci.js +380 -380
  75. package/scripts/lib/contadores-inventario.js +217 -217
  76. package/scripts/lib/detectar-stack-detallado.js +307 -307
  77. package/scripts/lib/diary-entry.js +234 -234
  78. package/scripts/lib/eval-metrics-store.js +218 -218
  79. package/scripts/lib/eval-quality.js +171 -171
  80. package/scripts/lib/eval-schemas.js +144 -144
  81. package/scripts/lib/eval-self-correct.js +106 -106
  82. package/scripts/lib/eval-validator.js +185 -185
  83. package/scripts/lib/jaccard-similarity.js +98 -98
  84. package/scripts/lib/longmemeval-runner.js +125 -125
  85. package/scripts/lib/npm-version.js +261 -261
  86. package/scripts/lib/paquetes-conocidos.js +50 -50
  87. package/scripts/lib/parsear-opciones.js +136 -0
  88. package/scripts/lib/prompt-builder.js +264 -264
  89. package/scripts/lib/rrf-fusion.js +175 -175
  90. package/scripts/lib/scoring-instintos.js +277 -277
  91. package/scripts/lib/semantic-search.js +252 -252
  92. package/scripts/lib/transformadores/claude.js +200 -200
  93. package/scripts/limpiar-artefactos-python.js +131 -131
  94. package/scripts/mcp-server/README.md +128 -128
  95. package/scripts/mcp-server/handlers.js +206 -206
  96. package/scripts/migrar-csv-a-array.js +168 -168
  97. package/scripts/migrar-fase-dominio.js +201 -201
  98. package/scripts/publicar.js +511 -511
  99. package/scripts/run-eval.js +141 -141
  100. package/scripts/validar-manifest.js +195 -195
  101. package/scripts/validar-userland-vacio.js +110 -110
  102. package/scripts/verificar-release.js +5 -1
@@ -1,307 +1,307 @@
1
- 'use strict';
2
-
3
- /**
4
- * detectar-stack-detallado.js
5
- *
6
- * Detecta stack del proyecto destino con información rica para generación de
7
- * CLAUDE.md (no solo presencia, sino también: framework principal, scripts
8
- * disponibles, package manager, deps clave).
9
- *
10
- * Diferencia con `detectar-stack.js`: ese módulo es para FILTRAR reglas de
11
- * lenguaje (presence/absence). Este módulo es para POBLAR el bloque CLAUDE.md
12
- * inyectado por el installer con info accionable del proyecto destino.
13
- *
14
- * Zero-dependencies (solo fs/path nativos). Defensivo: cualquier read failure
15
- * devuelve null/undefined, nunca lanza.
16
- */
17
-
18
- const fs = require('fs');
19
- const path = require('path');
20
-
21
- /**
22
- * Lee package.json del proyecto destino.
23
- * @returns {{ name?: string, version?: string, scripts?: object, dependencies?: object, devDependencies?: object } | null}
24
- */
25
- function leerPackageJson(dirProyecto) {
26
- return _leerJsonSeguro(path.join(dirProyecto, 'package.json'));
27
- }
28
-
29
- /**
30
- * Detecta el package manager Node usado (basado en lockfile).
31
- * @returns {'pnpm' | 'yarn' | 'bun' | 'npm' | null}
32
- */
33
- function detectarPackageManagerNode(dirProyecto) {
34
- if (fs.existsSync(path.join(dirProyecto, 'pnpm-lock.yaml'))) return 'pnpm';
35
- if (fs.existsSync(path.join(dirProyecto, 'yarn.lock'))) return 'yarn';
36
- if (fs.existsSync(path.join(dirProyecto, 'bun.lockb'))) return 'bun';
37
- if (fs.existsSync(path.join(dirProyecto, 'package-lock.json'))) return 'npm';
38
- if (fs.existsSync(path.join(dirProyecto, 'package.json'))) return 'npm';
39
- return null;
40
- }
41
-
42
- /**
43
- * Detecta el package manager Python.
44
- * @returns {'poetry' | 'uv' | 'pdm' | 'pip' | null}
45
- */
46
- function detectarPackageManagerPython(dirProyecto) {
47
- const pyproject = path.join(dirProyecto, 'pyproject.toml');
48
- if (fs.existsSync(pyproject)) {
49
- const contenido = _leerArchivoSeguro(pyproject) || '';
50
- if (contenido.includes('[tool.poetry]')) return 'poetry';
51
- if (contenido.includes('[tool.uv]')) return 'uv';
52
- if (contenido.includes('[tool.pdm]')) return 'pdm';
53
- return 'pip'; // pyproject genérico
54
- }
55
- if (fs.existsSync(path.join(dirProyecto, 'requirements.txt'))) return 'pip';
56
- if (fs.existsSync(path.join(dirProyecto, 'Pipfile'))) return 'pip';
57
- return null;
58
- }
59
-
60
- /**
61
- * Detecta framework Node a partir de dependencies.
62
- * @returns {string | null}
63
- */
64
- function detectarFrameworkNode(packageJson) {
65
- if (!packageJson) return null;
66
- const deps = { ...(packageJson.dependencies || {}), ...(packageJson.devDependencies || {}) };
67
-
68
- if (deps.next) return `Next.js ${_limpiarVersion(deps.next)}`;
69
- if (deps['@angular/core']) return `Angular ${_limpiarVersion(deps['@angular/core'])}`;
70
- if (deps['@nestjs/core']) return `NestJS ${_limpiarVersion(deps['@nestjs/core'])}`;
71
- if (deps.svelte) return `Svelte ${_limpiarVersion(deps.svelte)}`;
72
- if (deps.vue) return `Vue ${_limpiarVersion(deps.vue)}`;
73
- if (deps.remix || deps['@remix-run/node']) return 'Remix';
74
- if (deps.astro) return `Astro ${_limpiarVersion(deps.astro)}`;
75
- if (deps.nuxt) return `Nuxt ${_limpiarVersion(deps.nuxt)}`;
76
- if (deps.fastify) return `Fastify ${_limpiarVersion(deps.fastify)}`;
77
- if (deps.express) return `Express ${_limpiarVersion(deps.express)}`;
78
- if (deps.react) return `React ${_limpiarVersion(deps.react)} (sin framework)`;
79
-
80
- return null;
81
- }
82
-
83
- /**
84
- * Detecta framework Python leyendo deps en pyproject.toml o requirements.txt.
85
- * @returns {string | null}
86
- */
87
- function detectarFrameworkPython(dirProyecto) {
88
- const pyproject = _leerArchivoSeguro(path.join(dirProyecto, 'pyproject.toml')) || '';
89
- const requirements = _leerArchivoSeguro(path.join(dirProyecto, 'requirements.txt')) || '';
90
- const deps = (pyproject + '\n' + requirements).toLowerCase();
91
-
92
- if (deps.includes('fastapi')) return 'FastAPI';
93
- if (deps.includes('django')) return 'Django';
94
- if (deps.includes('flask')) return 'Flask';
95
- if (deps.includes('starlette')) return 'Starlette';
96
- if (deps.includes('aiohttp')) return 'aiohttp';
97
- return null;
98
- }
99
-
100
- /**
101
- * Detecta el ORM/driver de BD principal.
102
- * @returns {string | null}
103
- */
104
- function detectarORM(packageJson, dirProyecto) {
105
- const depsNode = packageJson
106
- ? { ...(packageJson.dependencies || {}), ...(packageJson.devDependencies || {}) }
107
- : {};
108
-
109
- if (depsNode.prisma || depsNode['@prisma/client']) return 'Prisma';
110
- if (depsNode['drizzle-orm']) return 'Drizzle';
111
- if (depsNode.typeorm) return 'TypeORM';
112
- if (depsNode.sequelize) return 'Sequelize';
113
- if (depsNode.mongoose) return 'Mongoose';
114
-
115
- // Python
116
- const pyproject = _leerArchivoSeguro(path.join(dirProyecto, 'pyproject.toml')) || '';
117
- const requirements = _leerArchivoSeguro(path.join(dirProyecto, 'requirements.txt')) || '';
118
- const depsPy = (pyproject + '\n' + requirements).toLowerCase();
119
- if (depsPy.includes('sqlalchemy')) return 'SQLAlchemy';
120
- if (depsPy.includes('peewee')) return 'Peewee';
121
- if (depsPy.includes('tortoise-orm')) return 'Tortoise ORM';
122
-
123
- return null;
124
- }
125
-
126
- /**
127
- * Detecta lenguaje principal con confianza (devuelve el más probable).
128
- * @returns {{ lenguaje: string, runtime?: string } | null}
129
- */
130
- function detectarLenguajePrincipal(dirProyecto) {
131
- // Node.js / TypeScript
132
- if (fs.existsSync(path.join(dirProyecto, 'package.json'))) {
133
- if (fs.existsSync(path.join(dirProyecto, 'tsconfig.json'))) {
134
- return { lenguaje: 'TypeScript', runtime: 'Node.js' };
135
- }
136
- return { lenguaje: 'JavaScript', runtime: 'Node.js' };
137
- }
138
- // Python
139
- if (
140
- fs.existsSync(path.join(dirProyecto, 'pyproject.toml')) ||
141
- fs.existsSync(path.join(dirProyecto, 'requirements.txt')) ||
142
- fs.existsSync(path.join(dirProyecto, 'setup.py'))
143
- ) {
144
- return { lenguaje: 'Python' };
145
- }
146
- // Go
147
- if (fs.existsSync(path.join(dirProyecto, 'go.mod'))) return { lenguaje: 'Go' };
148
- // Rust
149
- if (fs.existsSync(path.join(dirProyecto, 'Cargo.toml'))) return { lenguaje: 'Rust' };
150
- // Java / Kotlin
151
- if (fs.existsSync(path.join(dirProyecto, 'pom.xml'))) return { lenguaje: 'Java', runtime: 'Maven' };
152
- if (
153
- fs.existsSync(path.join(dirProyecto, 'build.gradle')) ||
154
- fs.existsSync(path.join(dirProyecto, 'build.gradle.kts'))
155
- ) {
156
- return { lenguaje: 'Java/Kotlin', runtime: 'Gradle' };
157
- }
158
- // PHP
159
- if (fs.existsSync(path.join(dirProyecto, 'composer.json'))) return { lenguaje: 'PHP' };
160
- // Swift
161
- if (fs.existsSync(path.join(dirProyecto, 'Package.swift'))) return { lenguaje: 'Swift' };
162
- // Ruby
163
- if (fs.existsSync(path.join(dirProyecto, 'Gemfile'))) return { lenguaje: 'Ruby' };
164
- // C# / .NET
165
- if (fs.existsSync(path.join(dirProyecto, 'global.json'))) return { lenguaje: 'C#', runtime: '.NET' };
166
-
167
- return null;
168
- }
169
-
170
- /**
171
- * Detecta scripts comunes del proyecto (test, dev, build, lint).
172
- * Devuelve los scripts npm si existen + comandos típicos del lenguaje.
173
- *
174
- * @returns {Array<{ comando: string, proposito: string }>}
175
- */
176
- function detectarComandos(dirProyecto) {
177
- const comandos = [];
178
- const pkg = leerPackageJson(dirProyecto);
179
- const pm = detectarPackageManagerNode(dirProyecto);
180
-
181
- if (pkg && pkg.scripts) {
182
- const interesantes = ['dev', 'start', 'build', 'test', 'lint', 'typecheck', 'format'];
183
- for (const script of interesantes) {
184
- if (pkg.scripts[script]) {
185
- comandos.push({
186
- comando: `${pm || 'npm'} run ${script}`,
187
- proposito: _propositoScript(script),
188
- });
189
- }
190
- }
191
- // Si tiene "test" como entrypoint puro
192
- if (pkg.scripts.test && !comandos.some(c => c.comando.includes('test'))) {
193
- comandos.push({ comando: `${pm || 'npm'} test`, proposito: 'Tests' });
194
- }
195
- }
196
-
197
- // Python
198
- const pmPy = detectarPackageManagerPython(dirProyecto);
199
- if (pmPy === 'poetry') {
200
- comandos.push({ comando: 'poetry install', proposito: 'Instalar dependencias' });
201
- comandos.push({ comando: 'poetry run pytest', proposito: 'Tests' });
202
- } else if (pmPy === 'uv') {
203
- comandos.push({ comando: 'uv sync', proposito: 'Instalar dependencias' });
204
- comandos.push({ comando: 'uv run pytest', proposito: 'Tests' });
205
- } else if (pmPy === 'pip') {
206
- comandos.push({ comando: 'pip install -r requirements.txt', proposito: 'Instalar dependencias' });
207
- comandos.push({ comando: 'pytest', proposito: 'Tests' });
208
- }
209
-
210
- // Go
211
- if (fs.existsSync(path.join(dirProyecto, 'go.mod'))) {
212
- comandos.push({ comando: 'go test ./...', proposito: 'Tests' });
213
- comandos.push({ comando: 'go build ./...', proposito: 'Build' });
214
- }
215
-
216
- // Rust
217
- if (fs.existsSync(path.join(dirProyecto, 'Cargo.toml'))) {
218
- comandos.push({ comando: 'cargo test', proposito: 'Tests' });
219
- comandos.push({ comando: 'cargo build', proposito: 'Build' });
220
- comandos.push({ comando: 'cargo clippy', proposito: 'Lint' });
221
- }
222
-
223
- return comandos;
224
- }
225
-
226
- /**
227
- * Detección integral: devuelve resumen del stack del proyecto destino.
228
- *
229
- * @returns {{
230
- * lenguajePrincipal: { lenguaje: string, runtime?: string } | null,
231
- * framework: string | null,
232
- * orm: string | null,
233
- * packageManager: string | null,
234
- * comandos: Array<{ comando: string, proposito: string }>,
235
- * detectado: boolean
236
- * }}
237
- */
238
- function detectarStackDetallado(dirProyecto) {
239
- const lenguajePrincipal = detectarLenguajePrincipal(dirProyecto);
240
- const pkg = leerPackageJson(dirProyecto);
241
- const framework = detectarFrameworkNode(pkg) || detectarFrameworkPython(dirProyecto);
242
- const orm = detectarORM(pkg, dirProyecto);
243
- const packageManager =
244
- detectarPackageManagerNode(dirProyecto) || detectarPackageManagerPython(dirProyecto);
245
- const comandos = detectarComandos(dirProyecto);
246
-
247
- return {
248
- lenguajePrincipal,
249
- framework,
250
- orm,
251
- packageManager,
252
- comandos,
253
- detectado: lenguajePrincipal !== null,
254
- };
255
- }
256
-
257
- // ─── Helpers privados ────────────────────────────────────────────────────────
258
-
259
- function _leerJsonSeguro(ruta) {
260
- try {
261
- if (!fs.existsSync(ruta)) return null;
262
- return JSON.parse(fs.readFileSync(ruta, 'utf8'));
263
- } catch {
264
- return null;
265
- }
266
- }
267
-
268
- function _leerArchivoSeguro(ruta) {
269
- try {
270
- if (!fs.existsSync(ruta)) return null;
271
- return fs.readFileSync(ruta, 'utf8');
272
- } catch {
273
- return null;
274
- }
275
- }
276
-
277
- function _limpiarVersion(rango) {
278
- // "^15.0.0" → "15", "~3.4.1" → "3"
279
- if (typeof rango !== 'string') return '';
280
- const m = rango.match(/(\d+)/);
281
- return m ? m[1] : '';
282
- }
283
-
284
- function _propositoScript(nombre) {
285
- const map = {
286
- dev: 'Servidor de desarrollo',
287
- start: 'Iniciar app',
288
- build: 'Build de producción',
289
- test: 'Tests',
290
- lint: 'Lint',
291
- typecheck: 'Verificar tipos',
292
- format: 'Formatear código',
293
- };
294
- return map[nombre] || nombre;
295
- }
296
-
297
- module.exports = {
298
- detectarStackDetallado,
299
- detectarLenguajePrincipal,
300
- detectarFrameworkNode,
301
- detectarFrameworkPython,
302
- detectarORM,
303
- detectarPackageManagerNode,
304
- detectarPackageManagerPython,
305
- detectarComandos,
306
- leerPackageJson,
307
- };
1
+ 'use strict';
2
+
3
+ /**
4
+ * detectar-stack-detallado.js
5
+ *
6
+ * Detecta stack del proyecto destino con información rica para generación de
7
+ * CLAUDE.md (no solo presencia, sino también: framework principal, scripts
8
+ * disponibles, package manager, deps clave).
9
+ *
10
+ * Diferencia con `detectar-stack.js`: ese módulo es para FILTRAR reglas de
11
+ * lenguaje (presence/absence). Este módulo es para POBLAR el bloque CLAUDE.md
12
+ * inyectado por el installer con info accionable del proyecto destino.
13
+ *
14
+ * Zero-dependencies (solo fs/path nativos). Defensivo: cualquier read failure
15
+ * devuelve null/undefined, nunca lanza.
16
+ */
17
+
18
+ const fs = require('fs');
19
+ const path = require('path');
20
+
21
+ /**
22
+ * Lee package.json del proyecto destino.
23
+ * @returns {{ name?: string, version?: string, scripts?: object, dependencies?: object, devDependencies?: object } | null}
24
+ */
25
+ function leerPackageJson(dirProyecto) {
26
+ return _leerJsonSeguro(path.join(dirProyecto, 'package.json'));
27
+ }
28
+
29
+ /**
30
+ * Detecta el package manager Node usado (basado en lockfile).
31
+ * @returns {'pnpm' | 'yarn' | 'bun' | 'npm' | null}
32
+ */
33
+ function detectarPackageManagerNode(dirProyecto) {
34
+ if (fs.existsSync(path.join(dirProyecto, 'pnpm-lock.yaml'))) return 'pnpm';
35
+ if (fs.existsSync(path.join(dirProyecto, 'yarn.lock'))) return 'yarn';
36
+ if (fs.existsSync(path.join(dirProyecto, 'bun.lockb'))) return 'bun';
37
+ if (fs.existsSync(path.join(dirProyecto, 'package-lock.json'))) return 'npm';
38
+ if (fs.existsSync(path.join(dirProyecto, 'package.json'))) return 'npm';
39
+ return null;
40
+ }
41
+
42
+ /**
43
+ * Detecta el package manager Python.
44
+ * @returns {'poetry' | 'uv' | 'pdm' | 'pip' | null}
45
+ */
46
+ function detectarPackageManagerPython(dirProyecto) {
47
+ const pyproject = path.join(dirProyecto, 'pyproject.toml');
48
+ if (fs.existsSync(pyproject)) {
49
+ const contenido = _leerArchivoSeguro(pyproject) || '';
50
+ if (contenido.includes('[tool.poetry]')) return 'poetry';
51
+ if (contenido.includes('[tool.uv]')) return 'uv';
52
+ if (contenido.includes('[tool.pdm]')) return 'pdm';
53
+ return 'pip'; // pyproject genérico
54
+ }
55
+ if (fs.existsSync(path.join(dirProyecto, 'requirements.txt'))) return 'pip';
56
+ if (fs.existsSync(path.join(dirProyecto, 'Pipfile'))) return 'pip';
57
+ return null;
58
+ }
59
+
60
+ /**
61
+ * Detecta framework Node a partir de dependencies.
62
+ * @returns {string | null}
63
+ */
64
+ function detectarFrameworkNode(packageJson) {
65
+ if (!packageJson) return null;
66
+ const deps = { ...(packageJson.dependencies || {}), ...(packageJson.devDependencies || {}) };
67
+
68
+ if (deps.next) return `Next.js ${_limpiarVersion(deps.next)}`;
69
+ if (deps['@angular/core']) return `Angular ${_limpiarVersion(deps['@angular/core'])}`;
70
+ if (deps['@nestjs/core']) return `NestJS ${_limpiarVersion(deps['@nestjs/core'])}`;
71
+ if (deps.svelte) return `Svelte ${_limpiarVersion(deps.svelte)}`;
72
+ if (deps.vue) return `Vue ${_limpiarVersion(deps.vue)}`;
73
+ if (deps.remix || deps['@remix-run/node']) return 'Remix';
74
+ if (deps.astro) return `Astro ${_limpiarVersion(deps.astro)}`;
75
+ if (deps.nuxt) return `Nuxt ${_limpiarVersion(deps.nuxt)}`;
76
+ if (deps.fastify) return `Fastify ${_limpiarVersion(deps.fastify)}`;
77
+ if (deps.express) return `Express ${_limpiarVersion(deps.express)}`;
78
+ if (deps.react) return `React ${_limpiarVersion(deps.react)} (sin framework)`;
79
+
80
+ return null;
81
+ }
82
+
83
+ /**
84
+ * Detecta framework Python leyendo deps en pyproject.toml o requirements.txt.
85
+ * @returns {string | null}
86
+ */
87
+ function detectarFrameworkPython(dirProyecto) {
88
+ const pyproject = _leerArchivoSeguro(path.join(dirProyecto, 'pyproject.toml')) || '';
89
+ const requirements = _leerArchivoSeguro(path.join(dirProyecto, 'requirements.txt')) || '';
90
+ const deps = (pyproject + '\n' + requirements).toLowerCase();
91
+
92
+ if (deps.includes('fastapi')) return 'FastAPI';
93
+ if (deps.includes('django')) return 'Django';
94
+ if (deps.includes('flask')) return 'Flask';
95
+ if (deps.includes('starlette')) return 'Starlette';
96
+ if (deps.includes('aiohttp')) return 'aiohttp';
97
+ return null;
98
+ }
99
+
100
+ /**
101
+ * Detecta el ORM/driver de BD principal.
102
+ * @returns {string | null}
103
+ */
104
+ function detectarORM(packageJson, dirProyecto) {
105
+ const depsNode = packageJson
106
+ ? { ...(packageJson.dependencies || {}), ...(packageJson.devDependencies || {}) }
107
+ : {};
108
+
109
+ if (depsNode.prisma || depsNode['@prisma/client']) return 'Prisma';
110
+ if (depsNode['drizzle-orm']) return 'Drizzle';
111
+ if (depsNode.typeorm) return 'TypeORM';
112
+ if (depsNode.sequelize) return 'Sequelize';
113
+ if (depsNode.mongoose) return 'Mongoose';
114
+
115
+ // Python
116
+ const pyproject = _leerArchivoSeguro(path.join(dirProyecto, 'pyproject.toml')) || '';
117
+ const requirements = _leerArchivoSeguro(path.join(dirProyecto, 'requirements.txt')) || '';
118
+ const depsPy = (pyproject + '\n' + requirements).toLowerCase();
119
+ if (depsPy.includes('sqlalchemy')) return 'SQLAlchemy';
120
+ if (depsPy.includes('peewee')) return 'Peewee';
121
+ if (depsPy.includes('tortoise-orm')) return 'Tortoise ORM';
122
+
123
+ return null;
124
+ }
125
+
126
+ /**
127
+ * Detecta lenguaje principal con confianza (devuelve el más probable).
128
+ * @returns {{ lenguaje: string, runtime?: string } | null}
129
+ */
130
+ function detectarLenguajePrincipal(dirProyecto) {
131
+ // Node.js / TypeScript
132
+ if (fs.existsSync(path.join(dirProyecto, 'package.json'))) {
133
+ if (fs.existsSync(path.join(dirProyecto, 'tsconfig.json'))) {
134
+ return { lenguaje: 'TypeScript', runtime: 'Node.js' };
135
+ }
136
+ return { lenguaje: 'JavaScript', runtime: 'Node.js' };
137
+ }
138
+ // Python
139
+ if (
140
+ fs.existsSync(path.join(dirProyecto, 'pyproject.toml')) ||
141
+ fs.existsSync(path.join(dirProyecto, 'requirements.txt')) ||
142
+ fs.existsSync(path.join(dirProyecto, 'setup.py'))
143
+ ) {
144
+ return { lenguaje: 'Python' };
145
+ }
146
+ // Go
147
+ if (fs.existsSync(path.join(dirProyecto, 'go.mod'))) return { lenguaje: 'Go' };
148
+ // Rust
149
+ if (fs.existsSync(path.join(dirProyecto, 'Cargo.toml'))) return { lenguaje: 'Rust' };
150
+ // Java / Kotlin
151
+ if (fs.existsSync(path.join(dirProyecto, 'pom.xml'))) return { lenguaje: 'Java', runtime: 'Maven' };
152
+ if (
153
+ fs.existsSync(path.join(dirProyecto, 'build.gradle')) ||
154
+ fs.existsSync(path.join(dirProyecto, 'build.gradle.kts'))
155
+ ) {
156
+ return { lenguaje: 'Java/Kotlin', runtime: 'Gradle' };
157
+ }
158
+ // PHP
159
+ if (fs.existsSync(path.join(dirProyecto, 'composer.json'))) return { lenguaje: 'PHP' };
160
+ // Swift
161
+ if (fs.existsSync(path.join(dirProyecto, 'Package.swift'))) return { lenguaje: 'Swift' };
162
+ // Ruby
163
+ if (fs.existsSync(path.join(dirProyecto, 'Gemfile'))) return { lenguaje: 'Ruby' };
164
+ // C# / .NET
165
+ if (fs.existsSync(path.join(dirProyecto, 'global.json'))) return { lenguaje: 'C#', runtime: '.NET' };
166
+
167
+ return null;
168
+ }
169
+
170
+ /**
171
+ * Detecta scripts comunes del proyecto (test, dev, build, lint).
172
+ * Devuelve los scripts npm si existen + comandos típicos del lenguaje.
173
+ *
174
+ * @returns {Array<{ comando: string, proposito: string }>}
175
+ */
176
+ function detectarComandos(dirProyecto) {
177
+ const comandos = [];
178
+ const pkg = leerPackageJson(dirProyecto);
179
+ const pm = detectarPackageManagerNode(dirProyecto);
180
+
181
+ if (pkg && pkg.scripts) {
182
+ const interesantes = ['dev', 'start', 'build', 'test', 'lint', 'typecheck', 'format'];
183
+ for (const script of interesantes) {
184
+ if (pkg.scripts[script]) {
185
+ comandos.push({
186
+ comando: `${pm || 'npm'} run ${script}`,
187
+ proposito: _propositoScript(script),
188
+ });
189
+ }
190
+ }
191
+ // Si tiene "test" como entrypoint puro
192
+ if (pkg.scripts.test && !comandos.some(c => c.comando.includes('test'))) {
193
+ comandos.push({ comando: `${pm || 'npm'} test`, proposito: 'Tests' });
194
+ }
195
+ }
196
+
197
+ // Python
198
+ const pmPy = detectarPackageManagerPython(dirProyecto);
199
+ if (pmPy === 'poetry') {
200
+ comandos.push({ comando: 'poetry install', proposito: 'Instalar dependencias' });
201
+ comandos.push({ comando: 'poetry run pytest', proposito: 'Tests' });
202
+ } else if (pmPy === 'uv') {
203
+ comandos.push({ comando: 'uv sync', proposito: 'Instalar dependencias' });
204
+ comandos.push({ comando: 'uv run pytest', proposito: 'Tests' });
205
+ } else if (pmPy === 'pip') {
206
+ comandos.push({ comando: 'pip install -r requirements.txt', proposito: 'Instalar dependencias' });
207
+ comandos.push({ comando: 'pytest', proposito: 'Tests' });
208
+ }
209
+
210
+ // Go
211
+ if (fs.existsSync(path.join(dirProyecto, 'go.mod'))) {
212
+ comandos.push({ comando: 'go test ./...', proposito: 'Tests' });
213
+ comandos.push({ comando: 'go build ./...', proposito: 'Build' });
214
+ }
215
+
216
+ // Rust
217
+ if (fs.existsSync(path.join(dirProyecto, 'Cargo.toml'))) {
218
+ comandos.push({ comando: 'cargo test', proposito: 'Tests' });
219
+ comandos.push({ comando: 'cargo build', proposito: 'Build' });
220
+ comandos.push({ comando: 'cargo clippy', proposito: 'Lint' });
221
+ }
222
+
223
+ return comandos;
224
+ }
225
+
226
+ /**
227
+ * Detección integral: devuelve resumen del stack del proyecto destino.
228
+ *
229
+ * @returns {{
230
+ * lenguajePrincipal: { lenguaje: string, runtime?: string } | null,
231
+ * framework: string | null,
232
+ * orm: string | null,
233
+ * packageManager: string | null,
234
+ * comandos: Array<{ comando: string, proposito: string }>,
235
+ * detectado: boolean
236
+ * }}
237
+ */
238
+ function detectarStackDetallado(dirProyecto) {
239
+ const lenguajePrincipal = detectarLenguajePrincipal(dirProyecto);
240
+ const pkg = leerPackageJson(dirProyecto);
241
+ const framework = detectarFrameworkNode(pkg) || detectarFrameworkPython(dirProyecto);
242
+ const orm = detectarORM(pkg, dirProyecto);
243
+ const packageManager =
244
+ detectarPackageManagerNode(dirProyecto) || detectarPackageManagerPython(dirProyecto);
245
+ const comandos = detectarComandos(dirProyecto);
246
+
247
+ return {
248
+ lenguajePrincipal,
249
+ framework,
250
+ orm,
251
+ packageManager,
252
+ comandos,
253
+ detectado: lenguajePrincipal !== null,
254
+ };
255
+ }
256
+
257
+ // ─── Helpers privados ────────────────────────────────────────────────────────
258
+
259
+ function _leerJsonSeguro(ruta) {
260
+ try {
261
+ if (!fs.existsSync(ruta)) return null;
262
+ return JSON.parse(fs.readFileSync(ruta, 'utf8'));
263
+ } catch {
264
+ return null;
265
+ }
266
+ }
267
+
268
+ function _leerArchivoSeguro(ruta) {
269
+ try {
270
+ if (!fs.existsSync(ruta)) return null;
271
+ return fs.readFileSync(ruta, 'utf8');
272
+ } catch {
273
+ return null;
274
+ }
275
+ }
276
+
277
+ function _limpiarVersion(rango) {
278
+ // "^15.0.0" → "15", "~3.4.1" → "3"
279
+ if (typeof rango !== 'string') return '';
280
+ const m = rango.match(/(\d+)/);
281
+ return m ? m[1] : '';
282
+ }
283
+
284
+ function _propositoScript(nombre) {
285
+ const map = {
286
+ dev: 'Servidor de desarrollo',
287
+ start: 'Iniciar app',
288
+ build: 'Build de producción',
289
+ test: 'Tests',
290
+ lint: 'Lint',
291
+ typecheck: 'Verificar tipos',
292
+ format: 'Formatear código',
293
+ };
294
+ return map[nombre] || nombre;
295
+ }
296
+
297
+ module.exports = {
298
+ detectarStackDetallado,
299
+ detectarLenguajePrincipal,
300
+ detectarFrameworkNode,
301
+ detectarFrameworkPython,
302
+ detectarORM,
303
+ detectarPackageManagerNode,
304
+ detectarPackageManagerPython,
305
+ detectarComandos,
306
+ leerPackageJson,
307
+ };