@saulwade/swl-ses 2.5.3 → 2.6.1

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 (214) hide show
  1. package/CLAUDE.md +9 -9
  2. package/README.md +37 -37
  3. package/agentes/_intent-spec.md +73 -73
  4. package/agentes/_propose-step.md +90 -90
  5. package/agentes/accesibilidad-wcag-swl.md +690 -690
  6. package/agentes/arquitecto-swl.md +267 -267
  7. package/agentes/auto-evolucion-swl.md +932 -908
  8. package/agentes/backend-csharp-swl.md +420 -420
  9. package/agentes/backend-go-swl.md +390 -390
  10. package/agentes/backend-java-swl.md +281 -281
  11. package/agentes/backend-rust-swl.md +364 -364
  12. package/agentes/backend-workers-swl.md +482 -482
  13. package/agentes/cloud-infra-swl.md +509 -509
  14. package/agentes/consolidador-swl.md +541 -541
  15. package/agentes/depurador-swl.md +352 -352
  16. package/agentes/devops-ci-swl.md +400 -400
  17. package/agentes/disenador-ui-swl.md +569 -569
  18. package/agentes/documentador-swl.md +345 -345
  19. package/agentes/frontend-angular-swl.md +621 -621
  20. package/agentes/frontend-css-swl.md +716 -716
  21. package/agentes/frontend-react-swl.md +692 -692
  22. package/agentes/frontend-swl.md +496 -496
  23. package/agentes/frontend-tailwind-swl.md +826 -826
  24. package/agentes/investigador-swl.md +432 -432
  25. package/agentes/investigador-ux-swl.md +505 -505
  26. package/agentes/migrador-swl.md +442 -442
  27. package/agentes/mobile-android-swl.md +511 -511
  28. package/agentes/mobile-cross-swl.md +541 -541
  29. package/agentes/mobile-ios-swl.md +502 -502
  30. package/agentes/mobile-testing-swl.md +302 -302
  31. package/agentes/nemesis-auditor-swl.md +285 -285
  32. package/agentes/observabilidad-swl.md +438 -438
  33. package/agentes/pagos-swl.md +310 -310
  34. package/agentes/perfilador-usuario-swl.md +321 -321
  35. package/agentes/planificador-swl.md +399 -399
  36. package/agentes/producto-prd-swl.md +589 -589
  37. package/agentes/red-team-swl.md +218 -218
  38. package/agentes/release-manager-swl.md +590 -590
  39. package/agentes/rendimiento-swl.md +713 -713
  40. package/agentes/revisor-angular-swl.md +278 -278
  41. package/agentes/revisor-csharp-swl.md +264 -264
  42. package/agentes/revisor-go-swl.md +259 -259
  43. package/agentes/revisor-java-swl.md +257 -257
  44. package/agentes/revisor-kotlin-swl.md +273 -273
  45. package/agentes/revisor-nextjs-swl.md +281 -281
  46. package/agentes/revisor-php-swl.md +271 -271
  47. package/agentes/revisor-react-swl.md +278 -278
  48. package/agentes/revisor-rust-swl.md +346 -346
  49. package/agentes/revisor-seguridad-swl.md +399 -399
  50. package/agentes/revisor-swift-swl.md +268 -268
  51. package/agentes/revisor-typescript-swl.md +346 -346
  52. package/agentes/tdd-qa-swl.md +393 -393
  53. package/bin/swl-ses.js +32 -7
  54. package/comandos/swl/actualizar.md +3 -3
  55. package/comandos/swl/aprender.md +13 -0
  56. package/comandos/swl/deuda-codigo.md +97 -97
  57. package/comandos/swl/evaluar-skill.md +18 -3
  58. package/comandos/swl/evolucion-continua.md +73 -0
  59. package/comandos/swl/evolucionar.md +13 -0
  60. package/comandos/swl/instalar.md +4 -4
  61. package/comandos/swl/notificaciones.md +1 -1
  62. package/comandos/swl/status.md +2 -2
  63. package/gateway/cron/jobs.example.json +12 -0
  64. package/habilidades/auto-evolucion-protocolo/SKILL.md +19 -1
  65. package/habilidades/autoresearch/SKILL.md +3 -2
  66. package/habilidades/backend-async-postgres-testing/SKILL.md +2 -1
  67. package/habilidades/benchmark-memoria/SKILL.md +7 -7
  68. package/habilidades/changelog-generator/SKILL.md +1 -1
  69. package/habilidades/changelog-generator/scripts/parse-commits.js +2 -1
  70. package/habilidades/checkpoints-verificacion/SKILL.md +6 -0
  71. package/habilidades/compactacion-contexto/SKILL.md +2 -1
  72. package/habilidades/contenedores-docker/SKILL.md +4 -2
  73. package/habilidades/context-builder/SKILL.md +4 -0
  74. package/habilidades/doubt-driven-review/SKILL.md +17 -1
  75. package/habilidades/drift-detection/SKILL.md +6 -1
  76. package/habilidades/ejecutar-fase/SKILL.md +6 -6
  77. package/habilidades/ejecutar-task-iterativo/SKILL.md +278 -278
  78. package/habilidades/eval-framework/SKILL.md +8 -3
  79. package/habilidades/extractor-de-aprendizajes/SKILL.md +8 -2
  80. package/habilidades/git-worktrees-paralelo/SKILL.md +19 -1
  81. package/habilidades/harness-claude-code/SKILL.md +7 -3
  82. package/habilidades/infra-github-actions/SKILL.md +4 -3
  83. package/habilidades/instalar-sistema/SKILL.md +5 -1
  84. package/habilidades/memoria-busqueda/SKILL.md +31 -39
  85. package/habilidades/planear-fase/SKILL.md +9 -1
  86. package/habilidades/prevencion-sobreingenieria/recursos/soluciones-nativas.md +166 -166
  87. package/habilidades/prevencion-sobreingenieria/recursos/variables-residuales-post-refactor.md +85 -85
  88. package/habilidades/proceso-ddia-fundamentos/SKILL.md +3 -2
  89. package/habilidades/proceso-ingenieria-requerimientos/SKILL.md +147 -147
  90. package/habilidades/release-semver/SKILL.md +2 -2
  91. package/habilidades/swl-claudemd/SKILL.md +6 -7
  92. package/habilidades/swl-dashboard/SKILL.md +11 -43
  93. package/habilidades/tdd-workflow/SKILL.md +12 -7
  94. package/habilidades/validacion-ci-sistema/SKILL.md +1 -1
  95. package/hooks/agente-lifecycle.js +2 -1
  96. package/hooks/aiisms-detector.js +13 -4
  97. package/hooks/audit-trail.js +2 -1
  98. package/hooks/auto-consolidacion.js +2 -1
  99. package/hooks/captura-acciones-post.js +2 -1
  100. package/hooks/captura-acciones-session.js +2 -1
  101. package/hooks/captura-feedback-usuario.js +3 -2
  102. package/hooks/claudemd-bloat-detector.js +12 -3
  103. package/hooks/claudemd-duplicacion-detector.js +13 -3
  104. package/hooks/contexto-iteracion.js +2 -1
  105. package/hooks/contexto-subagente.js +68 -68
  106. package/hooks/degradacion-instintos.js +2 -1
  107. package/hooks/extraccion-aprendizajes.js +109 -15
  108. package/hooks/grafo-contexto.js +2 -1
  109. package/hooks/guardrail-modelo.js +2 -1
  110. package/hooks/inbox-aviso.js +2 -1
  111. package/hooks/inyeccion-contexto.js +2 -1
  112. package/hooks/lib/agent-matcher.js +2 -1
  113. package/hooks/lib/agent-routing.js +2 -1
  114. package/hooks/lib/autonomia.js +5 -3
  115. package/hooks/lib/captura-acciones.js +2 -1
  116. package/hooks/lib/consolidation-lock.js +21 -10
  117. package/hooks/lib/etapa-auto-evolucion.js +10 -4
  118. package/hooks/lib/etapa-metricas.js +2 -1
  119. package/hooks/lib/etapa-perfil-usuario.js +20 -4
  120. package/hooks/lib/evolution-tracker.js +2 -1
  121. package/hooks/lib/gateway-notify.js +17 -3
  122. package/hooks/lib/loop-telemetry.js +5 -4
  123. package/hooks/lib/mcp-health.js +2 -1
  124. package/hooks/lib/memory-search.js +4 -0
  125. package/hooks/lib/merkle-audit.js +58 -6
  126. package/hooks/lib/notificacion-formato.js +58 -0
  127. package/hooks/lib/nudge-tracker.js +2 -1
  128. package/hooks/lib/otlp-exporter.js +2 -1
  129. package/hooks/lib/propose-step.js +3 -2
  130. package/hooks/lib/raiz-proyecto.js +127 -0
  131. package/hooks/lib/run-log.js +2 -1
  132. package/hooks/lib/singleton-guard.js +225 -27
  133. package/hooks/lib/telegram-cliente.js +28 -11
  134. package/hooks/notificacion-telegram.js +13 -3
  135. package/hooks/preservar-estado-pre-compact.js +2 -1
  136. package/hooks/proteccion-rutas.js +59 -3
  137. package/hooks/registro-turnos.js +2 -1
  138. package/hooks/resumen-sesion.js +2 -1
  139. package/hooks/risk-scoring.js +2 -1
  140. package/hooks/rotar-audit-auto.js +46 -20
  141. package/hooks/session-briefing.js +127 -1
  142. package/hooks/spec-gate.js +2 -1
  143. package/hooks/sugerir-contribuir.js +6 -3
  144. package/hooks/sugerir-regenerar-inventario.js +3 -2
  145. package/hooks/tdd-gate.js +2 -1
  146. package/hooks/telemetria-agentes.js +2 -1
  147. package/hooks/telemetria-skill-routing.js +2 -1
  148. package/hooks/tracking-costos.js +4 -3
  149. package/hooks/validar-formato-post-subagente.js +2 -1
  150. package/hooks/validar-intent-spec.js +2 -1
  151. package/hooks/validar-memoria-hook.js +13 -3
  152. package/hooks/validar-planning-paths.js +2 -1
  153. package/instintos/perfil-usuario.yaml +506 -3
  154. package/instintos/proyecto.yaml +78 -0
  155. package/llms.txt +29 -29
  156. package/manifiestos/canonical-hashes.json +5588 -4925
  157. package/manifiestos/hooks-config.json +469 -469
  158. package/manifiestos/invariantes-criticos.json +30 -30
  159. package/manifiestos/modulos.json +1429 -1423
  160. package/manifiestos/planning-paths.json +1 -0
  161. package/manifiestos/skills-lock.json +1275 -1275
  162. package/package.json +94 -95
  163. package/plugin.json +369 -369
  164. package/scripts/actualizar.js +3 -0
  165. package/scripts/auditar-clases-conocidas.js +134 -106
  166. package/scripts/benchmark-memoria.js +1 -0
  167. package/scripts/bootstrap-instintos.js +85 -14
  168. package/scripts/canario-hooks.js +166 -166
  169. package/scripts/cli/autonomia.js +23 -0
  170. package/scripts/cli/benchmark-memoria.js +37 -0
  171. package/scripts/cli/ciclo-autonomo.js +73 -0
  172. package/scripts/cli/ciclo-fase-b.js +102 -0
  173. package/scripts/cli/guardrail-metrics.js +39 -0
  174. package/scripts/cli/loop-telemetry.js +4 -2
  175. package/scripts/cli/memoria-search.js +69 -0
  176. package/scripts/cli/nudge-accionar.js +39 -0
  177. package/scripts/cli/run-eval.js +38 -0
  178. package/scripts/cli/run-skill-evals.js +13 -2
  179. package/scripts/derivar-feature-list.js +15 -14
  180. package/scripts/desinstalar.js +11 -0
  181. package/scripts/doctor.js +50 -13
  182. package/scripts/evidencia-valor.js +101 -101
  183. package/scripts/field-report.js +16 -16
  184. package/scripts/instalador.js +98 -7
  185. package/scripts/lib/activar-hooks-proyecto.js +116 -104
  186. package/scripts/lib/auditar-invocaciones-comandos.js +96 -6
  187. package/scripts/lib/ciclo-autonomo/candidatos.js +174 -0
  188. package/scripts/lib/ciclo-autonomo/config.js +165 -0
  189. package/scripts/lib/ciclo-autonomo/drenador-feedback.js +174 -0
  190. package/scripts/lib/ciclo-autonomo/fallback.js +77 -0
  191. package/scripts/lib/ciclo-autonomo/guard-convivencia.js +139 -0
  192. package/scripts/lib/ciclo-autonomo/higiene-nudges.js +112 -0
  193. package/scripts/lib/ciclo-autonomo/index.js +301 -0
  194. package/scripts/lib/ciclo-autonomo/lock.js +124 -0
  195. package/scripts/lib/ciclo-autonomo/presupuesto.js +122 -0
  196. package/scripts/lib/ciclo-autonomo/puente-degradacion.js +240 -0
  197. package/scripts/lib/ciclo-autonomo/runner-fase-b.js +248 -0
  198. package/scripts/lib/ciclo-autonomo/writer-instintos.js +190 -0
  199. package/scripts/lib/ciclo-autonomo/yaml-instintos.js +535 -0
  200. package/scripts/lib/estado.js +9 -0
  201. package/scripts/lib/evidencia-valor.js +228 -228
  202. package/scripts/lib/expandir-targets.js +71 -71
  203. package/scripts/lib/gitignore-manifest.js +8 -1
  204. package/scripts/lib/hooks-settings.js +45 -0
  205. package/scripts/lib/limpiar-basura-global.js +161 -0
  206. package/scripts/lib/toml-merge.js +204 -204
  207. package/scripts/mcp-server/auth.js +105 -105
  208. package/scripts/mcp-server/cache.js +106 -106
  209. package/scripts/rotar-audit-logs.js +48 -2
  210. package/scripts/run-eval.js +1 -0
  211. package/scripts/run-skill-evals.js +287 -8
  212. package/scripts/smoke-test.js +16 -8
  213. package/scripts/tui/pantallas/install-wizard.js +69 -13
  214. package/scripts/validar.js +40 -1
