@saulwade/swl-ses 2.5.3 → 2.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.
Files changed (181) hide show
  1. package/CLAUDE.md +192 -192
  2. package/README.md +600 -600
  3. package/agentes/auto-evolucion-swl.md +27 -3
  4. package/bin/swl-ses.js +32 -7
  5. package/comandos/swl/actualizar.md +174 -174
  6. package/comandos/swl/adoptar-proyecto.md +265 -265
  7. package/comandos/swl/aprender.md +836 -823
  8. package/comandos/swl/aprobar-plan.md +146 -146
  9. package/comandos/swl/auditar-deps.md +134 -134
  10. package/comandos/swl/autoresearch.md +264 -264
  11. package/comandos/swl/ayuda.md +224 -224
  12. package/comandos/swl/brainstorm.md +51 -51
  13. package/comandos/swl/briefing.md +119 -119
  14. package/comandos/swl/checkpoint.md +325 -325
  15. package/comandos/swl/claudemd.md +234 -234
  16. package/comandos/swl/compactar.md +310 -310
  17. package/comandos/swl/configurar-ci.md +235 -235
  18. package/comandos/swl/contexto.md +110 -110
  19. package/comandos/swl/contribuir.md +233 -233
  20. package/comandos/swl/crear-skill.md +292 -292
  21. package/comandos/swl/cron.md +194 -194
  22. package/comandos/swl/deuda-codigo.md +97 -97
  23. package/comandos/swl/discutir-fase.md +169 -169
  24. package/comandos/swl/ejecutar-fase.md +233 -233
  25. package/comandos/swl/evaluar-skill.md +520 -505
  26. package/comandos/swl/evolucion-continua.md +73 -0
  27. package/comandos/swl/evolucionar.md +267 -254
  28. package/comandos/swl/exportar-vault.md +583 -583
  29. package/comandos/swl/fix.md +118 -118
  30. package/comandos/swl/gateway.md +158 -158
  31. package/comandos/swl/inbox.md +116 -116
  32. package/comandos/swl/instalar.md +220 -220
  33. package/comandos/swl/instintos.md +86 -86
  34. package/comandos/swl/mapear-codebase.md +312 -312
  35. package/comandos/swl/mcp-status.md +175 -175
  36. package/comandos/swl/modelo.md +100 -100
  37. package/comandos/swl/nemesis.md +433 -433
  38. package/comandos/swl/notificaciones.md +299 -299
  39. package/comandos/swl/nuevo-proyecto.md +251 -251
  40. package/comandos/swl/planear-fase.md +263 -263
  41. package/comandos/swl/plugins.md +256 -256
  42. package/comandos/swl/predecir.md +169 -169
  43. package/comandos/swl/reflect-skills.md +125 -125
  44. package/comandos/swl/release.md +450 -450
  45. package/comandos/swl/revisar-impacto.md +201 -201
  46. package/comandos/swl/revisar.md +330 -330
  47. package/comandos/swl/seguridad.md +189 -189
  48. package/comandos/swl/sesiones.md +200 -200
  49. package/comandos/swl/skill-search.md +113 -113
  50. package/comandos/swl/status.md +343 -343
  51. package/comandos/swl/verificar.md +817 -817
  52. package/comandos/swl/wiki.md +620 -620
  53. package/gateway/cron/jobs.example.json +12 -0
  54. package/habilidades/auto-evolucion-protocolo/SKILL.md +294 -276
  55. package/habilidades/autoresearch/SKILL.md +3 -2
  56. package/habilidades/benchmark-memoria/SKILL.md +7 -7
  57. package/habilidades/changelog-generator/SKILL.md +174 -174
  58. package/habilidades/changelog-generator/scripts/parse-commits.js +2 -1
  59. package/habilidades/checkpoints-verificacion/SKILL.md +6 -0
  60. package/habilidades/context-builder/SKILL.md +4 -0
  61. package/habilidades/doubt-driven-review/SKILL.md +207 -191
  62. package/habilidades/drift-detection/SKILL.md +6 -1
  63. package/habilidades/ejecutar-fase/SKILL.md +6 -6
  64. package/habilidades/eval-framework/SKILL.md +8 -3
  65. package/habilidades/harness-claude-code/SKILL.md +312 -308
  66. package/habilidades/infra-github-actions/SKILL.md +4 -3
  67. package/habilidades/instalar-sistema/SKILL.md +227 -223
  68. package/habilidades/memoria-busqueda/SKILL.md +31 -39
  69. package/habilidades/planear-fase/SKILL.md +358 -350
  70. package/habilidades/proceso-ddia-fundamentos/SKILL.md +3 -2
  71. package/habilidades/swl-claudemd/SKILL.md +6 -7
  72. package/habilidades/swl-dashboard/SKILL.md +11 -43
  73. package/habilidades/tdd-workflow/SKILL.md +749 -744
  74. package/habilidades/validacion-ci-sistema/SKILL.md +1 -1
  75. package/hooks/agente-lifecycle.js +2 -1
  76. package/hooks/aiisms-detector.js +13 -4
  77. package/hooks/audit-trail.js +2 -1
  78. package/hooks/auto-consolidacion.js +2 -1
  79. package/hooks/captura-acciones-post.js +2 -1
  80. package/hooks/captura-acciones-session.js +2 -1
  81. package/hooks/captura-feedback-usuario.js +3 -2
  82. package/hooks/claudemd-bloat-detector.js +12 -3
  83. package/hooks/claudemd-duplicacion-detector.js +13 -3
  84. package/hooks/contexto-iteracion.js +2 -1
  85. package/hooks/degradacion-instintos.js +2 -1
  86. package/hooks/extraccion-aprendizajes.js +109 -15
  87. package/hooks/grafo-contexto.js +2 -1
  88. package/hooks/guardrail-modelo.js +2 -1
  89. package/hooks/inbox-aviso.js +2 -1
  90. package/hooks/inyeccion-contexto.js +2 -1
  91. package/hooks/lib/agent-matcher.js +2 -1
  92. package/hooks/lib/agent-routing.js +2 -1
  93. package/hooks/lib/autonomia.js +5 -3
  94. package/hooks/lib/captura-acciones.js +2 -1
  95. package/hooks/lib/consolidation-lock.js +21 -10
  96. package/hooks/lib/etapa-auto-evolucion.js +10 -4
  97. package/hooks/lib/etapa-metricas.js +2 -1
  98. package/hooks/lib/etapa-perfil-usuario.js +20 -4
  99. package/hooks/lib/evolution-tracker.js +2 -1
  100. package/hooks/lib/gateway-notify.js +193 -179
  101. package/hooks/lib/loop-telemetry.js +5 -4
  102. package/hooks/lib/mcp-health.js +2 -1
  103. package/hooks/lib/memory-search.js +4 -0
  104. package/hooks/lib/merkle-audit.js +58 -6
  105. package/hooks/lib/nudge-tracker.js +2 -1
  106. package/hooks/lib/otlp-exporter.js +2 -1
  107. package/hooks/lib/propose-step.js +3 -2
  108. package/hooks/lib/raiz-proyecto.js +102 -0
  109. package/hooks/lib/run-log.js +2 -1
  110. package/hooks/lib/singleton-guard.js +218 -27
  111. package/hooks/lib/telegram-cliente.js +17 -8
  112. package/hooks/preservar-estado-pre-compact.js +2 -1
  113. package/hooks/proteccion-rutas.js +59 -3
  114. package/hooks/registro-turnos.js +2 -1
  115. package/hooks/resumen-sesion.js +2 -1
  116. package/hooks/risk-scoring.js +2 -1
  117. package/hooks/rotar-audit-auto.js +46 -20
  118. package/hooks/session-briefing.js +127 -1
  119. package/hooks/spec-gate.js +2 -1
  120. package/hooks/sugerir-contribuir.js +6 -3
  121. package/hooks/sugerir-regenerar-inventario.js +3 -2
  122. package/hooks/tdd-gate.js +2 -1
  123. package/hooks/telemetria-agentes.js +2 -1
  124. package/hooks/telemetria-skill-routing.js +2 -1
  125. package/hooks/tracking-costos.js +4 -3
  126. package/hooks/validar-formato-post-subagente.js +2 -1
  127. package/hooks/validar-intent-spec.js +2 -1
  128. package/hooks/validar-memoria-hook.js +13 -3
  129. package/hooks/validar-planning-paths.js +2 -1
  130. package/instintos/.backups/perfil-usuario.yaml.2026-07-10-165128.bak +53 -0
  131. package/instintos/.backups/proyecto.yaml.2026-07-10-165128.bak +372 -0
  132. package/instintos/perfil-usuario.yaml +506 -3
  133. package/instintos/proyecto.yaml +78 -0
  134. package/llms.txt +2 -2
  135. package/manifiestos/canonical-hashes.json +335 -3
  136. package/manifiestos/modulos.json +19 -14
  137. package/manifiestos/planning-paths.json +1 -0
  138. package/manifiestos/skills-lock.json +50 -50
  139. package/package.json +2 -3
  140. package/plugin.json +2 -2
  141. package/scripts/actualizar.js +3 -0
  142. package/scripts/auditar-clases-conocidas.js +32 -4
  143. package/scripts/benchmark-memoria.js +1 -0
  144. package/scripts/cli/autonomia.js +23 -0
  145. package/scripts/cli/benchmark-memoria.js +37 -0
  146. package/scripts/cli/ciclo-autonomo.js +73 -0
  147. package/scripts/cli/ciclo-fase-b.js +102 -0
  148. package/scripts/cli/guardrail-metrics.js +39 -0
  149. package/scripts/cli/loop-telemetry.js +4 -2
  150. package/scripts/cli/memoria-search.js +69 -0
  151. package/scripts/cli/nudge-accionar.js +39 -0
  152. package/scripts/cli/run-eval.js +38 -0
  153. package/scripts/cli/run-skill-evals.js +13 -2
  154. package/scripts/derivar-feature-list.js +15 -14
  155. package/scripts/desinstalar.js +11 -0
  156. package/scripts/doctor.js +24 -10
  157. package/scripts/instalador.js +85 -7
  158. package/scripts/lib/activar-hooks-proyecto.js +12 -0
  159. package/scripts/lib/auditar-invocaciones-comandos.js +96 -6
  160. package/scripts/lib/ciclo-autonomo/candidatos.js +174 -0
  161. package/scripts/lib/ciclo-autonomo/config.js +165 -0
  162. package/scripts/lib/ciclo-autonomo/drenador-feedback.js +174 -0
  163. package/scripts/lib/ciclo-autonomo/fallback.js +77 -0
  164. package/scripts/lib/ciclo-autonomo/guard-convivencia.js +139 -0
  165. package/scripts/lib/ciclo-autonomo/higiene-nudges.js +112 -0
  166. package/scripts/lib/ciclo-autonomo/index.js +301 -0
  167. package/scripts/lib/ciclo-autonomo/lock.js +124 -0
  168. package/scripts/lib/ciclo-autonomo/presupuesto.js +122 -0
  169. package/scripts/lib/ciclo-autonomo/puente-degradacion.js +240 -0
  170. package/scripts/lib/ciclo-autonomo/runner-fase-b.js +248 -0
  171. package/scripts/lib/ciclo-autonomo/writer-instintos.js +190 -0
  172. package/scripts/lib/ciclo-autonomo/yaml-instintos.js +535 -0
  173. package/scripts/lib/estado.js +9 -0
  174. package/scripts/lib/gitignore-manifest.js +8 -1
  175. package/scripts/lib/hooks-settings.js +45 -0
  176. package/scripts/rotar-audit-logs.js +48 -2
  177. package/scripts/run-eval.js +1 -0
  178. package/scripts/run-skill-evals.js +287 -8
  179. package/scripts/smoke-test.js +16 -8
  180. package/scripts/tui/pantallas/install-wizard.js +403 -347
  181. package/scripts/validar.js +40 -1
