@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
@@ -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;