@@ -1,166 +1,166 @@
1
- #!/usr/bin/env node
2
- 'use strict';
3
-
4
- /**
5
- * canario-hooks.js — Canario de hooks: prueba que cada hook es viable y visible.
6
- *
7
- * Clase que cierra: "hook que funciona perfecto y nadie ve". Dos muertes
8
- * silenciosas documentadas: (a) check-update requería libs de scripts/lib/ no
9
- * distribuidas — MODULE_NOT_FOUND tragado por el wrapper en TODA instalación
10
- * destino desde su creación; (b) avisos emitidos por stderr con exit 0 (canal
11
- * invisible). La (b) la cubre auditar-clases-conocidas C3; este canario cubre
12
- * la (a) y la ejecución real.
13
- *
14
- * Modo default (rápido — test:all):
15
- * Por cada hook ejecutable de hooks/*.js, extrae su grafo de requires
16
- * relativos (transitivo) y verifica que todo archivo que EXISTE en el repo
17
- * esté registrado en manifiestos/modulos.json — si no, el instalador no lo
18
- * distribuye y el hook muere en silencio en el destino. Paths de fallback
19
- * que no existen en el repo (patrón de require tolerante) se omiten.
20
- *
21
- * Modo --smoke (test:release):
22
- * Además EJECUTA cada hook en un sandbox temporal (cwd aislado — las
23
- * escrituras de telemetría van al sandbox) con un evento JSON mínimo por
24
- * stdin. FALLA si el hook crashea (exit ≠ 0 y ≠ 2). Timeout (5s) es WARN
25
- * informativo, no fallo: un hook lento no rompe la sesión (el harness lo
26
- * corta), pero un hook que crashea al cargar es la clase (a) viva.
27
- * Reporta tabla de visibilidad (bytes stdout/stderr) para auditoría humana.
28
- *
29
- * Exit: 0 limpio · 1 con fallas.
30
- */
31
-
32
- const fs = require('fs');
33
- const os = require('os');
34
- const path = require('path');
35
- const { spawnSync } = require('child_process');
36
-
37
- const RAIZ = path.resolve(__dirname, '..');
38
- const SMOKE = process.argv.includes('--smoke');
39
- const RX_REQUIRE = /require\(\s*['"](\.[^'"]+)['"]\s*\)/g;
40
-
41
- function hooksEjecutables() {
42
- // Forward slashes SIEMPRE: se comparan contra modulos.json (formato repo).
43
- return fs.readdirSync(path.join(RAIZ, 'hooks'))
44
- .filter(f => f.endsWith('.js'))
45
- .map(f => `hooks/${f}`);
46
- }
47
-
48
- function archivosRegistrados() {
49
- const m = JSON.parse(fs.readFileSync(path.join(RAIZ, 'manifiestos', 'modulos.json'), 'utf8'));
50
- const set = new Set();
51
- for (const mod of Object.values(m.modulos || {})) {
52
- for (const a of mod.archivos || []) set.add(a.replace(/\\/g, '/'));
53
- }
54
- return set;
55
- }
56
-
57
- /** Resuelve un require relativo a .js real (agrega .js / index.js). */
58
- function resolverRequire(desdeArchivo, spec) {
59
- const base = path.resolve(RAIZ, path.dirname(desdeArchivo), spec);
60
- for (const cand of [base, `${base}.js`, path.join(base, 'index.js'), `${base}.json`]) {
61
- if (fs.existsSync(cand) && fs.statSync(cand).isFile()) {
62
- return path.relative(RAIZ, cand).replace(/\\/g, '/');
63
- }
64
- }
65
- return null; // fallback de require tolerante que solo existe en el destino
66
- }
67
-
68
- /** Grafo transitivo de requires relativos que existen en el repo. */
69
- function grafoRequires(archivoInicial) {
70
- const vistos = new Set();
71
- const pila = [archivoInicial];
72
- while (pila.length > 0) {
73
- const actual = pila.pop();
74
- if (vistos.has(actual)) continue;
75
- vistos.add(actual);
76
- let contenido;
77
- try { contenido = fs.readFileSync(path.join(RAIZ, actual), 'utf8'); } catch { continue; }
78
- for (const m of contenido.matchAll(RX_REQUIRE)) {
79
- const resuelto = resolverRequire(actual, m[1]);
80
- if (resuelto && !vistos.has(resuelto)) pila.push(resuelto);
81
- }
82
- }
83
- vistos.delete(archivoInicial);
84
- return [...vistos];
85
- }
86
-
87
- function verificarDistribucion(hooks, registrados, fallas) {
88
- for (const hook of hooks) {
89
- if (!registrados.has(hook)) {
90
- fallas.push(`${hook} — el hook mismo no está registrado en modulos.json (no se distribuye)`);
91
- }
92
- for (const dep of grafoRequires(hook)) {
93
- if (dep.endsWith('.json')) continue; // datos empaquetados aparte
94
- if (!registrados.has(dep)) {
95
- fallas.push(`${hook} — requiere ${dep}, que existe en el repo pero NO está en modulos.json: en el destino el require lanza MODULE_NOT_FOUND y el wrapper lo traga (clase check-update)`);
96
- }
97
- }
98
- }
99
- }
100
-
101
- const EVENTO_MINIMO = JSON.stringify({
102
- session_id: 'canario-smoke',
103
- hook_event_name: 'PostToolUse',
104
- tool_name: 'Write',
105
- tool_input: { file_path: 'canario.md', content: 'canario' },
106
- tool_response: { success: true },
107
- });
108
-
109
- function smokeEjecutar(hooks, fallas) {
110
- const sandbox = fs.mkdtempSync(path.join(os.tmpdir(), 'swl-canario-'));
111
- const tabla = [];
112
- try {
113
- for (const hook of hooks) {
114
- const r = spawnSync(process.execPath, [path.join(RAIZ, hook)], {
115
- cwd: sandbox,
116
- input: EVENTO_MINIMO,
117
- encoding: 'utf8',
118
- timeout: 5000,
119
- env: { ...process.env, SWL_CANARIO_SMOKE: '1' },
120
- });
121
- const nombre = path.basename(hook);
122
- if (r.error && r.error.code === 'ETIMEDOUT') {
123
- tabla.push(` [WARN timeout] ${nombre} — >5s con evento mínimo (no rompe la sesión, pero revisar)`);
124
- continue;
125
- }
126
- const exit = r.status;
127
- if (exit !== 0 && exit !== 2) {
128
- const stderr = (r.stderr || '').split(/\r?\n/).find(l => l.trim()) || 'sin stderr';
129
- fallas.push(`${hook} — crasheó con exit ${exit} ante evento mínimo: ${stderr.slice(0, 140)}`);
130
- continue;
131
- }
132
- const out = (r.stdout || '').length;
133
- const err = (r.stderr || '').length;
134
- tabla.push(` [ok exit ${exit}] ${nombre} — stdout:${out}B stderr:${err}B${exit === 0 && out === 0 && err > 0 ? ' ← solo stderr con exit 0: si esto es un aviso al usuario, es invisible (C3-runtime)' : ''}`);
135
- }
136
- } finally {
137
- try { fs.rmSync(sandbox, { recursive: true, force: true }); } catch { /* mejor esfuerzo */ }
138
- }
139
- return tabla;
140
- }
141
-
142
- function main() {
143
- const hooks = hooksEjecutables();
144
- const registrados = archivosRegistrados();
145
- const fallas = [];
146
-
147
- verificarDistribucion(hooks, registrados, fallas);
148
-
149
- let tabla = [];
150
- if (SMOKE) tabla = smokeEjecutar(hooks, fallas);
151
-
152
- if (tabla.length > 0) {
153
- console.log('[canario-hooks] Visibilidad por hook (smoke en sandbox):');
154
- for (const l of tabla) console.log(l);
155
- }
156
- if (fallas.length === 0) {
157
- console.log(`[canario-hooks] OK — ${hooks.length} hooks: grafo de requires distribuido completo${SMOKE ? ' + smoke sin crashes' : ''}`);
158
- return;
159
- }
160
- console.error(`[canario-hooks] ${fallas.length} falla(s):`);
161
- for (const f of fallas) console.error(' - ' + f);
162
- process.exitCode = 1;
163
- }
164
-
165
- module.exports = { grafoRequires, resolverRequire };
166
- if (require.main === module) main();
1
+ #!/usr/bin/env node
2
+ 'use strict';
3
+
4
+ /**
5
+ * canario-hooks.js — Canario de hooks: prueba que cada hook es viable y visible.
6
+ *
7
+ * Clase que cierra: "hook que funciona perfecto y nadie ve". Dos muertes
8
+ * silenciosas documentadas: (a) check-update requería libs de scripts/lib/ no
9
+ * distribuidas — MODULE_NOT_FOUND tragado por el wrapper en TODA instalación
10
+ * destino desde su creación; (b) avisos emitidos por stderr con exit 0 (canal
11
+ * invisible). La (b) la cubre auditar-clases-conocidas C3; este canario cubre
12
+ * la (a) y la ejecución real.
13
+ *
14
+ * Modo default (rápido — test:all):
15
+ * Por cada hook ejecutable de hooks/*.js, extrae su grafo de requires
16
+ * relativos (transitivo) y verifica que todo archivo que EXISTE en el repo
17
+ * esté registrado en manifiestos/modulos.json — si no, el instalador no lo
18
+ * distribuye y el hook muere en silencio en el destino. Paths de fallback
19
+ * que no existen en el repo (patrón de require tolerante) se omiten.
20
+ *
21
+ * Modo --smoke (test:release):
22
+ * Además EJECUTA cada hook en un sandbox temporal (cwd aislado — las
23
+ * escrituras de telemetría van al sandbox) con un evento JSON mínimo por
24
+ * stdin. FALLA si el hook crashea (exit ≠ 0 y ≠ 2). Timeout (5s) es WARN
25
+ * informativo, no fallo: un hook lento no rompe la sesión (el harness lo
26
+ * corta), pero un hook que crashea al cargar es la clase (a) viva.
27
+ * Reporta tabla de visibilidad (bytes stdout/stderr) para auditoría humana.
28
+ *
29
+ * Exit: 0 limpio · 1 con fallas.
30
+ */
31
+
32
+ const fs = require('fs');
33
+ const os = require('os');
34
+ const path = require('path');
35
+ const { spawnSync } = require('child_process');
36
+
37
+ const RAIZ = path.resolve(__dirname, '..');
38
+ const SMOKE = process.argv.includes('--smoke');
39
+ const RX_REQUIRE = /require\(\s*['"](\.[^'"]+)['"]\s*\)/g;
40
+
41
+ function hooksEjecutables() {
42
+ // Forward slashes SIEMPRE: se comparan contra modulos.json (formato repo).
43
+ return fs.readdirSync(path.join(RAIZ, 'hooks'))
44
+ .filter(f => f.endsWith('.js'))
45
+ .map(f => `hooks/${f}`);
46
+ }
47
+
48
+ function archivosRegistrados() {
49
+ const m = JSON.parse(fs.readFileSync(path.join(RAIZ, 'manifiestos', 'modulos.json'), 'utf8'));
50
+ const set = new Set();
51
+ for (const mod of Object.values(m.modulos || {})) {
52
+ for (const a of mod.archivos || []) set.add(a.replace(/\\/g, '/'));
53
+ }
54
+ return set;
55
+ }
56
+
57
+ /** Resuelve un require relativo a .js real (agrega .js / index.js). */
58
+ function resolverRequire(desdeArchivo, spec) {
59
+ const base = path.resolve(RAIZ, path.dirname(desdeArchivo), spec);
60
+ for (const cand of [base, `${base}.js`, path.join(base, 'index.js'), `${base}.json`]) {
61
+ if (fs.existsSync(cand) && fs.statSync(cand).isFile()) {
62
+ return path.relative(RAIZ, cand).replace(/\\/g, '/');
63
+ }
64
+ }
65
+ return null; // fallback de require tolerante que solo existe en el destino
66
+ }
67
+
68
+ /** Grafo transitivo de requires relativos que existen en el repo. */
69
+ function grafoRequires(archivoInicial) {
70
+ const vistos = new Set();
71
+ const pila = [archivoInicial];
72
+ while (pila.length > 0) {
73
+ const actual = pila.pop();
74
+ if (vistos.has(actual)) continue;
75
+ vistos.add(actual);
76
+ let contenido;
77
+ try { contenido = fs.readFileSync(path.join(RAIZ, actual), 'utf8'); } catch { continue; }
78
+ for (const m of contenido.matchAll(RX_REQUIRE)) {
79
+ const resuelto = resolverRequire(actual, m[1]);
80
+ if (resuelto && !vistos.has(resuelto)) pila.push(resuelto);
81
+ }
82
+ }
83
+ vistos.delete(archivoInicial);
84
+ return [...vistos];
85
+ }
86
+
87
+ function verificarDistribucion(hooks, registrados, fallas) {
88
+ for (const hook of hooks) {
89
+ if (!registrados.has(hook)) {
90
+ fallas.push(`${hook} — el hook mismo no está registrado en modulos.json (no se distribuye)`);
91
+ }
92
+ for (const dep of grafoRequires(hook)) {
93
+ if (dep.endsWith('.json')) continue; // datos empaquetados aparte
94
+ if (!registrados.has(dep)) {
95
+ fallas.push(`${hook} — requiere ${dep}, que existe en el repo pero NO está en modulos.json: en el destino el require lanza MODULE_NOT_FOUND y el wrapper lo traga (clase check-update)`);
96
+ }
97
+ }
98
+ }
99
+ }
100
+
101
+ const EVENTO_MINIMO = JSON.stringify({
102
+ session_id: 'canario-smoke',
103
+ hook_event_name: 'PostToolUse',
104
+ tool_name: 'Write',
105
+ tool_input: { file_path: 'canario.md', content: 'canario' },
106
+ tool_response: { success: true },
107
+ });
108
+
109
+ function smokeEjecutar(hooks, fallas) {
110
+ const sandbox = fs.mkdtempSync(path.join(os.tmpdir(), 'swl-canario-'));
111
+ const tabla = [];
112
+ try {
113
+ for (const hook of hooks) {
114
+ const r = spawnSync(process.execPath, [path.join(RAIZ, hook)], {
115
+ cwd: sandbox,
116
+ input: EVENTO_MINIMO,
117
+ encoding: 'utf8',
118
+ timeout: 5000,
119
+ env: { ...process.env, SWL_CANARIO_SMOKE: '1' },
120
+ });
121
+ const nombre = path.basename(hook);
122
+ if (r.error && r.error.code === 'ETIMEDOUT') {
123
+ tabla.push(` [WARN timeout] ${nombre} — >5s con evento mínimo (no rompe la sesión, pero revisar)`);
124
+ continue;
125
+ }
126
+ const exit = r.status;
127
+ if (exit !== 0 && exit !== 2) {
128
+ const stderr = (r.stderr || '').split(/\r?\n/).find(l => l.trim()) || 'sin stderr';
129
+ fallas.push(`${hook} — crasheó con exit ${exit} ante evento mínimo: ${stderr.slice(0, 140)}`);
130
+ continue;
131
+ }
132
+ const out = (r.stdout || '').length;
133
+ const err = (r.stderr || '').length;
134
+ tabla.push(` [ok exit ${exit}] ${nombre} — stdout:${out}B stderr:${err}B${exit === 0 && out === 0 && err > 0 ? ' ← solo stderr con exit 0: si esto es un aviso al usuario, es invisible (C3-runtime)' : ''}`);
135
+ }
136
+ } finally {
137
+ try { fs.rmSync(sandbox, { recursive: true, force: true }); } catch { /* mejor esfuerzo */ }
138
+ }
139
+ return tabla;
140
+ }
141
+
142
+ function main() {
143
+ const hooks = hooksEjecutables();
144
+ const registrados = archivosRegistrados();
145
+ const fallas = [];
146
+
147
+ verificarDistribucion(hooks, registrados, fallas);
148
+
149
+ let tabla = [];
150
+ if (SMOKE) tabla = smokeEjecutar(hooks, fallas);
151
+
152
+ if (tabla.length > 0) {
153
+ console.log('[canario-hooks] Visibilidad por hook (smoke en sandbox):');
154
+ for (const l of tabla) console.log(l);
155
+ }
156
+ if (fallas.length === 0) {
157
+ console.log(`[canario-hooks] OK — ${hooks.length} hooks: grafo de requires distribuido completo${SMOKE ? ' + smoke sin crashes' : ''}`);
158
+ return;
159
+ }
160
+ console.error(`[canario-hooks] ${fallas.length} falla(s):`);
161
+ for (const f of fallas) console.error(' - ' + f);
162
+ process.exitCode = 1;
163
+ }
164
+
165
+ module.exports = { grafoRequires, resolverRequire };
166
+ if (require.main === module) main();
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Wrapper CLI `swl-ses autonomia` — registro de auto-checkpoints según el
5
+ * dial de autonomía (instintos/autonomia.yaml). Reemplaza el
6
+ * `node hooks/lib/autonomia.js --accion "..."` relativo al proyecto que
7
+ * ejecutar-fase instruía — roto downstream (ver
8
+ * docs/invocacion-cli-cross-scope.md).
9
+ *
10
+ * Uso: swl-ses autonomia --accion="<descripción de la acción>"
11
+ */
12
+
13
+ const { main } = require('../../hooks/lib/autonomia');
14
+
15
+ function autonomia(opciones = {}) {
16
+ const argv = ['node', 'autonomia.js'];
17
+ if (opciones.accion != null && opciones.accion !== true) {
18
+ argv.push('--accion', String(opciones.accion));
19
+ }
20
+ process.exitCode = main(argv);
21
+ }
22
+
23
+ module.exports = autonomia;
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Wrapper CLI `swl-ses benchmark-memoria` — benchmark de retrieval de la
5
+ * memoria del proyecto (scripts/benchmark-memoria.js). Reemplaza el
6
+ * `node scripts/benchmark-memoria.js` relativo al proyecto que
7
+ * benchmark-memoria (skill) instruía — roto downstream (ver
8
+ * docs/invocacion-cli-cross-scope.md).
9
+ *
10
+ * Uso: swl-ses benchmark-memoria [--dataset=ruta] [--limit=N] [--json] [--verbose]
11
+ * (SWL_BENCHMARK_PERSIST=1 en el entorno para tracking histórico.)
12
+ *
13
+ * ADVERTENCIA (nemesis iter-1 S3-6): el main() envuelto llama process.exit()
14
+ * en todas sus ramas — este wrapper TERMINA el proceso host. Correcto vía
15
+ * `bin/swl-ses.js` (proceso fresco por invocación); NO invocar in-process.
16
+ */
17
+
18
+ const { main } = require('../benchmark-memoria.js');
19
+
20
+ function benchmarkMemoria(opciones = {}) {
21
+ // parseArgs del script espera flags de dos tokens (--dataset <ruta>).
22
+ const args = [];
23
+ if (opciones.dataset != null && opciones.dataset !== true) args.push('--dataset', String(opciones.dataset));
24
+ if (opciones.limit != null && opciones.limit !== true) args.push('--limit', String(opciones.limit));
25
+ if (opciones.json) args.push('--json');
26
+ if (opciones.verbose) args.push('--verbose');
27
+
28
+ const argvOriginal = process.argv;
29
+ process.argv = ['node', 'benchmark-memoria.js', ...args];
30
+ try {
31
+ main();
32
+ } finally {
33
+ process.argv = argvOriginal;
34
+ }
35
+ }
36
+
37
+ module.exports = benchmarkMemoria;
@@ -0,0 +1,73 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Subcomando `swl-ses ciclo-autonomo [on|off|status]` — motor determinista de
5
+ * aprendizaje (Fase A del ciclo autónomo, ADR-0041).
6
+ *
7
+ * Sin positional: ejecuta la Fase A (writer de instintos → puente de
8
+ * degradación → drenador de feedback). Opt-out estricto (nace encendido):
9
+ * con `habilitado:false` en el config o `SWL_CICLO_AUTONOMO=0` retorna sin
10
+ * efecto ni escritura — el off es sagrado.
11
+ *
12
+ * on → habilita el motor (escribe evolution/ciclo-config.json)
13
+ * off → lo deshabilita
14
+ * status → reporta last_run y conteos de la última corrida
15
+ *
16
+ * Uso: swl-ses ciclo-autonomo [on|off|status] [--forzar]
17
+ */
18
+
19
+ const { correrFaseA } = require('../lib/ciclo-autonomo');
20
+ const { leerConfig, escribirConfig, estaHabilitado } = require('../lib/ciclo-autonomo/config');
21
+
22
+ function cicloAutonomo(opciones = {}) {
23
+ const accion = (opciones._args || [])[0];
24
+ const baseDir = opciones.dir || process.cwd();
25
+
26
+ if (accion === 'on' || accion === 'off') {
27
+ const habilitado = accion === 'on';
28
+ escribirConfig(baseDir, { habilitado });
29
+ console.log(`[ciclo-autonomo] motor ${habilitado ? 'HABILITADO' : 'deshabilitado'} (${baseDir})`);
30
+ if (habilitado) {
31
+ console.log('[ciclo-autonomo] la Fase A correrá vía cron/briefing; corrida manual: swl-ses ciclo-autonomo');
32
+ }
33
+ return leerConfig(baseDir);
34
+ }
35
+
36
+ if (accion === 'status') {
37
+ const config = leerConfig(baseDir);
38
+ const estado = {
39
+ habilitado: estaHabilitado(baseDir),
40
+ credencial: config.credencial,
41
+ last_run: config.last_run,
42
+ ultima_corrida: config.ultima_corrida,
43
+ };
44
+ console.log(`[ciclo-autonomo] habilitado: ${estado.habilitado} · credencial: ${estado.credencial}`);
45
+ console.log(`[ciclo-autonomo] last_run: ${estado.last_run || 'nunca'}`);
46
+ if (estado.ultima_corrida) {
47
+ const u = estado.ultima_corrida;
48
+ console.log(`[ciclo-autonomo] última corrida — promovidos: ${u.promovidos}, degradados: ${u.degradados}, drenados: ${u.drenados}, archivados: ${u.archivados}, bajados: ${u.bajados}`);
49
+ }
50
+ return estado;
51
+ }
52
+
53
+ if (accion !== undefined) {
54
+ console.error(`[ciclo-autonomo] acción desconocida: "${accion}". Uso: swl-ses ciclo-autonomo [on|off|status] [--forzar]`);
55
+ process.exitCode = 1;
56
+ return null;
57
+ }
58
+
59
+ const resultado = correrFaseA(baseDir, { forzar: opciones.forzar === true });
60
+ if (!resultado.ejecutado) {
61
+ console.log(`[ciclo-autonomo] sin corrida: ${resultado.razon}`);
62
+ } else if (resultado.acciones === 0) {
63
+ console.log('[ciclo-autonomo] corrida no-op: sin señales que crucen umbral');
64
+ } else {
65
+ console.log(`[ciclo-autonomo] corrida completada — acciones: ${resultado.acciones}`);
66
+ if (resultado.errores && resultado.errores.length > 0) {
67
+ console.error(`[ciclo-autonomo] sub-fases con error: ${resultado.errores.join(', ')}`);
68
+ }
69
+ }
70
+ return resultado;
71
+ }
72
+
73
+ module.exports = cicloAutonomo;
@@ -0,0 +1,102 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Subcomando `swl-ses ciclo-fase-b [status] [--dry-run]` — CLI headless de la
5
+ * Fase B del ciclo autónomo (Fase 22, T-07, ADR-0042 gate G-B, REQ-22-07).
6
+ *
7
+ * Espeja el patrón de `scripts/cli/ciclo-autonomo.js` (contrato del bin: cada
8
+ * subcomando exporta UNA función(opciones) sin efectos al require).
9
+ *
10
+ * (nada) | --dry-run → corre `runner-fase-b.correrFaseB` con `dryRun:true`
11
+ * SIEMPRE, se pase o no el flag. En Fase 22 el runner NUNCA invoca LLM ni
12
+ * gasta bajo ninguna combinación de argumentos — el modo real
13
+ * (`dryRun:false` + `invocador` cableado) llega en Fase 24; hasta
14
+ * entonces `--dry-run` es un no-op explícito frente al default.
15
+ * status → reporta `fase_b_habilitada`, `last_run_fase_b`, candidatos
16
+ * pendientes (conteo tolerante de `evolution/candidatos-fase-b.jsonl` —
17
+ * NUNCA `candidatos.detectar`, que tiene efecto de escritura; `status`
18
+ * jamás muta disco) y el estado de presupuesto (`gasto_mes`,
19
+ * `presupuesto_usd_mes`, `pausado_por_presupuesto`) vía
20
+ * `presupuesto.estado`.
21
+ *
22
+ * Uso: swl-ses ciclo-fase-b [status] [--dry-run]
23
+ */
24
+
25
+ const fs = require('fs');
26
+ const path = require('path');
27
+
28
+ const { correrFaseB } = require('../lib/ciclo-autonomo/runner-fase-b');
29
+ const config = require('../lib/ciclo-autonomo/config');
30
+ const presupuesto = require('../lib/ciclo-autonomo/presupuesto');
31
+
32
+ const RUTA_CANDIDATOS_RELATIVA = path.join('.planning', 'evolution', 'candidatos-fase-b.jsonl');
33
+
34
+ /**
35
+ * Conteo tolerante de líneas JSON válidas en `candidatos-fase-b.jsonl`.
36
+ * `status` es de solo lectura: nunca invoca `candidatos.detectar` (que
37
+ * persiste candidatos nuevos) — solo cuenta lo que YA quedó registrado por
38
+ * una corrida previa de la Fase A o del runner.
39
+ *
40
+ * @param {string} baseDir - Directorio raíz del proyecto.
41
+ * @returns {number}
42
+ */
43
+ function contarCandidatosPendientes(baseDir) {
44
+ let crudo;
45
+ try {
46
+ crudo = fs.readFileSync(path.join(baseDir, RUTA_CANDIDATOS_RELATIVA), 'utf8');
47
+ } catch (_) {
48
+ return 0;
49
+ }
50
+ return crudo.split(/\r\n|\n/)
51
+ .filter((linea) => linea.trim() !== '')
52
+ .filter((linea) => {
53
+ try {
54
+ JSON.parse(linea);
55
+ return true;
56
+ } catch (_) {
57
+ return false;
58
+ }
59
+ }).length;
60
+ }
61
+
62
+ function cicloFaseB(opciones = {}) {
63
+ const accion = (opciones._args || [])[0];
64
+ const baseDir = opciones.dir || process.cwd();
65
+
66
+ if (accion === 'status') {
67
+ const cfg = config.leerConfig(baseDir);
68
+ const presu = presupuesto.estado(baseDir);
69
+ const estado = {
70
+ fase_b_habilitada: config.estaFaseBHabilitada(baseDir),
71
+ last_run_fase_b: cfg.last_run_fase_b,
72
+ candidatos_pendientes: contarCandidatosPendientes(baseDir),
73
+ gasto_mes: presu.gasto_mes,
74
+ presupuesto_usd_mes: presu.tope,
75
+ pausado_por_presupuesto: presu.pausado_por_presupuesto,
76
+ };
77
+ console.log(`[ciclo-fase-b] fase_b_habilitada: ${estado.fase_b_habilitada}`);
78
+ console.log(`[ciclo-fase-b] last_run_fase_b: ${estado.last_run_fase_b || 'nunca'}`);
79
+ console.log(`[ciclo-fase-b] candidatos_pendientes: ${estado.candidatos_pendientes}`);
80
+ console.log(`[ciclo-fase-b] gasto_mes: $${estado.gasto_mes} / $${estado.presupuesto_usd_mes} · pausado_por_presupuesto: ${estado.pausado_por_presupuesto}`);
81
+ return estado;
82
+ }
83
+
84
+ if (accion !== undefined && accion !== '--dry-run') {
85
+ console.error(`[ciclo-fase-b] acción desconocida: "${accion}". Uso: swl-ses ciclo-fase-b [status] [--dry-run]`);
86
+ process.exitCode = 1;
87
+ return null;
88
+ }
89
+
90
+ // Fase 22: dryRun forzado a true sin importar el flag — el runner valida
91
+ // toda la tubería (lock, catch-up, guard, credencial, presupuesto) y
92
+ // registra la corrida SIN invocar LLM. El modo real llega en Fase 24.
93
+ const resultado = correrFaseB(baseDir, { dryRun: true });
94
+ if (!resultado.ejecutado) {
95
+ console.log(`[ciclo-fase-b] sin corrida: ${resultado.razon}`);
96
+ } else {
97
+ console.log(`[ciclo-fase-b] corrida dry-run completada — candidatos: ${resultado.candidatos}`);
98
+ }
99
+ return resultado;
100
+ }
101
+
102
+ module.exports = cicloFaseB;
@@ -0,0 +1,39 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Wrapper CLI `swl-ses guardrail-metrics` — métricas y diagnóstico de los
5
+ * guardrails de la sesión (bridge en tmpdir por sessionId). Reemplaza el
6
+ * `node -e "require('./hooks/lib/guardrail-metrics')..."` relativo al
7
+ * proyecto que swl-dashboard instruía — roto downstream (ver
8
+ * docs/invocacion-cli-cross-scope.md).
9
+ *
10
+ * Uso: swl-ses guardrail-metrics [--session=ID] [--json]
11
+ * --session default: env CLAUDE_SESSION_ID o "default"
12
+ * --json imprime {metricas, advertencias} crudo
13
+ */
14
+
15
+ const { getMetrics, formatearResumen, diagnosticar } = require('../../hooks/lib/guardrail-metrics');
16
+
17
+ function guardrailMetrics(opciones = {}) {
18
+ const sessionId = (opciones.session != null && opciones.session !== true)
19
+ ? String(opciones.session)
20
+ : (process.env.CLAUDE_SESSION_ID || 'default');
21
+
22
+ const metricas = getMetrics(sessionId);
23
+ const advertencias = diagnosticar(metricas);
24
+
25
+ if (opciones.json) {
26
+ console.log(JSON.stringify({ metricas, advertencias }, null, 2));
27
+ return;
28
+ }
29
+
30
+ console.log(formatearResumen(metricas));
31
+ if (advertencias.length > 0) {
32
+ console.log('\n⚠ Diagnóstico:');
33
+ for (const a of advertencias) console.log(' - ' + a);
34
+ } else {
35
+ console.log('\n✓ Guardrails sin anomalías detectadas.');
36
+ }
37
+ }
38
+
39
+ module.exports = guardrailMetrics;
@@ -16,6 +16,7 @@
16
16
  const fs = require('node:fs');
17
17
  const path = require('node:path');
18
18
  const lt = require('../../hooks/lib/loop-telemetry');
19
+ const { raizProyecto } = require('../../hooks/lib/raiz-proyecto');
19
20
 
20
21
  // Parseo no degradante: si el flag está presente pero su JSON es inválido,
21
22
  // reporta y devuelve {ok:false} en vez de silenciar a fallback (anti-fallback
@@ -89,8 +90,9 @@ function loopTelemetry(opciones = {}) {
89
90
  return;
90
91
  }
91
92
 
92
- // listar (default)
93
- const base = path.join(process.cwd(), lt.DIR_LOOPS);
93
+ // listar (default) — misma ancla que iniciar/registrar (raíz del proyecto),
94
+ // o listaría un .planning/loops/ distinto al que las corridas escriben.
95
+ const base = path.join(raizProyecto(process.cwd()), lt.DIR_LOOPS);
94
96
  let dirs = [];
95
97
  try {
96
98
  dirs = fs