@@ -0,0 +1,535 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * yaml-instintos.js — Parser/serializador round-trip zero-deps de los YAML
5
+ * de instintos (`instintos/proyecto.yaml`, `instintos/global.yaml`) y helper
6
+ * mínimo de append para `instintos/perfil-usuario.yaml`.
7
+ *
8
+ * Fundacional de la Fase 21 (ADR-0041/0042, riesgo ALTO: corrupción de
9
+ * memoria YAML). Extiende el patrón regex parcial de
10
+ * `hooks/inyeccion-contexto.js` y `scripts/mcp-server/handlers.js` (que solo
11
+ * LEEN pattern+confidence) a un round-trip campo-a-campo completo.
12
+ *
13
+ * NUNCA usar `js-yaml` ni ninguna dependencia de parsing YAML — zero-deps
14
+ * absoluto (regla del proyecto). El formato soportado es el observado en el
15
+ * repo: bloque de cabecera con campos escalares top-level, seguido de una
16
+ * lista `instintos:` de entradas planas (2 niveles de indentación fijos:
17
+ * ` - campo: valor` para el primer campo, ` campo: valor` para el resto,
18
+ * y ` - item` para arreglos multilínea). No es un parser YAML genérico
19
+ * — es intencionalmente acotado a esta estructura (simplicidad primero).
20
+ *
21
+ * @module scripts/lib/ciclo-autonomo/yaml-instintos
22
+ */
23
+
24
+ const fs = require('fs');
25
+ const path = require('path');
26
+ const { atomicWriteSync } = require('../../../hooks/lib/atomic-write');
27
+
28
+ // ─────────────────────────────────────────────────────────────────────────
29
+ // Utilidades de valor escalar (compartidas por header, instintos y perfil)
30
+ // ─────────────────────────────────────────────────────────────────────────
31
+
32
+ /**
33
+ * Deshace el escapado mínimo (\" y \\) de un string entre comillas dobles.
34
+ */
35
+ function desescaparString(str) {
36
+ let out = '';
37
+ for (let i = 0; i < str.length; i++) {
38
+ if (str[i] === '\\' && i + 1 < str.length && (str[i + 1] === '"' || str[i + 1] === '\\')) {
39
+ out += str[i + 1];
40
+ i += 1;
41
+ continue;
42
+ }
43
+ out += str[i];
44
+ }
45
+ return out;
46
+ }
47
+
48
+ /** Escapa backslash y comillas dobles antes de envolver un string. */
49
+ function escaparString(str) {
50
+ return String(str).replace(/\\/g, '\\\\').replace(/"/g, '\\"');
51
+ }
52
+
53
+ /**
54
+ * Parsea un arreglo inline estilo `["a", "b"]` o `[1, 2]` respetando comillas.
55
+ */
56
+ function parsearArrayInline(str) {
57
+ const inner = str.slice(1, -1).trim();
58
+ if (inner === '') return [];
59
+
60
+ const items = [];
61
+ let actual = '';
62
+ let dentroComillas = false;
63
+ for (let i = 0; i < inner.length; i++) {
64
+ const c = inner[i];
65
+ if (c === '"') { dentroComillas = !dentroComillas; actual += c; continue; }
66
+ if (c === ',' && !dentroComillas) { items.push(actual.trim()); actual = ''; continue; }
67
+ actual += c;
68
+ }
69
+ if (actual.trim() !== '') items.push(actual.trim());
70
+
71
+ return items.map((it) => parsearValorInline(it).valor);
72
+ }
73
+
74
+ /**
75
+ * Parsea el valor a la derecha de `clave:` en una sola línea.
76
+ * Retorna `{ valor, tipo }` donde `tipo` guía la re-serialización exacta.
77
+ * `tipo === 'vacio'` significa "sin valor en esta línea" — el llamador debe
78
+ * esperar un bloque multilínea (` - item`) en las líneas siguientes.
79
+ */
80
+ function parsearValorInline(raw) {
81
+ const str = raw.trim();
82
+ if (str === '') return { valor: undefined, tipo: 'vacio' };
83
+ if (str === 'null' || str === '~') return { valor: null, tipo: 'null' };
84
+ if (str === 'true' || str === 'false') return { valor: str === 'true', tipo: 'bool' };
85
+ if (/^\[[\s\S]*\]$/.test(str)) return { valor: parsearArrayInline(str), tipo: 'array-inline' };
86
+
87
+ const comillas = str.match(/^"([\s\S]*)"$/);
88
+ if (comillas) return { valor: desescaparString(comillas[1]), tipo: 'string-comillas' };
89
+
90
+ if (/^-?\d+(\.\d+)?$/.test(str)) {
91
+ return { valor: str.includes('.') ? parseFloat(str) : parseInt(str, 10), tipo: 'numero' };
92
+ }
93
+
94
+ return { valor: str, tipo: 'string-simple' };
95
+ }
96
+
97
+ /** Formatea un elemento de arreglo (nunca lleva metadata propia). */
98
+ function formatearValorSimple(v) {
99
+ if (v === null || v === undefined) return 'null';
100
+ if (typeof v === 'boolean') return v ? 'true' : 'false';
101
+ if (typeof v === 'number') return String(v);
102
+ return `"${escaparString(v)}"`;
103
+ }
104
+
105
+ /** Infiere el tipo de formato para un valor sin metadata previa (campo nuevo). */
106
+ function inferirFormato(valor) {
107
+ if (valor === null || valor === undefined) return { tipo: 'null' };
108
+ if (typeof valor === 'boolean') return { tipo: 'bool' };
109
+ if (typeof valor === 'number') return { tipo: 'numero' };
110
+ if (Array.isArray(valor)) return { tipo: 'array-inline' };
111
+ return { tipo: 'string-comillas' };
112
+ }
113
+
114
+ /**
115
+ * Serializa un campo `clave: valor` (o bloque multilínea) con el indent dado.
116
+ * Retorna un arreglo de líneas (1 para escalares/inline, N para multilínea).
117
+ */
118
+ function formatearLineaCampo(indent, clave, valor, info) {
119
+ const tipo = info && info.tipo;
120
+
121
+ if (tipo === 'array-multilinea') {
122
+ const lineas = [`${indent}${clave}:`];
123
+ const indentItem = ' '.repeat(indent.length + 2);
124
+ (valor || []).forEach((item) => lineas.push(`${indentItem}- ${formatearValorSimple(item)}`));
125
+ return lineas;
126
+ }
127
+ if (Array.isArray(valor)) {
128
+ const items = valor.map((v) => formatearValorSimple(v)).join(', ');
129
+ return [`${indent}${clave}: [${items}]`];
130
+ }
131
+ if (tipo === 'string-simple') return [`${indent}${clave}: ${valor}`];
132
+ if (tipo === 'numero') return [`${indent}${clave}: ${valor}`];
133
+ if (tipo === 'bool') return [`${indent}${clave}: ${valor ? 'true' : 'false'}`];
134
+ if (valor === null || valor === undefined || tipo === 'null') return [`${indent}${clave}: null`];
135
+
136
+ return [`${indent}${clave}: "${escaparString(valor)}"`];
137
+ }
138
+
139
+ /** Adjunta metadata de formato como propiedad NO enumerable (invisible a Object.keys/JSON). */
140
+ function adjuntarFormato(obj, formato) {
141
+ Object.defineProperty(obj, '__formato', {
142
+ value: formato, enumerable: false, writable: true, configurable: true,
143
+ });
144
+ return obj;
145
+ }
146
+
147
+ // ─────────────────────────────────────────────────────────────────────────
148
+ // Header (campos escalares top-level antes de `instintos:`)
149
+ // ─────────────────────────────────────────────────────────────────────────
150
+
151
+ function parsearHeader(lineasHeader) {
152
+ const comentarios = [];
153
+ const campos = {};
154
+ const formato = {};
155
+ let vistoCampo = false;
156
+
157
+ lineasHeader.forEach((linea) => {
158
+ const trim = linea.trim();
159
+ if (trim === '') {
160
+ // Las líneas en blanco del preámbulo (antes del primer campo) son parte
161
+ // del formato original y sobreviven el round-trip (regresión T-13).
162
+ if (!vistoCampo) comentarios.push('');
163
+ return;
164
+ }
165
+ if (trim.startsWith('#')) {
166
+ if (!vistoCampo) comentarios.push(linea);
167
+ return;
168
+ }
169
+ const m = linea.match(/^([A-Za-z0-9_]+):\s?(.*)$/);
170
+ if (!m) return;
171
+ vistoCampo = true;
172
+ const [, clave, resto] = m;
173
+ const { valor, tipo } = parsearValorInline(resto);
174
+ campos[clave] = valor;
175
+ formato[clave] = { tipo };
176
+ });
177
+
178
+ adjuntarFormato(campos, formato);
179
+ return { comentarios, campos };
180
+ }
181
+
182
+ // ─────────────────────────────────────────────────────────────────────────
183
+ // Lista `instintos:` (entradas planas de 1 nivel + arreglos anidados)
184
+ // ─────────────────────────────────────────────────────────────────────────
185
+
186
+ function asignarCampo(objetivo, formato, clave, restoRaw) {
187
+ const { valor, tipo } = parsearValorInline(restoRaw);
188
+ if (tipo === 'vacio') {
189
+ objetivo[clave] = [];
190
+ formato[clave] = { tipo: 'array-multilinea' };
191
+ return clave; // señala que las siguientes líneas `- item` pertenecen a esta clave
192
+ }
193
+ objetivo[clave] = valor;
194
+ formato[clave] = { tipo };
195
+ return null;
196
+ }
197
+
198
+ function parsearListaInstintos(lineasBloque) {
199
+ const instintos = [];
200
+ let actual = null;
201
+ let formatoActual = null;
202
+ let campoMultilinea = null;
203
+
204
+ const cerrarActual = () => {
205
+ if (actual) instintos.push(adjuntarFormato(actual, formatoActual));
206
+ };
207
+
208
+ lineasBloque.forEach((linea) => {
209
+ if (linea.trim() === '') { campoMultilinea = null; return; }
210
+
211
+ const inicioItem = linea.match(/^ {2}- ([A-Za-z0-9_]+):\s?(.*)$/);
212
+ if (inicioItem) {
213
+ cerrarActual();
214
+ actual = {};
215
+ formatoActual = {};
216
+ campoMultilinea = asignarCampo(actual, formatoActual, inicioItem[1], inicioItem[2]);
217
+ return;
218
+ }
219
+
220
+ const campo = linea.match(/^ {4}([A-Za-z0-9_]+):\s?(.*)$/);
221
+ if (campo && actual) {
222
+ campoMultilinea = asignarCampo(actual, formatoActual, campo[1], campo[2]);
223
+ return;
224
+ }
225
+
226
+ const itemAnidado = linea.match(/^ {6}- (.*)$/);
227
+ if (itemAnidado && campoMultilinea) {
228
+ actual[campoMultilinea].push(parsearValorInline(itemAnidado[1]).valor);
229
+ }
230
+ });
231
+ cerrarActual();
232
+
233
+ return instintos;
234
+ }
235
+
236
+ function formatearInstinto(instinto) {
237
+ const meta = instinto.__formato || {};
238
+ const lineas = [];
239
+ Object.keys(instinto).forEach((clave, idx) => {
240
+ const valor = instinto[clave];
241
+ const info = meta[clave] || inferirFormato(valor);
242
+ const indent = idx === 0 ? ' - ' : ' ';
243
+ lineas.push(...formatearLineaCampo(indent, clave, valor, info));
244
+ });
245
+ return lineas;
246
+ }
247
+
248
+ // ─────────────────────────────────────────────────────────────────────────
249
+ // API pública: leerInstintos / escribirInstintos / respaldar
250
+ // ─────────────────────────────────────────────────────────────────────────
251
+
252
+ /**
253
+ * Lee un YAML de instintos (`proyecto.yaml` o `global.yaml`) y lo descompone
254
+ * en `{ header, instintos }`. `header.campos` conserva el orden original de
255
+ * inserción; cada instinto conserva TODOS sus campos (conocidos o no) más
256
+ * una propiedad no-enumerable `__formato` con el estilo de serialización
257
+ * observado (comillas, inline vs multilínea) para round-trip fiel.
258
+ *
259
+ * @param {string} rutaYaml - Ruta absoluta al archivo YAML.
260
+ * @returns {{ header: { comentarios: string[], campos: object }, instintos: object[] }}
261
+ */
262
+ function leerInstintos(rutaYaml) {
263
+ const crudo = fs.readFileSync(rutaYaml, 'utf8');
264
+ const eol = crudo.includes('\r\n') ? '\r\n' : '\n';
265
+ const lineas = crudo.split(/\r\n|\n/);
266
+
267
+ const idxInline = lineas.findIndex((l) => /^instintos:\s*\[\]\s*$/.test(l));
268
+ const idxBloque = lineas.findIndex((l) => /^instintos:\s*$/.test(l));
269
+
270
+ let idxCorte;
271
+ let instintos;
272
+ if (idxBloque !== -1 && (idxInline === -1 || idxBloque < idxInline)) {
273
+ idxCorte = idxBloque;
274
+ instintos = parsearListaInstintos(lineas.slice(idxBloque + 1));
275
+ } else if (idxInline !== -1) {
276
+ idxCorte = idxInline;
277
+ instintos = [];
278
+ } else {
279
+ idxCorte = lineas.length;
280
+ instintos = [];
281
+ }
282
+
283
+ const header = parsearHeader(lineas.slice(0, idxCorte));
284
+ Object.defineProperty(header, '__eol', {
285
+ value: eol, enumerable: false, writable: true, configurable: true,
286
+ });
287
+
288
+ return { header, instintos };
289
+ }
290
+
291
+ /**
292
+ * Copia `rutaYaml` a `instintos/.backups/<nombre>.<YYYY-MM-DD>-<HHmmss>.bak`
293
+ * ANTES de cualquier escritura. No-op (retorna `null`) si el archivo destino
294
+ * todavía no existe (nada que respaldar). Fecha local (`toLocaleDateString('sv')`
295
+ * — nunca `toISOString()`, gate C1 del proyecto).
296
+ *
297
+ * @param {string} rutaYaml - Ruta absoluta del YAML a respaldar.
298
+ * @returns {string|null} Ruta del backup creado, o `null` si no había nada que respaldar.
299
+ */
300
+ function respaldar(rutaYaml) {
301
+ if (!fs.existsSync(rutaYaml)) return null;
302
+
303
+ const backupDir = path.join(path.dirname(rutaYaml), '.backups');
304
+ if (!fs.existsSync(backupDir)) fs.mkdirSync(backupDir, { recursive: true });
305
+
306
+ const ahora = new Date();
307
+ const fecha = ahora.toLocaleDateString('sv'); // YYYY-MM-DD local — gate C1
308
+ const hhmmss = [ahora.getHours(), ahora.getMinutes(), ahora.getSeconds()]
309
+ .map((n) => String(n).padStart(2, '0')).join('');
310
+
311
+ const nombre = path.basename(rutaYaml);
312
+ let destino = path.join(backupDir, `${nombre}.${fecha}-${hhmmss}.bak`);
313
+ let sufijo = 1;
314
+ while (fs.existsSync(destino)) {
315
+ destino = path.join(backupDir, `${nombre}.${fecha}-${hhmmss}-${sufijo}.bak`);
316
+ sufijo += 1;
317
+ }
318
+
319
+ atomicWriteSync(destino, fs.readFileSync(rutaYaml, 'utf8'));
320
+ return destino;
321
+ }
322
+
323
+ /**
324
+ * Serializa `{ header, instintos }` preservando el formato del repo
325
+ * (indentación 2, comillas donde el original las usa, orden de campos
326
+ * estable, listas inline o multilínea según metadata) y escribe con
327
+ * `atomicWriteSync`. Respalda el archivo previo antes de escribir.
328
+ * `total_instintos` se recalcula siempre a partir de `instintos.length`.
329
+ *
330
+ * @param {string} rutaYaml
331
+ * @param {{ header: { comentarios?: string[], campos?: object, __eol?: string }, instintos: object[] }} datos
332
+ */
333
+ function escribirInstintos(rutaYaml, { header, instintos }) {
334
+ respaldar(rutaYaml);
335
+
336
+ const eol = (header && header.__eol) || '\n';
337
+ const comentarios = (header && header.comentarios) || [];
338
+ const campos = (header && header.campos) || {};
339
+ campos.total_instintos = instintos.length;
340
+
341
+ const formatoCampos = campos.__formato || {};
342
+ const lineas = [...comentarios];
343
+ Object.keys(campos).forEach((clave) => {
344
+ const valor = campos[clave];
345
+ const info = formatoCampos[clave] || inferirFormato(valor);
346
+ lineas.push(...formatearLineaCampo('', clave, valor, info));
347
+ });
348
+
349
+ lineas.push('');
350
+
351
+ if (instintos.length === 0) {
352
+ lineas.push('instintos: []');
353
+ } else {
354
+ lineas.push('instintos:');
355
+ instintos.forEach((instinto, idx) => {
356
+ if (idx > 0) lineas.push('');
357
+ lineas.push(...formatearInstinto(instinto));
358
+ });
359
+ }
360
+ lineas.push('');
361
+
362
+ atomicWriteSync(rutaYaml, lineas.join(eol));
363
+ }
364
+
365
+ // ─────────────────────────────────────────────────────────────────────────
366
+ // Helper mínimo de append para instintos/perfil-usuario.yaml
367
+ // ─────────────────────────────────────────────────────────────────────────
368
+
369
+ const SECCIONES_LISTA_ENTRADAS = [
370
+ 'stack_preferido', 'patrones_trabajo', 'correcciones_repetidas', 'decisiones_validadas',
371
+ ];
372
+ const SECCIONES_OBJETO = ['identidad', 'preferencias_comunicacion'];
373
+
374
+ function finDeBloque(lineas, idxInicio) {
375
+ let fin = idxInicio + 1;
376
+ while (fin < lineas.length && (lineas[fin].trim() === '' || /^\s/.test(lineas[fin]))) fin += 1;
377
+ while (fin > idxInicio + 1 && lineas[fin - 1].trim() === '') fin -= 1;
378
+ return fin;
379
+ }
380
+
381
+ function formatearEntradaGenerica(entrada) {
382
+ return Object.keys(entrada).flatMap((clave, idx) => {
383
+ const valor = entrada[clave];
384
+ const indent = idx === 0 ? ' - ' : ' ';
385
+ return formatearLineaCampo(indent, clave, valor, inferirFormato(valor));
386
+ });
387
+ }
388
+
389
+ function insertarEnSeccionLista(lineas, seccion, entradas) {
390
+ const bloqueEntradas = entradas.flatMap((entrada, idx) => (
391
+ idx === 0 ? formatearEntradaGenerica(entrada) : ['', ...formatearEntradaGenerica(entrada)]
392
+ ));
393
+
394
+ const idxVacio = lineas.findIndex((l) => l.trim() === `${seccion}: []`);
395
+ if (idxVacio !== -1) {
396
+ const resultado = lineas.slice();
397
+ resultado.splice(idxVacio, 1, `${seccion}:`, ...bloqueEntradas);
398
+ return resultado;
399
+ }
400
+
401
+ const idxConEntradas = lineas.findIndex((l) => l.trim() === `${seccion}:`);
402
+ if (idxConEntradas === -1) {
403
+ throw new Error(`agregarSenalesPerfil: sección "${seccion}" no encontrada en el archivo`);
404
+ }
405
+ const fin = finDeBloque(lineas, idxConEntradas);
406
+ const resultado = lineas.slice();
407
+ resultado.splice(fin, 0, '', ...bloqueEntradas);
408
+ return resultado;
409
+ }
410
+
411
+ function mezclarSeccionObjeto(lineas, seccion, entradas) {
412
+ const idx = lineas.findIndex((l) => l.trim() === `${seccion}:`);
413
+ if (idx === -1) throw new Error(`agregarSenalesPerfil: sección "${seccion}" no encontrada`);
414
+ let fin = finDeBloque(lineas, idx);
415
+
416
+ let resultado = lineas.slice();
417
+ const patch = Object.assign({}, ...entradas);
418
+ Object.keys(patch).forEach((clave) => {
419
+ const valor = patch[clave];
420
+ const nuevaLinea = formatearLineaCampo(' ', clave, valor, inferirFormato(valor))[0];
421
+ const idxCampo = resultado.findIndex(
422
+ (l, i) => i > idx && i < fin && new RegExp(`^ ${clave}:`).test(l)
423
+ );
424
+ if (idxCampo !== -1) {
425
+ resultado[idxCampo] = nuevaLinea;
426
+ } else {
427
+ resultado.splice(fin, 0, nuevaLinea);
428
+ fin += 1;
429
+ }
430
+ });
431
+ return resultado;
432
+ }
433
+
434
+ function insertarEnArrayInline(lineas, rutaCampo, valores) {
435
+ const [padre, hijo] = rutaCampo.split('.');
436
+ const idxPadre = lineas.findIndex((l) => l.trim() === `${padre}:`);
437
+ if (idxPadre === -1) throw new Error(`agregarSenalesPerfil: sección "${padre}" no encontrada`);
438
+ const fin = finDeBloque(lineas, idxPadre);
439
+
440
+ const idxHijo = lineas.findIndex(
441
+ (l, i) => i > idxPadre && i < fin && new RegExp(`^\\s{2}${hijo}:\\s*\\[`).test(l)
442
+ );
443
+ if (idxHijo === -1) throw new Error(`agregarSenalesPerfil: campo "${hijo}" no encontrado en "${padre}"`);
444
+
445
+ const resultado = lineas.slice();
446
+ const linea = resultado[idxHijo];
447
+ const inicio = linea.indexOf('[');
448
+ const cierre = cierreDeArrayInline(linea, inicio);
449
+ if (cierre === -1) {
450
+ throw new Error(`agregarSenalesPerfil: array inline sin cierre en "${rutaCampo}"`);
451
+ }
452
+ // Solo el tramo [...] es el array; lo que sigue (típicamente un comentario
453
+ // YAML inline como `# Stacks/frameworks...`) se preserva intacto.
454
+ const actualStr = linea.slice(inicio, cierre + 1);
455
+ const sufijo = linea.slice(cierre + 1);
456
+ const combinado = parsearArrayInline(actualStr).concat(valores);
457
+ const items = combinado.map((v) => formatearValorSimple(v)).join(', ');
458
+ resultado[idxHijo] = `${linea.slice(0, inicio)}[${items}]${sufijo}`;
459
+ return resultado;
460
+ }
461
+
462
+ // Índice del `]` que cierra el array inline, ignorando corchetes dentro de
463
+ // strings con comillas. -1 si la línea no cierra el array.
464
+ function cierreDeArrayInline(linea, inicio) {
465
+ let dentroComillas = false;
466
+ for (let i = inicio; i < linea.length; i++) {
467
+ const c = linea[i];
468
+ if (c === '"') dentroComillas = !dentroComillas;
469
+ else if (c === ']' && !dentroComillas) return i;
470
+ }
471
+ return -1;
472
+ }
473
+
474
+ function actualizarCabeceraPerfil(lineas, incremento) {
475
+ const hoy = new Date().toLocaleDateString('sv');
476
+ return lineas.map((linea) => {
477
+ if (/^total_senales_consolidadas:\s*\d+\s*$/.test(linea)) {
478
+ const actual = parseInt(linea.match(/(\d+)/)[1], 10);
479
+ return `total_senales_consolidadas: ${actual + incremento}`;
480
+ }
481
+ if (/^actualizado:\s*"/.test(linea)) return `actualizado: "${hoy}"`;
482
+ return linea;
483
+ });
484
+ }
485
+
486
+ /**
487
+ * Append mínimo de entradas draft a una sección de `perfil-usuario.yaml` sin
488
+ * reescribir las secciones no tocadas. Actualiza `total_senales_consolidadas`
489
+ * y `actualizado`. Respalda el archivo antes de escribir.
490
+ *
491
+ * Secciones soportadas:
492
+ * - Listas de entradas-objeto: `stack_preferido`, `patrones_trabajo`,
493
+ * `correcciones_repetidas`, `decisiones_validadas`. `entradas` es un
494
+ * arreglo de objetos planos `{campo: valor, ...}`.
495
+ * - Objetos de merge superficial: `identidad`, `preferencias_comunicacion`.
496
+ * `entradas` es un arreglo de parches `{campo: valor}` (el último gana).
497
+ * - Sub-listas inline de `limites_explicitos`: pasar `seccion` como
498
+ * `"limites_explicitos.no_guardar"` o `"limites_explicitos.no_sugerir"`;
499
+ * `entradas` es un arreglo de strings a anexar al arreglo inline.
500
+ *
501
+ * @param {string} rutaYaml
502
+ * @param {string} seccion
503
+ * @param {Array} entradas
504
+ * @returns {{ agregadas: number }}
505
+ */
506
+ function agregarSenalesPerfil(rutaYaml, seccion, entradas) {
507
+ if (!Array.isArray(entradas) || entradas.length === 0) return { agregadas: 0 };
508
+
509
+ respaldar(rutaYaml);
510
+ const crudo = fs.readFileSync(rutaYaml, 'utf8');
511
+ const eol = crudo.includes('\r\n') ? '\r\n' : '\n';
512
+ const lineas = crudo.split(/\r\n|\n/);
513
+
514
+ let resultado;
515
+ if (SECCIONES_LISTA_ENTRADAS.includes(seccion)) {
516
+ resultado = insertarEnSeccionLista(lineas, seccion, entradas);
517
+ } else if (SECCIONES_OBJETO.includes(seccion)) {
518
+ resultado = mezclarSeccionObjeto(lineas, seccion, entradas);
519
+ } else if (seccion.startsWith('limites_explicitos.')) {
520
+ resultado = insertarEnArrayInline(lineas, seccion, entradas);
521
+ } else {
522
+ throw new Error(`agregarSenalesPerfil: sección desconocida "${seccion}"`);
523
+ }
524
+
525
+ resultado = actualizarCabeceraPerfil(resultado, entradas.length);
526
+ atomicWriteSync(rutaYaml, resultado.join(eol));
527
+ return { agregadas: entradas.length };
528
+ }
529
+
530
+ module.exports = {
531
+ leerInstintos,
532
+ escribirInstintos,
533
+ respaldar,
534
+ agregarSenalesPerfil,
535
+ };
@@ -49,6 +49,10 @@ function crearEstado(opciones) {
49
49
  settingsModificado: false,
50
50
  allLangs: opciones.allLangs === true,
51
51
  stackInstalado: Array.isArray(opciones.stackInstalado) ? opciones.stackInstalado : null,
52
+ // Módulos opt-in/extra agregados con --with más allá del perfil
53
+ // (DT-MODULOS-OPT-IN): sin registrarlos, cada update/reinstalación
54
+ // los perdía en silencio.
55
+ modulosExtra: Array.isArray(opciones.modulosExtra) ? opciones.modulosExtra : [],
52
56
  instaladoEn: new Date().toISOString(),
53
57
  actualizadoEn: new Date().toISOString(),
54
58
  };
@@ -107,6 +111,11 @@ function cargarEstado(directorio) {
107
111
  // Persistir la migración
108
112
  atomicWriteJSON(rutaEstado, estado);
109
113
  }
114
+ // Higiene: modulosExtra siempre presente (los lectores ya lo guardan con
115
+ // `|| []`, pero mantener el campo evita divergencias — nemesis S4).
116
+ if (!Array.isArray(estado.modulosExtra)) {
117
+ estado.modulosExtra = [];
118
+ }
110
119
  return estado;
111
120
  } catch {
112
121
  return null;
@@ -76,6 +76,11 @@ const ENTRADAS_BASE = [
76
76
  // singleton-guard, actualizar-perfil-usuario). Output de runtime, no
77
77
  // artefactos del proyecto usuario.
78
78
  ".planning/evolution/",
79
+ // Shim de migración: instalaciones pre-ADR-0031 (dirs runtime en español)
80
+ // aún escriben aquí hasta que el usuario corra `update` (caso real
81
+ // sistema-verificacion-oic 2026-07-10 con nudges/agent-commits en
82
+ // .planning/evolucion/).
83
+ ".planning/evolucion/",
79
84
  ".planning/auto-evolution/",
80
85
  // locks/: contenido runtime ignorado (singleton-guard {pid,ts},
81
86
  // fase-activa.json) EXCEPTO los plan-locks de G1 (*PLAN.md.lock), que son
@@ -102,7 +107,9 @@ const ENTRADAS_BASE = [
102
107
  // destino vs lo que ENTRADAS_BASE propagaba. Todo esto es output de runtime,
103
108
  // regenerable, no editado por el equipo → no se commitea.
104
109
  ".planning/feature-list.json", // derivar-feature-list.js (derivado de HOJA-RUTA.md)
105
- ".planning/loops/", // loop-telemetry.js (/swl:verificar, /swl:status loops)
110
+ // .planning/loops/ NO se ignora (decisión del usuario 2026-07-10): el
111
+ // historial de loops (iteraciones.tsv de loop-telemetry) es evidencia
112
+ // portable del trabajo — el equipo decide commitearlo como memoria.
106
113
  ".planning/archive/", // rotar-audit-auto.js (audit/logs rotados y comprimidos)
107
114
  ".planning/analysis/", // outputs de análisis
108
115
  ".planning/graph.json", // code-review-graph (cache del grafo)
@@ -58,6 +58,17 @@ function escribirSettings(settingsPath, settings) {
58
58
  * Determina si un hook entry en settings.json pertenece a SWL.
59
59
  * @param {object} entry - { matcher, hooks: [{ type, command }] }
60
60
  * @returns {boolean}
61
+ *
62
+ * ACOPLAMIENTO (re-auditoría nemesis iter-3): esta función y
63
+ * `hooksSWLRegistrados` deben reconocer los MISMOS formatos de comando. Hoy
64
+ * ambas son ciegas al modo wrapper (`bash ./hooks/_run-hook.sh <name>.js`,
65
+ * opt-in SWL_HOOKS_USAR_WRAPPER=1, default en v6.0.0) — esa ceguera se
66
+ * COMPENSA (registrarHooks preserva los wrapper como noSWL, hooksSWLRegistrados
67
+ * no los reune → ni pérdida ni duplicación). Al hacer una wrapper-aware para
68
+ * v6.0.0, actualizar la OTRA en el MISMO commit: si solo esHookSWL reconoce el
69
+ * wrapper, registrarHooks los quitaría de noSWL sin que hooksSWLRegistrados los
70
+ * reuna → se desregistran (regresión). El test wrapper-mode de
71
+ * instalador-transaccional.test.js vigila este invariante.
61
72
  */
62
73
  function esHookSWL(entry) {
63
74
  const hooksArr = entry.hooks || [];
@@ -68,6 +79,39 @@ function esHookSWL(entry) {
68
79
  });
69
80
  }
70
81
 
82
+ /**
83
+ * Devuelve los basenames de los hooks SWL actualmente registrados en
84
+ * settings.json (ej. ['extraccion-aprendizajes.js', ...]). Se usa para
85
+ * PRESERVAR los hooks pre-existentes al re-registrar: sin esto, derivar el
86
+ * set solo de lo recién copiado desregistraría los hooks que colisionaron
87
+ * sin --force pero siguen en disco y funcionando (regresión detectada por la
88
+ * re-auditoría nemesis iter-2).
89
+ *
90
+ * @param {string} settingsPath
91
+ * @returns {string[]} basenames únicos de hooks SWL registrados.
92
+ *
93
+ * ACOPLAMIENTO con `esHookSWL` (ver su docstring): ambas deben reconocer los
94
+ * mismos formatos de comando. El regex de abajo captura el modo inline
95
+ * (`node ... hooks/x.js`) y el wrapper ABSOLUTO (`bash "…/hooks/x.js"`), pero
96
+ * NO el wrapper RELATIVO (`bash ./hooks/_run-hook.sh x.js`, nombre pelón). Esa
97
+ * ceguera se compensa hoy con la de esHookSWL; al volver una wrapper-aware,
98
+ * actualizar la otra en el mismo commit.
99
+ */
100
+ function hooksSWLRegistrados(settingsPath) {
101
+ const settings = leerSettings(settingsPath);
102
+ const nombres = new Set();
103
+ for (const grupos of Object.values(settings.hooks || {})) {
104
+ if (!Array.isArray(grupos)) continue;
105
+ for (const entry of grupos) {
106
+ for (const h of (entry.hooks || [])) {
107
+ const m = String(h.command || '').match(/hooks[\/\\]([\w.-]+\.js)/);
108
+ if (m) nombres.add(m[1]);
109
+ }
110
+ }
111
+ }
112
+ return [...nombres];
113
+ }
114
+
71
115
  /**
72
116
  * Calcula la ruta del settings.json para un runtime.
73
117
  * @param {object} runtime - Configuración del runtime
@@ -815,6 +859,7 @@ module.exports = {
815
859
  verificarHooks,
816
860
  repararHooks,
817
861
  esHookSWL,
862
+ hooksSWLRegistrados,
818
863
  registrarOptimizaciones,
819
864
  verificarOptimizaciones,
820
865
  validarEstructuraSettings,