@saulwade/swl-ses 1.5.1 → 1.6.0
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/CLAUDE.md +225 -209
- package/README.md +578 -561
- package/agentes/arquitecto-swl.md +33 -1
- package/agentes/nemesis-auditor-swl.md +59 -19
- package/bin/swl-mcp-server.js +214 -214
- package/bin/swl-ses.js +49 -7
- package/comandos/swl/.evolved.json +22 -22
- package/comandos/swl/contribuir.md +233 -233
- package/comandos/swl/nemesis.md +230 -56
- package/gateway/lib/event-channel.js +191 -191
- package/habilidades/backend-production-resilience/SKILL.md +288 -288
- package/habilidades/benchmark-memoria/SKILL.md +186 -186
- package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
- package/habilidades/doubt-driven-review/SKILL.md +171 -171
- package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
- package/habilidades/ejecutar-task-iterativo/SKILL.md +278 -278
- package/habilidades/eval-framework/SKILL.md +212 -212
- package/habilidades/feynman-auditor-swl/SKILL.md +123 -123
- package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
- package/habilidades/harness-claude-code/SKILL.md +299 -299
- package/habilidades/infra-github-actions/SKILL.md +166 -166
- package/habilidades/legacy-code-rescue/SKILL.md +267 -267
- package/habilidades/manejo-errores/.evolved.json +8 -8
- package/habilidades/meta-skills-estandar/SKILL.md +207 -4
- package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
- package/habilidades/meta-skills-estandar/recursos/skills-as-agents.md +163 -163
- package/habilidades/nemesis-evaluacion-json/SKILL.md +266 -0
- package/habilidades/nemesis-redistribuir/SKILL.md +341 -0
- package/habilidades/node-experto/SKILL.md +94 -4
- package/habilidades/patrones-python/SKILL.md +229 -229
- package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
- package/habilidades/planear-fase/SKILL.md +319 -319
- package/habilidades/protocolo-revision-swl/SKILL.md +350 -276
- package/habilidades/release-semver/.evolved.json +8 -8
- package/habilidades/state-inconsistency-auditor-swl/SKILL.md +166 -166
- package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
- package/habilidades/tdd-workflow/SKILL.md +121 -4
- package/habilidades/testing-python/SKILL.md +340 -340
- package/habilidades/web-fetcher-routing/SKILL.md +75 -75
- package/hooks/check-update.js +31 -3
- package/hooks/claudemd-bloat-detector.js +161 -161
- package/hooks/extraccion-aprendizajes.js +11 -0
- package/hooks/lib/agent-routing.js +107 -107
- package/hooks/lib/auto-consolidator.js +335 -335
- package/hooks/lib/error-classifier.js +308 -308
- package/hooks/lib/merkle-audit.js +96 -96
- package/hooks/lib/provenance-tracker.js +191 -191
- package/hooks/lib/rate-limit-tracker.js +253 -253
- package/hooks/lib/resource-quota.js +122 -122
- package/hooks/lib/retry-jitter.js +165 -165
- package/hooks/lib/security-net.js +201 -201
- package/hooks/lib/skill-auditor.js +588 -588
- package/hooks/lib/sync-status.js +228 -228
- package/hooks/lib/taint-tracker.js +107 -107
- package/hooks/lib/text-similarity.js +241 -241
- package/hooks/lib/toon-compressor.js +245 -245
- package/hooks/registro-turnos.js +209 -209
- package/hooks/sugerir-regenerar-inventario.js +170 -170
- package/hooks/validar-formato-post-subagente.js +140 -140
- package/hooks/validar-memoria-hook.js +218 -218
- package/instintos/prompt-appendices.yaml +57 -57
- package/manifiestos/agent-output-schemas.json +57 -57
- package/manifiestos/modulos.json +1324 -1321
- package/manifiestos/skills-lock.json +1142 -1114
- package/package.json +5 -4
- package/plantillas/auditor-veto-template.md +105 -105
- package/plantillas/github-workflows/README.md +47 -47
- package/plantillas/github-workflows/release-please.yml +44 -44
- package/plantillas/github-workflows/swl-ci.yml +107 -107
- package/plantillas/github-workflows/swl-security.yml +51 -51
- package/plugin.json +355 -351
- package/reglas/analisis-previo-tareas-grandes.md +172 -172
- package/reglas/arreglar-al-detectar.md +147 -147
- package/reglas/fragmentos-compartidos.md +152 -152
- package/reglas/harness-claude-code.md +213 -213
- package/reglas/registro-componentes-nuevos.md +192 -0
- package/reglas/usar-context7.md +226 -226
- package/schemas/diary-entry.schema.json +80 -80
- package/scripts/actualizar.js +110 -1
- package/scripts/audit-tools/audit-history.js +330 -330
- package/scripts/audit-tools/bundle-tracker.js +290 -290
- package/scripts/audit-tools/canary-monitor.js +352 -352
- package/scripts/audit-tools/code-profiler.js +605 -605
- package/scripts/audit-tools/dep-doctor.js +320 -320
- package/scripts/audit-tools/env-validator.js +206 -206
- package/scripts/audit-tools/lib/fs-walk.js +48 -48
- package/scripts/audit-tools/lib/output.js +23 -23
- package/scripts/audit-tools/migration-checker.js +392 -392
- package/scripts/audit-tools/pentest-scanner.js +1436 -1436
- package/scripts/benchmark-memoria.js +167 -167
- package/scripts/configurar-branch-protection.js +418 -418
- package/scripts/derivar-feature-list.js +489 -489
- package/scripts/desinstalar.js +105 -24
- package/scripts/detectar-aprendizajes-duplicados.js +151 -151
- package/scripts/doctor.js +27 -0
- package/scripts/field-report.js +199 -199
- package/scripts/generar-checklists-consolidados.js +273 -273
- package/scripts/generar-inventario.js +420 -420
- package/scripts/generar-matriz-lenguajes.js +271 -271
- package/scripts/instalador.js +55 -4
- package/scripts/lib/artefactos-python.js +43 -43
- package/scripts/lib/benchmark-metrics.js +160 -160
- package/scripts/lib/budget-enforcer.js +252 -252
- package/scripts/lib/configurar-ci.js +380 -380
- package/scripts/lib/contadores-inventario.js +217 -217
- package/scripts/lib/detectar-stack-detallado.js +307 -307
- package/scripts/lib/diary-entry.js +234 -234
- package/scripts/lib/eval-metrics-store.js +218 -218
- package/scripts/lib/eval-quality.js +171 -171
- package/scripts/lib/eval-schemas.js +144 -144
- package/scripts/lib/eval-self-correct.js +106 -106
- package/scripts/lib/eval-validator.js +185 -185
- package/scripts/lib/expandir-targets.js +71 -71
- package/scripts/lib/jaccard-similarity.js +98 -98
- package/scripts/lib/longmemeval-runner.js +125 -125
- package/scripts/lib/mcp_config.py +127 -0
- package/scripts/lib/npm-version.js +261 -261
- package/scripts/lib/paquetes-conocidos.js +50 -50
- package/scripts/lib/parsear-opciones.js +3 -0
- package/scripts/lib/prompt-builder.js +264 -264
- package/scripts/lib/rrf-fusion.js +175 -175
- package/scripts/lib/scoring-instintos.js +277 -277
- package/scripts/lib/semantic-search.js +252 -252
- package/scripts/lib/toml-merge.js +204 -204
- package/scripts/lib/transformadores/codex.js +375 -375
- package/scripts/lib/transformadores/cursor.js +359 -359
- package/scripts/lib/ui.js +148 -22
- package/scripts/limpiar-artefactos-python.js +131 -131
- package/scripts/mcp-orchestrator.py +8 -18
- package/scripts/mcp-pool-manager.py +12 -23
- package/scripts/mcp-server/README.md +170 -170
- package/scripts/mcp-server/auth.js +105 -105
- package/scripts/mcp-server/cache.js +106 -106
- package/scripts/mcp-server/telemetry.js +78 -78
- package/scripts/migrar-csv-a-array.js +168 -168
- package/scripts/migrar-fase-dominio.js +201 -201
- package/scripts/publicar.js +511 -511
- package/scripts/run-eval.js +141 -141
- package/scripts/tui/componentes/selector-multi.js +189 -0
- package/scripts/tui/componentes/selector-unico.js +158 -0
- package/scripts/tui/ejecutores.js +375 -0
- package/scripts/tui/index.js +162 -0
- package/scripts/tui/lib/colores.js +129 -0
- package/scripts/tui/lib/render.js +264 -0
- package/scripts/tui/lib/teclas.js +113 -0
- package/scripts/tui/pantallas/inspect.js +173 -0
- package/scripts/tui/pantallas/install-wizard.js +334 -0
- package/scripts/tui/pantallas/menu-principal.js +52 -0
- package/scripts/tui/pantallas/progreso.js +274 -0
- package/scripts/tui/pantallas/resumen.js +132 -0
- package/scripts/tui/pantallas/uninstall-wizard.js +208 -0
- package/scripts/tui/pantallas/update-wizard.js +232 -0
- package/scripts/tui/pantallas/welcome.js +187 -0
- package/scripts/validar-userland-vacio.js +110 -110
- package/scripts/verificar-docs-vs-codigo.js +425 -0
package/scripts/run-eval.js
CHANGED
|
@@ -1,141 +1,141 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* run-eval.js — CLI para ejecutar evaluaciones del eval framework.
|
|
6
|
-
*
|
|
7
|
-
* Uso:
|
|
8
|
-
* node scripts/run-eval.js <ruta-eval.json>
|
|
9
|
-
*
|
|
10
|
-
* Formato del archivo JSON de eval:
|
|
11
|
-
* {
|
|
12
|
-
* "functionId": "memoria-busqueda::search",
|
|
13
|
-
* "schemaName": "MEMORY_SEARCH_RESULT_SCHEMA", // opcional, valida output
|
|
14
|
-
* "qualityScorer": "scoreObservacion", // opcional, calcula calidad
|
|
15
|
-
* "input": { ... }, // datos de entrada
|
|
16
|
-
* "expectedKeys": ["id", "tipo", "titulo"], // opcional, valida presencia
|
|
17
|
-
* "output": { ... } // output a evaluar
|
|
18
|
-
* }
|
|
19
|
-
*
|
|
20
|
-
* Exit codes:
|
|
21
|
-
* 0 - eval pasa (valid: true)
|
|
22
|
-
* 1 - eval falla (valid: false) o error de I/O
|
|
23
|
-
* 2 - error de uso (argumentos inválidos)
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
const fs = require('fs');
|
|
27
|
-
const path = require('path');
|
|
28
|
-
|
|
29
|
-
const schemas = require('./lib/eval-schemas');
|
|
30
|
-
const validator = require('./lib/eval-validator');
|
|
31
|
-
const quality = require('./lib/eval-quality');
|
|
32
|
-
const metricsStore = require('./lib/eval-metrics-store');
|
|
33
|
-
|
|
34
|
-
function uso() {
|
|
35
|
-
console.error('Uso: node scripts/run-eval.js <ruta-eval.json>');
|
|
36
|
-
console.error(' node scripts/run-eval.js --rebuild-aggregate');
|
|
37
|
-
process.exit(2);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function ejecutarEval(ruta) {
|
|
41
|
-
if (!fs.existsSync(ruta)) {
|
|
42
|
-
console.error(`Archivo no existe: ${ruta}`);
|
|
43
|
-
return 1;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
let definicion;
|
|
47
|
-
try {
|
|
48
|
-
definicion = JSON.parse(fs.readFileSync(ruta, 'utf8'));
|
|
49
|
-
} catch (err) {
|
|
50
|
-
console.error(`Error parseando ${ruta}: ${err.message}`);
|
|
51
|
-
return 1;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
const { functionId, schemaName, qualityScorer, output } = definicion;
|
|
55
|
-
if (!functionId || typeof functionId !== 'string') {
|
|
56
|
-
console.error('functionId requerido en el archivo de eval');
|
|
57
|
-
return 1;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
const inicio = Date.now();
|
|
61
|
-
let valid = true;
|
|
62
|
-
let errors = [];
|
|
63
|
-
let qualityScore = null;
|
|
64
|
-
|
|
65
|
-
// Validar contra schema si se especifica
|
|
66
|
-
if (schemaName) {
|
|
67
|
-
const schema = schemas[schemaName];
|
|
68
|
-
if (!schema) {
|
|
69
|
-
console.error(`Schema desconocido: ${schemaName}. Disponibles: ${Object.keys(schemas).filter(k => k.endsWith('_SCHEMA')).join(', ')}`);
|
|
70
|
-
return 1;
|
|
71
|
-
}
|
|
72
|
-
const r = validator.validar(output, schema);
|
|
73
|
-
valid = valid && r.valid;
|
|
74
|
-
if (!r.valid) errors.push(...r.errors);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// Validar campos esperados si se especifican
|
|
78
|
-
if (Array.isArray(definicion.expectedKeys)) {
|
|
79
|
-
for (const key of definicion.expectedKeys) {
|
|
80
|
-
if (!output || !(key in output)) {
|
|
81
|
-
valid = false;
|
|
82
|
-
errors.push(`expectedKey faltante: ${key}`);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
// Calcular quality score si se especifica
|
|
88
|
-
if (qualityScorer) {
|
|
89
|
-
const scorer = quality[qualityScorer];
|
|
90
|
-
if (typeof scorer !== 'function') {
|
|
91
|
-
console.error(`Quality scorer desconocido: ${qualityScorer}. Disponibles: ${Object.keys(quality).join(', ')}`);
|
|
92
|
-
return 1;
|
|
93
|
-
}
|
|
94
|
-
qualityScore = scorer(output);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
const latencyMs = Date.now() - inicio;
|
|
98
|
-
const exito = valid;
|
|
99
|
-
|
|
100
|
-
// Persistir resultado
|
|
101
|
-
const baseDir = process.cwd();
|
|
102
|
-
metricsStore.registrar(baseDir, {
|
|
103
|
-
functionId,
|
|
104
|
-
latencyMs,
|
|
105
|
-
success: exito,
|
|
106
|
-
qualityScore,
|
|
107
|
-
metadata: { schemaName, qualityScorer, evalFile: path.basename(ruta) },
|
|
108
|
-
});
|
|
109
|
-
|
|
110
|
-
// Reportar
|
|
111
|
-
console.log(JSON.stringify({
|
|
112
|
-
functionId,
|
|
113
|
-
valid,
|
|
114
|
-
errors: errors.length > 0 ? errors : undefined,
|
|
115
|
-
qualityScore,
|
|
116
|
-
latencyMs,
|
|
117
|
-
}, null, 2));
|
|
118
|
-
|
|
119
|
-
return valid ? 0 : 1;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
function main() {
|
|
123
|
-
const args = process.argv.slice(2);
|
|
124
|
-
if (args.length === 0) uso();
|
|
125
|
-
|
|
126
|
-
if (args[0] === '--rebuild-aggregate') {
|
|
127
|
-
const r = metricsStore.reconstruirAgregado(process.cwd());
|
|
128
|
-
console.log(`Agregado reconstruido: ${r.rebuilt} eventos, ${r.functions} funciones únicas.`);
|
|
129
|
-
process.exit(0);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
process.exit(ejecutarEval(args[0]));
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
if (require.main === module) {
|
|
136
|
-
main();
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
module.exports = {
|
|
140
|
-
ejecutarEval,
|
|
141
|
-
};
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* run-eval.js — CLI para ejecutar evaluaciones del eval framework.
|
|
6
|
+
*
|
|
7
|
+
* Uso:
|
|
8
|
+
* node scripts/run-eval.js <ruta-eval.json>
|
|
9
|
+
*
|
|
10
|
+
* Formato del archivo JSON de eval:
|
|
11
|
+
* {
|
|
12
|
+
* "functionId": "memoria-busqueda::search",
|
|
13
|
+
* "schemaName": "MEMORY_SEARCH_RESULT_SCHEMA", // opcional, valida output
|
|
14
|
+
* "qualityScorer": "scoreObservacion", // opcional, calcula calidad
|
|
15
|
+
* "input": { ... }, // datos de entrada
|
|
16
|
+
* "expectedKeys": ["id", "tipo", "titulo"], // opcional, valida presencia
|
|
17
|
+
* "output": { ... } // output a evaluar
|
|
18
|
+
* }
|
|
19
|
+
*
|
|
20
|
+
* Exit codes:
|
|
21
|
+
* 0 - eval pasa (valid: true)
|
|
22
|
+
* 1 - eval falla (valid: false) o error de I/O
|
|
23
|
+
* 2 - error de uso (argumentos inválidos)
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const fs = require('fs');
|
|
27
|
+
const path = require('path');
|
|
28
|
+
|
|
29
|
+
const schemas = require('./lib/eval-schemas');
|
|
30
|
+
const validator = require('./lib/eval-validator');
|
|
31
|
+
const quality = require('./lib/eval-quality');
|
|
32
|
+
const metricsStore = require('./lib/eval-metrics-store');
|
|
33
|
+
|
|
34
|
+
function uso() {
|
|
35
|
+
console.error('Uso: node scripts/run-eval.js <ruta-eval.json>');
|
|
36
|
+
console.error(' node scripts/run-eval.js --rebuild-aggregate');
|
|
37
|
+
process.exit(2);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
function ejecutarEval(ruta) {
|
|
41
|
+
if (!fs.existsSync(ruta)) {
|
|
42
|
+
console.error(`Archivo no existe: ${ruta}`);
|
|
43
|
+
return 1;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
let definicion;
|
|
47
|
+
try {
|
|
48
|
+
definicion = JSON.parse(fs.readFileSync(ruta, 'utf8'));
|
|
49
|
+
} catch (err) {
|
|
50
|
+
console.error(`Error parseando ${ruta}: ${err.message}`);
|
|
51
|
+
return 1;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const { functionId, schemaName, qualityScorer, output } = definicion;
|
|
55
|
+
if (!functionId || typeof functionId !== 'string') {
|
|
56
|
+
console.error('functionId requerido en el archivo de eval');
|
|
57
|
+
return 1;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
const inicio = Date.now();
|
|
61
|
+
let valid = true;
|
|
62
|
+
let errors = [];
|
|
63
|
+
let qualityScore = null;
|
|
64
|
+
|
|
65
|
+
// Validar contra schema si se especifica
|
|
66
|
+
if (schemaName) {
|
|
67
|
+
const schema = schemas[schemaName];
|
|
68
|
+
if (!schema) {
|
|
69
|
+
console.error(`Schema desconocido: ${schemaName}. Disponibles: ${Object.keys(schemas).filter(k => k.endsWith('_SCHEMA')).join(', ')}`);
|
|
70
|
+
return 1;
|
|
71
|
+
}
|
|
72
|
+
const r = validator.validar(output, schema);
|
|
73
|
+
valid = valid && r.valid;
|
|
74
|
+
if (!r.valid) errors.push(...r.errors);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Validar campos esperados si se especifican
|
|
78
|
+
if (Array.isArray(definicion.expectedKeys)) {
|
|
79
|
+
for (const key of definicion.expectedKeys) {
|
|
80
|
+
if (!output || !(key in output)) {
|
|
81
|
+
valid = false;
|
|
82
|
+
errors.push(`expectedKey faltante: ${key}`);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// Calcular quality score si se especifica
|
|
88
|
+
if (qualityScorer) {
|
|
89
|
+
const scorer = quality[qualityScorer];
|
|
90
|
+
if (typeof scorer !== 'function') {
|
|
91
|
+
console.error(`Quality scorer desconocido: ${qualityScorer}. Disponibles: ${Object.keys(quality).join(', ')}`);
|
|
92
|
+
return 1;
|
|
93
|
+
}
|
|
94
|
+
qualityScore = scorer(output);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
const latencyMs = Date.now() - inicio;
|
|
98
|
+
const exito = valid;
|
|
99
|
+
|
|
100
|
+
// Persistir resultado
|
|
101
|
+
const baseDir = process.cwd();
|
|
102
|
+
metricsStore.registrar(baseDir, {
|
|
103
|
+
functionId,
|
|
104
|
+
latencyMs,
|
|
105
|
+
success: exito,
|
|
106
|
+
qualityScore,
|
|
107
|
+
metadata: { schemaName, qualityScorer, evalFile: path.basename(ruta) },
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
// Reportar
|
|
111
|
+
console.log(JSON.stringify({
|
|
112
|
+
functionId,
|
|
113
|
+
valid,
|
|
114
|
+
errors: errors.length > 0 ? errors : undefined,
|
|
115
|
+
qualityScore,
|
|
116
|
+
latencyMs,
|
|
117
|
+
}, null, 2));
|
|
118
|
+
|
|
119
|
+
return valid ? 0 : 1;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
function main() {
|
|
123
|
+
const args = process.argv.slice(2);
|
|
124
|
+
if (args.length === 0) uso();
|
|
125
|
+
|
|
126
|
+
if (args[0] === '--rebuild-aggregate') {
|
|
127
|
+
const r = metricsStore.reconstruirAgregado(process.cwd());
|
|
128
|
+
console.log(`Agregado reconstruido: ${r.rebuilt} eventos, ${r.functions} funciones únicas.`);
|
|
129
|
+
process.exit(0);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
process.exit(ejecutarEval(args[0]));
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
if (require.main === module) {
|
|
136
|
+
main();
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
module.exports = {
|
|
140
|
+
ejecutarEval,
|
|
141
|
+
};
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Selector múltiple (multi-select / checkbox) para la TUI.
|
|
5
|
+
* Extensión del selectorCheckbox de scripts/lib/selector-interactivo.js con:
|
|
6
|
+
* - Descripciones por item (panel inferior bajo el cursor)
|
|
7
|
+
* - Atajos: ↑↓ navegar, espacio toggle, 'a' todos, 'n' ninguno
|
|
8
|
+
* - Hint configurable
|
|
9
|
+
* - Items deshabilitados respetados
|
|
10
|
+
*
|
|
11
|
+
* Diseño:
|
|
12
|
+
* - Cada item: { valor, etiqueta, descripcion?, deshabilitado?, preseleccionado? }
|
|
13
|
+
* - Resuelve con array de valores seleccionados (en orden de items).
|
|
14
|
+
* - Esc resuelve con `null` (señal de cancelación).
|
|
15
|
+
*
|
|
16
|
+
* No-TTY: resuelve con los items preseleccionados o con todos si
|
|
17
|
+
* `opciones.todosSeleccionadosSiNoTty` está en true.
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
const render = require('../lib/render');
|
|
21
|
+
const teclas = require('../lib/teclas');
|
|
22
|
+
const { colores, semantico, iconos } = require('../lib/colores');
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @param {object} opciones
|
|
26
|
+
* @param {string} opciones.titulo
|
|
27
|
+
* @param {Array<{valor:string,etiqueta:string,descripcion?:string,deshabilitado?:boolean,preseleccionado?:boolean}>} opciones.items
|
|
28
|
+
* @param {boolean} [opciones.todosSeleccionadosSiNoTty=false]
|
|
29
|
+
* @returns {Promise<string[]|null>}
|
|
30
|
+
*/
|
|
31
|
+
function selectorMulti(opciones) {
|
|
32
|
+
const items = opciones.items || [];
|
|
33
|
+
const titulo = opciones.titulo || 'Selecciona las opciones:';
|
|
34
|
+
|
|
35
|
+
// Construir set inicial respetando preseleccionados y deshabilitados
|
|
36
|
+
const seleccionados = new Set();
|
|
37
|
+
for (const it of items) {
|
|
38
|
+
if (it.preseleccionado && !it.deshabilitado) seleccionados.add(it.valor);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
let cursor = 0;
|
|
42
|
+
while (cursor < items.length && items[cursor]?.deshabilitado) cursor++;
|
|
43
|
+
if (cursor >= items.length) cursor = 0;
|
|
44
|
+
|
|
45
|
+
return new Promise((resolve) => {
|
|
46
|
+
if (!render.ES_TTY || !process.stdin.isTTY) {
|
|
47
|
+
if (opciones.todosSeleccionadosSiNoTty) {
|
|
48
|
+
resolve(items.filter(i => !i.deshabilitado).map(i => i.valor));
|
|
49
|
+
} else {
|
|
50
|
+
resolve(Array.from(seleccionados));
|
|
51
|
+
}
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
function _renderizar() {
|
|
56
|
+
render.limpiarPantalla();
|
|
57
|
+
const { cols, rows } = render.obtenerDimensiones();
|
|
58
|
+
|
|
59
|
+
render.escribirEn(2, 3, semantico.titulo(titulo));
|
|
60
|
+
render.escribirEn(3, 3, colores.dim(
|
|
61
|
+
`${seleccionados.size}/${items.filter(i => !i.deshabilitado).length} seleccionados`
|
|
62
|
+
));
|
|
63
|
+
|
|
64
|
+
const filaInicio = 5;
|
|
65
|
+
const maxVisible = Math.min(items.length, rows - 8);
|
|
66
|
+
let scrollOffset = 0;
|
|
67
|
+
if (cursor < scrollOffset) scrollOffset = cursor;
|
|
68
|
+
if (cursor >= scrollOffset + maxVisible) scrollOffset = cursor - maxVisible + 1;
|
|
69
|
+
|
|
70
|
+
for (let i = scrollOffset; i < Math.min(items.length, scrollOffset + maxVisible); i++) {
|
|
71
|
+
const item = items[i];
|
|
72
|
+
const esCursor = i === cursor;
|
|
73
|
+
const marcado = seleccionados.has(item.valor);
|
|
74
|
+
const filaItem = filaInicio + (i - scrollOffset);
|
|
75
|
+
|
|
76
|
+
let prefijo;
|
|
77
|
+
if (item.deshabilitado) {
|
|
78
|
+
prefijo = colores.dim(' ');
|
|
79
|
+
} else if (esCursor) {
|
|
80
|
+
prefijo = semantico.cursor(iconos.cursor + ' ');
|
|
81
|
+
} else {
|
|
82
|
+
prefijo = ' ';
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
const checkbox = item.deshabilitado
|
|
86
|
+
? colores.dim(iconos.cajaVacia)
|
|
87
|
+
: (marcado ? semantico.exito(iconos.cajaLlena) : iconos.cajaVacia);
|
|
88
|
+
|
|
89
|
+
let etiqueta = item.etiqueta;
|
|
90
|
+
if (item.deshabilitado) etiqueta = colores.dim(etiqueta);
|
|
91
|
+
else if (esCursor) etiqueta = colores.negrita(etiqueta);
|
|
92
|
+
|
|
93
|
+
render.escribirEn(filaItem, 3, `${prefijo}${checkbox} ${etiqueta}`);
|
|
94
|
+
|
|
95
|
+
// Descripción del item bajo cursor
|
|
96
|
+
if (esCursor && item.descripcion && !item.deshabilitado) {
|
|
97
|
+
const filaDesc = filaInicio + maxVisible + 1;
|
|
98
|
+
const desc = render.recortar(colores.dim(item.descripcion), cols - 6);
|
|
99
|
+
render.escribirEn(filaDesc, 3, desc);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Indicador de scroll
|
|
104
|
+
if (scrollOffset + maxVisible < items.length) {
|
|
105
|
+
render.escribirEn(filaInicio + maxVisible, 3,
|
|
106
|
+
colores.dim(`${iconos.flechaAbajo} ${items.length - scrollOffset - maxVisible} más`));
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
render.dibujarPiePagina([
|
|
110
|
+
['↑↓', 'navegar'],
|
|
111
|
+
['Space', 'toggle'],
|
|
112
|
+
['a', 'todos'],
|
|
113
|
+
['n', 'ninguno'],
|
|
114
|
+
['Enter', 'confirmar'],
|
|
115
|
+
['Esc', 'cancelar'],
|
|
116
|
+
]);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
render.iniciarModoTui();
|
|
120
|
+
_renderizar();
|
|
121
|
+
|
|
122
|
+
const onResize = () => _renderizar();
|
|
123
|
+
process.stdout.on('resize', onResize);
|
|
124
|
+
|
|
125
|
+
const teclado = teclas.crearTeclado();
|
|
126
|
+
|
|
127
|
+
function _moverArriba() {
|
|
128
|
+
let nuevo = cursor;
|
|
129
|
+
do {
|
|
130
|
+
nuevo = nuevo > 0 ? nuevo - 1 : items.length - 1;
|
|
131
|
+
} while (nuevo !== cursor && items[nuevo]?.deshabilitado);
|
|
132
|
+
cursor = nuevo;
|
|
133
|
+
_renderizar();
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
function _moverAbajo() {
|
|
137
|
+
let nuevo = cursor;
|
|
138
|
+
do {
|
|
139
|
+
nuevo = nuevo < items.length - 1 ? nuevo + 1 : 0;
|
|
140
|
+
} while (nuevo !== cursor && items[nuevo]?.deshabilitado);
|
|
141
|
+
cursor = nuevo;
|
|
142
|
+
_renderizar();
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
function _toggle() {
|
|
146
|
+
const item = items[cursor];
|
|
147
|
+
if (!item || item.deshabilitado) return;
|
|
148
|
+
if (seleccionados.has(item.valor)) seleccionados.delete(item.valor);
|
|
149
|
+
else seleccionados.add(item.valor);
|
|
150
|
+
_renderizar();
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
function _todos() {
|
|
154
|
+
for (const it of items) {
|
|
155
|
+
if (!it.deshabilitado) seleccionados.add(it.valor);
|
|
156
|
+
}
|
|
157
|
+
_renderizar();
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
function _ninguno() {
|
|
161
|
+
seleccionados.clear();
|
|
162
|
+
_renderizar();
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
function _finalizar(valor) {
|
|
166
|
+
teclado.desactivar();
|
|
167
|
+
process.stdout.removeListener('resize', onResize);
|
|
168
|
+
render.salirModoTui();
|
|
169
|
+
resolve(valor);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
teclado.on('up', _moverArriba);
|
|
173
|
+
teclado.on('down', _moverAbajo);
|
|
174
|
+
teclado.on('space', _toggle);
|
|
175
|
+
teclado.on('a', _todos);
|
|
176
|
+
teclado.on('n', _ninguno);
|
|
177
|
+
teclado.on('return', () => {
|
|
178
|
+
// Preservar el orden de los items, no el de inserción al set
|
|
179
|
+
const resultado = items
|
|
180
|
+
.filter(it => seleccionados.has(it.valor))
|
|
181
|
+
.map(it => it.valor);
|
|
182
|
+
_finalizar(resultado);
|
|
183
|
+
});
|
|
184
|
+
teclado.on('escape', () => _finalizar(null));
|
|
185
|
+
teclado.activar();
|
|
186
|
+
});
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
module.exports = { selectorMulti };
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Selector único (single-select) para la TUI.
|
|
5
|
+
* Más rico que `preguntarOpcion` de scripts/lib/ui.js: navegación con flechas,
|
|
6
|
+
* descripciones largas con wrap, soporte para items con etiquetas (badges),
|
|
7
|
+
* pie de página con atajos, indicador de cursor visible.
|
|
8
|
+
*
|
|
9
|
+
* Diseño:
|
|
10
|
+
* - Cada item: { valor, etiqueta, descripcion?, badge?, deshabilitado? }
|
|
11
|
+
* - El cursor se mueve solo entre items habilitados.
|
|
12
|
+
* - Enter resuelve con `items[cursor].valor`.
|
|
13
|
+
* - Escape resuelve con `null` (señal de "cancelado").
|
|
14
|
+
*
|
|
15
|
+
* No-TTY: resuelve inmediatamente con el item por defecto sin esperar input.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
const render = require('../lib/render');
|
|
19
|
+
const teclas = require('../lib/teclas');
|
|
20
|
+
const { colores, semantico, iconos } = require('../lib/colores');
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @param {object} opciones
|
|
24
|
+
* @param {string} opciones.titulo - Título mostrado arriba de la lista.
|
|
25
|
+
* @param {Array<{valor:string,etiqueta:string,descripcion?:string,badge?:string,deshabilitado?:boolean}>} opciones.items
|
|
26
|
+
* @param {number} [opciones.indiceDefault=0]
|
|
27
|
+
* @param {string} [opciones.hintAtajos] - Hint adicional en el pie (opcional).
|
|
28
|
+
* @returns {Promise<string|null>} - Valor seleccionado o null si se canceló.
|
|
29
|
+
*/
|
|
30
|
+
function selectorUnico(opciones) {
|
|
31
|
+
const items = opciones.items || [];
|
|
32
|
+
const titulo = opciones.titulo || 'Selecciona una opción:';
|
|
33
|
+
let cursor = opciones.indiceDefault || 0;
|
|
34
|
+
|
|
35
|
+
// Asegurar que el cursor inicial caiga en un item habilitado
|
|
36
|
+
while (cursor < items.length && items[cursor]?.deshabilitado) cursor++;
|
|
37
|
+
if (cursor >= items.length) cursor = 0;
|
|
38
|
+
|
|
39
|
+
return new Promise((resolve) => {
|
|
40
|
+
if (!render.ES_TTY || !process.stdin.isTTY) {
|
|
41
|
+
// No-TTY: devolver el item por defecto sin renderizar
|
|
42
|
+
const valor = items[cursor]?.valor ?? items[0]?.valor ?? null;
|
|
43
|
+
resolve(valor);
|
|
44
|
+
return;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
function _renderizar() {
|
|
48
|
+
render.limpiarPantalla();
|
|
49
|
+
const { cols, rows } = render.obtenerDimensiones();
|
|
50
|
+
|
|
51
|
+
// Título
|
|
52
|
+
render.escribirEn(2, 3, semantico.titulo(titulo));
|
|
53
|
+
|
|
54
|
+
// Items
|
|
55
|
+
const filaInicio = 4;
|
|
56
|
+
const maxVisible = Math.min(items.length, rows - 6);
|
|
57
|
+
let scrollOffset = 0;
|
|
58
|
+
if (cursor < scrollOffset) scrollOffset = cursor;
|
|
59
|
+
if (cursor >= scrollOffset + maxVisible) scrollOffset = cursor - maxVisible + 1;
|
|
60
|
+
|
|
61
|
+
for (let i = scrollOffset; i < Math.min(items.length, scrollOffset + maxVisible); i++) {
|
|
62
|
+
const item = items[i];
|
|
63
|
+
const esCursor = i === cursor;
|
|
64
|
+
const filaItem = filaInicio + (i - scrollOffset);
|
|
65
|
+
|
|
66
|
+
let prefijo;
|
|
67
|
+
if (item.deshabilitado) {
|
|
68
|
+
prefijo = colores.dim(' ');
|
|
69
|
+
} else if (esCursor) {
|
|
70
|
+
prefijo = semantico.cursor(iconos.cursor + ' ');
|
|
71
|
+
} else {
|
|
72
|
+
prefijo = ' ';
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// Etiqueta principal
|
|
76
|
+
let etiqueta = item.etiqueta;
|
|
77
|
+
if (item.deshabilitado) {
|
|
78
|
+
etiqueta = colores.dim(etiqueta);
|
|
79
|
+
} else if (esCursor) {
|
|
80
|
+
etiqueta = colores.negrita(etiqueta);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// Badge opcional
|
|
84
|
+
const badge = item.badge ? ' ' + semantico.badge(item.badge) : '';
|
|
85
|
+
|
|
86
|
+
render.escribirEn(filaItem, 3, prefijo + etiqueta + badge);
|
|
87
|
+
|
|
88
|
+
// Descripción solo del item bajo cursor (panel inferior)
|
|
89
|
+
if (esCursor && item.descripcion && !item.deshabilitado) {
|
|
90
|
+
const filaDesc = filaInicio + maxVisible + 1;
|
|
91
|
+
const maxAnchoDesc = cols - 6;
|
|
92
|
+
const desc = render.recortar(colores.dim(item.descripcion), maxAnchoDesc);
|
|
93
|
+
render.escribirEn(filaDesc, 3, desc);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// Indicador de scroll si hay más items abajo
|
|
98
|
+
if (scrollOffset + maxVisible < items.length) {
|
|
99
|
+
render.escribirEn(filaInicio + maxVisible, 3,
|
|
100
|
+
colores.dim(`${iconos.flechaAbajo} ${items.length - scrollOffset - maxVisible} más`));
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Pie con atajos
|
|
104
|
+
const atajos = [
|
|
105
|
+
['↑↓', 'navegar'],
|
|
106
|
+
['Enter', 'elegir'],
|
|
107
|
+
['Esc', 'cancelar'],
|
|
108
|
+
];
|
|
109
|
+
if (opciones.hintAtajos) atajos.push([opciones.hintAtajos, '']);
|
|
110
|
+
render.dibujarPiePagina(atajos);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
render.iniciarModoTui();
|
|
114
|
+
_renderizar();
|
|
115
|
+
|
|
116
|
+
const onResize = () => _renderizar();
|
|
117
|
+
process.stdout.on('resize', onResize);
|
|
118
|
+
|
|
119
|
+
const teclado = teclas.crearTeclado();
|
|
120
|
+
|
|
121
|
+
function _moverArriba() {
|
|
122
|
+
// Saltar items deshabilitados
|
|
123
|
+
let nuevo = cursor;
|
|
124
|
+
do {
|
|
125
|
+
nuevo = nuevo > 0 ? nuevo - 1 : items.length - 1;
|
|
126
|
+
} while (nuevo !== cursor && items[nuevo]?.deshabilitado);
|
|
127
|
+
cursor = nuevo;
|
|
128
|
+
_renderizar();
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
function _moverAbajo() {
|
|
132
|
+
let nuevo = cursor;
|
|
133
|
+
do {
|
|
134
|
+
nuevo = nuevo < items.length - 1 ? nuevo + 1 : 0;
|
|
135
|
+
} while (nuevo !== cursor && items[nuevo]?.deshabilitado);
|
|
136
|
+
cursor = nuevo;
|
|
137
|
+
_renderizar();
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
function _finalizar(valor) {
|
|
141
|
+
teclado.desactivar();
|
|
142
|
+
process.stdout.removeListener('resize', onResize);
|
|
143
|
+
render.salirModoTui();
|
|
144
|
+
resolve(valor);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
teclado.on('up', _moverArriba);
|
|
148
|
+
teclado.on('down', _moverAbajo);
|
|
149
|
+
teclado.on('return', () => {
|
|
150
|
+
const item = items[cursor];
|
|
151
|
+
if (item && !item.deshabilitado) _finalizar(item.valor);
|
|
152
|
+
});
|
|
153
|
+
teclado.on('escape', () => _finalizar(null));
|
|
154
|
+
teclado.activar();
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
module.exports = { selectorUnico };
|