@saulwade/swl-ses 2.6.1 → 2.8.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 (268) hide show
  1. package/CLAUDE.md +14 -2
  2. package/README.md +65 -18
  3. package/agentes/_intent-spec.md +73 -73
  4. package/agentes/_propose-step.md +90 -90
  5. package/bin/swl-ses.js +10 -0
  6. package/comandos/swl/brainstorm.md +1 -0
  7. package/comandos/swl/briefing.md +119 -119
  8. package/comandos/swl/contribuir.md +233 -233
  9. package/comandos/swl/deuda-codigo.md +97 -97
  10. package/comandos/swl/mcp-status.md +1 -0
  11. package/gateway/lib/event-channel.js +191 -191
  12. package/habilidades/agent-deep-links/SKILL.md +148 -148
  13. package/habilidades/backend-async-postgres-testing/SKILL.md +216 -216
  14. package/habilidades/backend-error-design/SKILL.md +221 -221
  15. package/habilidades/backend-production-resilience/SKILL.md +288 -288
  16. package/habilidades/calidad-anti-patrones-universales/SKILL.md +105 -1
  17. package/habilidades/calidad-contract-testing/SKILL.md +165 -165
  18. package/habilidades/calidad-mutation-testing/SKILL.md +25 -1
  19. package/habilidades/checklist-seguridad/recursos/stride-cobertura.md +60 -60
  20. package/habilidades/ci-cd-pipelines/SKILL.md +5 -1
  21. package/habilidades/css-moderno/SKILL.md +7 -1
  22. package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
  23. package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
  24. package/habilidades/estructura-proyecto-claude/recursos/mcp-json-template.json +57 -57
  25. package/habilidades/extractor-de-aprendizajes/SKILL.md +5 -1
  26. package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
  27. package/habilidades/harness-claude-code/SKILL.md +3 -2
  28. package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
  29. package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
  30. package/habilidades/perfil-usuario/SKILL.md +200 -200
  31. package/habilidades/prevencion-sobreingenieria/recursos/EXAMPLES.md +580 -580
  32. package/habilidades/prevencion-sobreingenieria/recursos/soluciones-nativas.md +166 -166
  33. package/habilidades/prevencion-sobreingenieria/recursos/variables-residuales-post-refactor.md +85 -85
  34. package/habilidades/proceso-ddia-streaming/SKILL.md +231 -231
  35. package/habilidades/proceso-discovery-machote/SKILL.md +157 -157
  36. package/habilidades/proceso-dynamic-workflows/SKILL.md +60 -0
  37. package/habilidades/proceso-dynamic-workflows/recursos/template-adversarial-verify.js +65 -65
  38. package/habilidades/proceso-dynamic-workflows/recursos/template-triage.js +65 -65
  39. package/habilidades/proceso-intent-engineering/SKILL.md +269 -269
  40. package/habilidades/proceso-modular-split/SKILL.md +256 -256
  41. package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
  42. package/habilidades/swl-claudemd/recursos/contrato-aprender.md +83 -83
  43. package/habilidades/swl-claudemd/recursos/duplicacion-reglas-globales.md +85 -85
  44. package/habilidades/swl-claudemd/recursos/plantillas-init.md +94 -94
  45. package/habilidades/tdd-workflow/recursos/gherkin-bdd.md +111 -111
  46. package/hooks/calidad-pre-commit.js +159 -10
  47. package/hooks/ciclo-evolucion-subagente.js +26 -26
  48. package/hooks/ciclo-evolucion.js +26 -26
  49. package/hooks/contexto-subagente.js +68 -68
  50. package/hooks/lib/auto-consolidator.js +335 -335
  51. package/hooks/lib/ciclo-evolucion.js +47 -47
  52. package/hooks/lib/deep-links.js +185 -185
  53. package/hooks/lib/error-classifier.js +308 -308
  54. package/hooks/lib/notificacion-formato.js +45 -11
  55. package/hooks/lib/provenance-tracker.js +191 -191
  56. package/hooks/lib/raiz-proyecto.js +35 -4
  57. package/hooks/lib/resource-quota.js +122 -122
  58. package/hooks/lib/retry-jitter.js +165 -165
  59. package/hooks/lib/security-net.js +201 -201
  60. package/hooks/lib/skill-auditor.js +588 -588
  61. package/hooks/lib/sync-status.js +228 -228
  62. package/hooks/lib/taint-tracker.js +107 -107
  63. package/hooks/lib/text-similarity.js +241 -241
  64. package/hooks/lib/toon-compressor.js +245 -245
  65. package/hooks/notificacion-telegram.js +5 -11
  66. package/hooks/session-briefing.js +12 -4
  67. package/instintos/autonomia.yaml +27 -27
  68. package/instintos/prompt-appendices.yaml +57 -57
  69. package/llms.txt +1 -1
  70. package/manifiestos/agent-output-schemas.json +57 -57
  71. package/manifiestos/canonical-hashes.json +662 -0
  72. package/manifiestos/harness-ir.json +47536 -0
  73. package/manifiestos/hooks-config.json +469 -469
  74. package/manifiestos/invariantes-criticos.json +30 -30
  75. package/manifiestos/policy-bundle.json +2065 -0
  76. package/manifiestos/policy-corpus-w2.json +3926 -0
  77. package/manifiestos/runtime-adapters-core3.json +208 -0
  78. package/manifiestos/runtime-conformance.json +139 -0
  79. package/manifiestos/skills-lock.json +43 -43
  80. package/package.json +2 -2
  81. package/plantillas/auditor-veto-template.md +105 -105
  82. package/plantillas/github-workflows/release-please.yml +44 -44
  83. package/plantillas/github-workflows/swl-ci.yml +107 -107
  84. package/plantillas/github-workflows/swl-security.yml +51 -51
  85. package/plugin.json +2 -2
  86. package/reglas/accesibilidad.md +10 -10
  87. package/reglas/auditorias-documentales-estructurales.md +7 -7
  88. package/reglas/cloud-infra.md +8 -8
  89. package/reglas/consultar-vault-primero.md +195 -195
  90. package/reglas/git-workflow.md +1 -0
  91. package/reglas/hooks.md +6 -6
  92. package/reglas/intent-engineering.md +218 -218
  93. package/reglas/markitdown.md +8 -8
  94. package/reglas/monitor-ci.md +12 -0
  95. package/reglas/patrones.md +6 -6
  96. package/reglas/testing.md +7 -7
  97. package/reglas/tests-cleanup.md +224 -224
  98. package/schemas/agent-message.schema.json +73 -73
  99. package/schemas/agent-output-implementacion.schema.json +114 -114
  100. package/schemas/agent-output-planificacion.schema.json +150 -150
  101. package/schemas/agent-output-review.schema.json +98 -98
  102. package/schemas/diary-entry.schema.json +112 -112
  103. package/schemas/gate-state.schema.json +76 -0
  104. package/schemas/harness-ir.schema.json +369 -0
  105. package/schemas/hook-profiles.schema.json +54 -54
  106. package/schemas/hooks-config.schema.json +89 -89
  107. package/schemas/legacy-gates.schema.json +45 -0
  108. package/schemas/modulos.schema.json +38 -38
  109. package/schemas/perfiles.schema.json +36 -36
  110. package/schemas/plugin.schema.json +77 -77
  111. package/schemas/policy-bundle.schema.json +140 -0
  112. package/schemas/policy-enforcement.schema.json +117 -0
  113. package/schemas/policy-operation.schema.json +261 -0
  114. package/schemas/runtime-adapter.schema.json +176 -0
  115. package/schemas/runtime-build-attestation.schema.json +100 -0
  116. package/schemas/runtime-conformance.schema.json +239 -0
  117. package/schemas/runtime-diagnostic.schema.json +395 -0
  118. package/schemas/skill-evals.schema.json +119 -119
  119. package/schemas/skill-frontmatter.schema.json +245 -245
  120. package/schemas/w4-certification-request.schema.json +72 -0
  121. package/schemas/w4-certification-verdict.schema.json +224 -0
  122. package/schemas/w4-corpus.schema.json +172 -0
  123. package/schemas/w4-mutation-report.schema.json +116 -0
  124. package/schemas/w4-replay-result.schema.json +164 -0
  125. package/schemas/w4-scoring-report.schema.json +89 -0
  126. package/scripts/audit-tools/audit-history.js +330 -330
  127. package/scripts/audit-tools/bundle-tracker.js +290 -290
  128. package/scripts/audit-tools/canary-monitor.js +352 -352
  129. package/scripts/audit-tools/code-profiler.js +605 -605
  130. package/scripts/audit-tools/dep-doctor.js +320 -320
  131. package/scripts/audit-tools/env-validator.js +206 -206
  132. package/scripts/audit-tools/lib/fs-walk.js +48 -48
  133. package/scripts/audit-tools/lib/output.js +23 -23
  134. package/scripts/audit-tools/migration-checker.js +392 -392
  135. package/scripts/audit-tools/pentest-scanner.js +1436 -1436
  136. package/scripts/bootstrap-instintos.js +3 -0
  137. package/scripts/cli/aprobar-plan.js +73 -73
  138. package/scripts/cli/briefing.js +23 -23
  139. package/scripts/cli/ciclo-evolucion.js +26 -26
  140. package/scripts/cli/derivar-feature-list.js +25 -25
  141. package/scripts/cli/detectar-host.js +27 -27
  142. package/scripts/cli/diary-entry.js +69 -69
  143. package/scripts/cli/execution-state.js +18 -18
  144. package/scripts/cli/gateway-notify.js +41 -41
  145. package/scripts/cli/liberar-fase.js +42 -42
  146. package/scripts/cli/mark-evolved.js +56 -56
  147. package/scripts/cli/metricas-dora.js +26 -26
  148. package/scripts/cli/near-duplicate.js +55 -55
  149. package/scripts/cli/notificaciones.js +123 -123
  150. package/scripts/cli/propose-step.js +29 -29
  151. package/scripts/cli/schedule-parse.js +19 -19
  152. package/scripts/cli/sugerir-modelo.js +20 -20
  153. package/scripts/cli/verificar-plan.js +36 -36
  154. package/scripts/cli/verificar-trazabilidad.js +35 -35
  155. package/scripts/comandos/install-asistido.js +8 -7
  156. package/scripts/configurar-branch-protection.js +418 -418
  157. package/scripts/detectar-aprendizajes-duplicados.js +151 -151
  158. package/scripts/doctor.js +61 -36
  159. package/scripts/generar-checklists-consolidados.js +273 -273
  160. package/scripts/generar-claims-runtime.js +1342 -0
  161. package/scripts/generar-harness-ir.js +257 -0
  162. package/scripts/generar-inventario.js +52 -54
  163. package/scripts/generar-policy-bundle.js +202 -0
  164. package/scripts/instalador.js +26 -7
  165. package/scripts/lib/approval-receipts.js +190 -0
  166. package/scripts/lib/artefactos-python.js +43 -43
  167. package/scripts/lib/benchmark-metrics.js +160 -160
  168. package/scripts/lib/budget-enforcer.js +252 -252
  169. package/scripts/lib/certificacion-loop-state.js +421 -0
  170. package/scripts/lib/ci-reader.js +193 -193
  171. package/scripts/lib/ciclo-autonomo/yaml-instintos.js +56 -0
  172. package/scripts/lib/clasificar-directorio.js +92 -0
  173. package/scripts/lib/contadores-inventario.js +217 -217
  174. package/scripts/lib/detectar-host-swl.js +175 -175
  175. package/scripts/lib/detectar-runtime.js +29 -20
  176. package/scripts/lib/detectar-stack-detallado.js +307 -307
  177. package/scripts/lib/detector-autoduplicacion-intra-archivo.js +234 -234
  178. package/scripts/lib/detector-reglas-duplicadas.js +220 -220
  179. package/scripts/lib/eval-metrics-store.js +218 -218
  180. package/scripts/lib/eval-quality.js +171 -171
  181. package/scripts/lib/eval-schemas.js +144 -144
  182. package/scripts/lib/eval-self-correct.js +106 -106
  183. package/scripts/lib/eval-validator.js +185 -185
  184. package/scripts/lib/evidence-verifier.js +192 -0
  185. package/scripts/lib/evidencia-release.js +322 -322
  186. package/scripts/lib/frontmatter-canonico.js +509 -0
  187. package/scripts/lib/gate-engine.js +871 -0
  188. package/scripts/lib/gate-hooks-requires.js +249 -249
  189. package/scripts/lib/gate-licencias.js +212 -212
  190. package/scripts/lib/git-config-preflight.js +48 -0
  191. package/scripts/lib/git-metricas.js +257 -257
  192. package/scripts/lib/harness-ir.js +778 -0
  193. package/scripts/lib/harness-source-snapshot.js +309 -0
  194. package/scripts/lib/integrity-ledger.js +1147 -0
  195. package/scripts/lib/jaccard-similarity.js +98 -98
  196. package/scripts/lib/legacy-gate-migration.js +324 -0
  197. package/scripts/lib/limpiar-basura-global.js +45 -2
  198. package/scripts/lib/longmemeval-runner.js +125 -125
  199. package/scripts/lib/metricas-dora.js +204 -204
  200. package/scripts/lib/notificaciones-telegram.js +1 -0
  201. package/scripts/lib/npm-version.js +1 -0
  202. package/scripts/lib/paquetes-conocidos.js +50 -50
  203. package/scripts/lib/plan-lock.js +61 -13
  204. package/scripts/lib/policy-broker.js +338 -0
  205. package/scripts/lib/policy-bundle.js +342 -0
  206. package/scripts/lib/policy-context-provider.js +310 -0
  207. package/scripts/lib/policy-contract.js +479 -0
  208. package/scripts/lib/policy-verifier-utils.js +65 -0
  209. package/scripts/lib/pr-analyzer.js +399 -399
  210. package/scripts/lib/principal-verifier.js +178 -0
  211. package/scripts/lib/prompt-builder.js +264 -264
  212. package/scripts/lib/resolver-plan-fase.js +37 -37
  213. package/scripts/lib/rrf-fusion.js +175 -175
  214. package/scripts/lib/runtime-adapter-contract.js +267 -0
  215. package/scripts/lib/runtime-artifact-verifier.js +426 -0
  216. package/scripts/lib/runtime-build-attestation.js +127 -0
  217. package/scripts/lib/runtime-bundle-installer.js +586 -0
  218. package/scripts/lib/runtime-compiler.js +327 -0
  219. package/scripts/lib/runtime-conformance.js +202 -0
  220. package/scripts/lib/runtime-doctor-core3.js +567 -0
  221. package/scripts/lib/runtime-doctor-input.js +59 -0
  222. package/scripts/lib/runtime-operation-adapter.js +267 -0
  223. package/scripts/lib/schema-version.js +164 -164
  224. package/scripts/lib/semantic-search.js +252 -252
  225. package/scripts/lib/signed-envelope.js +545 -0
  226. package/scripts/lib/single-use-store.js +359 -0
  227. package/scripts/lib/skills-externas.js +31 -0
  228. package/scripts/lib/transformadores/codex.js +15 -8
  229. package/scripts/lib/transformadores/gemini.js +79 -5
  230. package/scripts/lib/w4-attestation-adapter.js +158 -0
  231. package/scripts/lib/w4-canario.js +337 -0
  232. package/scripts/lib/w4-claims.js +182 -0
  233. package/scripts/lib/w4-corpus-generador.js +542 -0
  234. package/scripts/lib/w4-gate-c5.js +115 -0
  235. package/scripts/lib/w4-harness-bajo-prueba.js +155 -0
  236. package/scripts/lib/w4-matriz-combos.js +55 -0
  237. package/scripts/lib/w4-motor-mutacion.js +1348 -0
  238. package/scripts/lib/w4-motor-replay.js +735 -0
  239. package/scripts/lib/w4-pin-origen.js +54 -0
  240. package/scripts/lib/w4-publicar-request.js +132 -0
  241. package/scripts/lib/w4-revocacion.js +62 -0
  242. package/scripts/lib/w4-runtimes-core3.js +38 -0
  243. package/scripts/lib/w4-scorer-certificacion.js +692 -0
  244. package/scripts/lib/w4-superficie-candidato.js +49 -0
  245. package/scripts/lib/w4-veredicto.js +452 -0
  246. package/scripts/lib/w4-verificar-veredicto.js +302 -0
  247. package/scripts/limpiar-artefactos-python.js +131 -131
  248. package/scripts/migrar-csv-a-array.js +168 -168
  249. package/scripts/migrar-fase-dominio.js +200 -200
  250. package/scripts/migrar-gates-legacy.js +108 -0
  251. package/scripts/publicar-certification-request.js +115 -0
  252. package/scripts/runtime-doctor.js +107 -0
  253. package/scripts/tui/componentes/selector-multi.js +189 -189
  254. package/scripts/tui/componentes/selector-unico.js +158 -158
  255. package/scripts/tui/ejecutores.js +375 -375
  256. package/scripts/tui/lib/colores.js +129 -129
  257. package/scripts/tui/lib/render.js +264 -264
  258. package/scripts/tui/lib/teclas.js +113 -113
  259. package/scripts/tui/pantallas/install-wizard.js +12 -7
  260. package/scripts/tui/pantallas/menu-principal.js +52 -52
  261. package/scripts/tui/pantallas/progreso.js +274 -274
  262. package/scripts/tui/pantallas/resumen.js +132 -132
  263. package/scripts/validar-userland-vacio.js +110 -110
  264. package/scripts/verificar-aislamiento-swl-eval.js +87 -0
  265. package/scripts/verificar-empaquetado-downstream.js +375 -0
  266. package/scripts/verificar-loop-constructor.js +215 -0
  267. package/scripts/verificar-trazabilidad.js +13 -6
  268. package/scripts/verificar-veredicto-real.js +84 -0
@@ -63,6 +63,7 @@ const HOOKS_A_COPIAR = [
63
63
  'lib/atomic-write.js', // dependencia de auto-restaurar y notificacion
64
64
  'lib/telegram-cliente.js',
65
65
  'lib/telegram-config.js',
66
+ 'lib/notificacion-formato.js', // resumirParaNotificacion — requerido por notificacion-telegram.js (v2.6.2)
66
67
  'notificacion-telegram.js',
67
68
  'notificacion-telegram-notification.js',
68
69
  'notificacion-telegram-subagent.js',
@@ -257,5 +257,6 @@ module.exports = {
257
257
  consultarUna,
258
258
  versionRemotaParalela,
259
259
  versionRemotaSync,
260
+ comandoNpm,
260
261
  TIMEOUT_DEFAULT_MS,
261
262
  };
@@ -1,50 +1,50 @@
1
- 'use strict';
2
-
3
- /**
4
- * paquetes-conocidos.js — fuente única de verdad para los nombres de
5
- * paquete del rebrand swl-ses.
6
- *
7
- * Por qué existe:
8
- * La asimetría intencional de scopes (npmjs `@saulwade/swl-ses` vs
9
- * GitHub Packages `@saul-wade/swl-ses`) requiere que múltiples scripts
10
- * reconozcan ambos nombres más el legacy. Tener la lista hardcodeada
11
- * en cada archivo es violación DRY de conocimiento — un cambio futuro
12
- * (deprecar el nombre desnudo, agregar otro mirror) requeriría editar
13
- * varios archivos.
14
- *
15
- * Convenciones:
16
- * - NOMBRE_NPMJS_CANONICO: canónico publicado en registry.npmjs.org.
17
- * - NOMBRE_GITHUB_MIRROR: mirror publicado en npm.pkg.github.com.
18
- * - NOMBRES_DETECCION: orden de prioridad para consultas remotas
19
- * (canónico npmjs primero porque no requiere auth).
20
- * - NOMBRES_VALIDOS: nombres aceptables para `package.json#name`.
21
- * NO incluye 'swl-ses' sin scope (deprecated, eliminado en v1.0.0).
22
- */
23
-
24
- const NOMBRE_NPMJS_CANONICO = '@saulwade/swl-ses';
25
- const NOMBRE_GITHUB_MIRROR = '@saul-wade/swl-ses';
26
- const NOMBRE_LEGACY_DESNUDO = 'swl-ses';
27
-
28
- const NOMBRES_DETECCION = Object.freeze([
29
- NOMBRE_NPMJS_CANONICO,
30
- NOMBRE_GITHUB_MIRROR,
31
- NOMBRE_LEGACY_DESNUDO,
32
- ]);
33
-
34
- const NOMBRES_VALIDOS = Object.freeze([
35
- NOMBRE_NPMJS_CANONICO,
36
- NOMBRE_GITHUB_MIRROR,
37
- ]);
38
-
39
- const REGISTRY_NPMJS = 'https://registry.npmjs.org/';
40
- const REGISTRY_GITHUB = 'https://npm.pkg.github.com';
41
-
42
- module.exports = {
43
- NOMBRE_NPMJS_CANONICO,
44
- NOMBRE_GITHUB_MIRROR,
45
- NOMBRE_LEGACY_DESNUDO,
46
- NOMBRES_DETECCION,
47
- NOMBRES_VALIDOS,
48
- REGISTRY_NPMJS,
49
- REGISTRY_GITHUB,
50
- };
1
+ 'use strict';
2
+
3
+ /**
4
+ * paquetes-conocidos.js — fuente única de verdad para los nombres de
5
+ * paquete del rebrand swl-ses.
6
+ *
7
+ * Por qué existe:
8
+ * La asimetría intencional de scopes (npmjs `@saulwade/swl-ses` vs
9
+ * GitHub Packages `@saul-wade/swl-ses`) requiere que múltiples scripts
10
+ * reconozcan ambos nombres más el legacy. Tener la lista hardcodeada
11
+ * en cada archivo es violación DRY de conocimiento — un cambio futuro
12
+ * (deprecar el nombre desnudo, agregar otro mirror) requeriría editar
13
+ * varios archivos.
14
+ *
15
+ * Convenciones:
16
+ * - NOMBRE_NPMJS_CANONICO: canónico publicado en registry.npmjs.org.
17
+ * - NOMBRE_GITHUB_MIRROR: mirror publicado en npm.pkg.github.com.
18
+ * - NOMBRES_DETECCION: orden de prioridad para consultas remotas
19
+ * (canónico npmjs primero porque no requiere auth).
20
+ * - NOMBRES_VALIDOS: nombres aceptables para `package.json#name`.
21
+ * NO incluye 'swl-ses' sin scope (deprecated, eliminado en v1.0.0).
22
+ */
23
+
24
+ const NOMBRE_NPMJS_CANONICO = '@saulwade/swl-ses';
25
+ const NOMBRE_GITHUB_MIRROR = '@saul-wade/swl-ses';
26
+ const NOMBRE_LEGACY_DESNUDO = 'swl-ses';
27
+
28
+ const NOMBRES_DETECCION = Object.freeze([
29
+ NOMBRE_NPMJS_CANONICO,
30
+ NOMBRE_GITHUB_MIRROR,
31
+ NOMBRE_LEGACY_DESNUDO,
32
+ ]);
33
+
34
+ const NOMBRES_VALIDOS = Object.freeze([
35
+ NOMBRE_NPMJS_CANONICO,
36
+ NOMBRE_GITHUB_MIRROR,
37
+ ]);
38
+
39
+ const REGISTRY_NPMJS = 'https://registry.npmjs.org/';
40
+ const REGISTRY_GITHUB = 'https://npm.pkg.github.com';
41
+
42
+ module.exports = {
43
+ NOMBRE_NPMJS_CANONICO,
44
+ NOMBRE_GITHUB_MIRROR,
45
+ NOMBRE_LEGACY_DESNUDO,
46
+ NOMBRES_DETECCION,
47
+ NOMBRES_VALIDOS,
48
+ REGISTRY_NPMJS,
49
+ REGISTRY_GITHUB,
50
+ };
@@ -10,11 +10,9 @@
10
10
  * la ejecución. Cierra el hueco "el plan puede mutar tras aprobación" que
11
11
  * dejaba SDD en ~60%.
12
12
  *
13
- * Cláusula de gracia D-05 (compatibilidad legacy): un PLAN con
14
- * `estado: aprobado` en su frontmatter pero SIN `.lock` correspondiente
15
- * (los planes creados antes de la Fase 09) se considera `modo: "legacy"` y
16
- * se ejecuta con advertencia, sin bloqueo. Solo los planes firmados vía
17
- * `/swl:aprobar-plan` (post-Fase 09) exigen coincidencia de hash.
13
+ * Desde 3.0.0, un PLAN aprobado sin lock bloquea. Los planes pre-Fase 09 sólo
14
+ * pueden convertirse mediante `migrar-gates-legacy`, que deja un lock v2 ligado
15
+ * a una approval firmada y a un evento de integridad anclado.
18
16
  *
19
17
  * MODELO DE AMENAZA (gate G1): el lock detecta MUTACIÓN ACCIDENTAL o no
20
18
  * aprobada del PLAN tras su firma, y planes alterados por un agente que
@@ -52,6 +50,8 @@ try {
52
50
  }
53
51
 
54
52
  const LOCK_VERSION = 1;
53
+ const LOCK_KEYS = ['archivo', 'firmadoEn', 'firmadoPor', 'sha256', 'version'];
54
+ const MIGRATED_LOCK_KEYS = [...LOCK_KEYS, 'migration'];
55
55
 
56
56
  // Basename válido de un PLAN de fase: `PLAN.md` o `0N-PLAN.md`. Evita que
57
57
  // `firmarPlan` produzca locks de archivos arbitrarios (falsearía el audit
@@ -70,6 +70,14 @@ function sha256(data) {
70
70
  return crypto.createHash('sha256').update(data).digest('hex');
71
71
  }
72
72
 
73
+ function tieneClavesExactas(value, expected) {
74
+ if (!value || typeof value !== 'object' || Array.isArray(value)) return false;
75
+ const actual = Object.keys(value).sort();
76
+ const wanted = [...expected].sort();
77
+ return actual.length === wanted.length
78
+ && actual.every((key, index) => key === wanted[index]);
79
+ }
80
+
73
81
  /**
74
82
  * Extrae el campo `estado:` del frontmatter YAML del PLAN.
75
83
  * Reutiliza el patrón CRLF-safe de scripts/generar-skills-lock.js:46-55.
@@ -161,6 +169,12 @@ function firmarPlan(planPath, opciones = {}) {
161
169
  };
162
170
  }
163
171
  const buffer = fs.readFileSync(planPath);
172
+ if (leerEstado(buffer.toString('utf8')) !== 'aprobado') {
173
+ return {
174
+ ok: false,
175
+ motivo: 'el PLAN debe tener estado aprobado antes de firmarse',
176
+ };
177
+ }
164
178
  const hash = sha256(buffer);
165
179
 
166
180
  const lock = {
@@ -180,9 +194,11 @@ function firmarPlan(planPath, opciones = {}) {
180
194
  *
181
195
  * Modos de retorno:
182
196
  * - `firmado` : existe lock y el hash coincide -> ok: true
183
- * - `legacy` : NO existe lock pero estado:aprobado (gracia D-05) -> ok: true
197
+ * - `legacy-bloqueado`: NO existe lock pero estado:aprobado -> ok: false
198
+ * - `migrado` : existe lock v2 de migración y el hash coincide -> ok: true
184
199
  * - `mutado` : existe lock y el hash NO coincide -> ok: false
185
200
  * - `lock-corrupto`: el lock existe pero no es JSON válido -> ok: false
201
+ * - `estado-invalido`: existe lock pero el PLAN no está aprobado -> ok: false
186
202
  * - `sin-firmar` : NO existe lock y estado != aprobado -> ok: false
187
203
  * - `sin-planning`: el PLAN no tiene `.planning` ancestro -> ok: false
188
204
  * - `no-existe` : el PLAN no existe en disco -> ok: false
@@ -204,15 +220,14 @@ function verificarPlan(planPath) {
204
220
  }
205
221
  const buffer = fs.readFileSync(planPath);
206
222
  const hashActual = sha256(buffer);
223
+ const estado = leerEstado(buffer.toString('utf8'));
207
224
 
208
225
  if (!fs.existsSync(lockPath)) {
209
- // Cláusula de gracia D-05: plan aprobado antes de que existiera el lock.
210
- const estado = leerEstado(buffer.toString('utf8'));
211
226
  if (estado === 'aprobado') {
212
227
  return {
213
- ok: true,
214
- modo: 'legacy',
215
- motivo: 'plan aprobado pre-Fase09 (sin lock); ejecutar con advertencia',
228
+ ok: false,
229
+ modo: 'legacy-bloqueado',
230
+ motivo: 'plan aprobado sin lock; requiere migración legacy explícita',
216
231
  hashActual,
217
232
  lockPath,
218
233
  };
@@ -226,6 +241,16 @@ function verificarPlan(planPath) {
226
241
  };
227
242
  }
228
243
 
244
+ if (estado !== 'aprobado') {
245
+ return {
246
+ ok: false,
247
+ modo: 'estado-invalido',
248
+ motivo: `un lock no aprueba el PLAN (estado: ${estado || 'ausente'})`,
249
+ hashActual,
250
+ lockPath,
251
+ };
252
+ }
253
+
229
254
  let lock;
230
255
  try {
231
256
  lock = JSON.parse(fs.readFileSync(lockPath, 'utf8'));
@@ -240,7 +265,11 @@ function verificarPlan(planPath) {
240
265
  }
241
266
 
242
267
  const hashEsperado = lock && typeof lock.sha256 === 'string' ? lock.sha256 : null;
243
- if (!hashEsperado) {
268
+ const expectedKeys = lock && lock.version === 2 ? MIGRATED_LOCK_KEYS : LOCK_KEYS;
269
+ const baseValida = tieneClavesExactas(lock, expectedKeys) && [1, 2].includes(lock.version)
270
+ && lock.archivo === path.basename(planPath)
271
+ && typeof lock.firmadoEn === 'string' && typeof lock.firmadoPor === 'string';
272
+ if (!hashEsperado || !baseValida) {
244
273
  return {
245
274
  ok: false,
246
275
  modo: 'lock-corrupto',
@@ -250,8 +279,27 @@ function verificarPlan(planPath) {
250
279
  };
251
280
  }
252
281
 
282
+ if (lock.version === 2) {
283
+ const migration = lock.migration;
284
+ const migrationValida = migration && typeof migration === 'object'
285
+ && Object.keys(migration).sort().join(',') === [
286
+ 'approvalDigest', 'contextDigest', 'cutoff', 'eventHeadHash',
287
+ 'eventSequence', 'migrationId',
288
+ ].sort().join(',')
289
+ && typeof migration.migrationId === 'string'
290
+ && /^[a-f0-9]{64}$/u.test(migration.approvalDigest)
291
+ && /^[a-f0-9]{64}$/u.test(migration.contextDigest)
292
+ && /^[a-f0-9]{64}$/u.test(migration.eventHeadHash)
293
+ && Number.isInteger(migration.eventSequence) && migration.eventSequence > 0
294
+ && migration.cutoff === '2027-01-15T00:00:00.000Z';
295
+ if (!migrationValida) {
296
+ return { ok: false, modo: 'lock-corrupto', motivo: 'lock migrado inválido', hashActual, lockPath };
297
+ }
298
+ }
299
+
253
300
  if (hashEsperado === hashActual) {
254
- return { ok: true, modo: 'firmado', hashEsperado, hashActual, lockPath };
301
+ const modo = lock.version === 2 ? 'migrado' : 'firmado';
302
+ return { ok: true, modo, hashEsperado, hashActual, lockPath };
255
303
  }
256
304
 
257
305
  return {
@@ -0,0 +1,338 @@
1
+ 'use strict';
2
+
3
+ /** Autoriza efectos canónicos con default-deny dentro de una sola transacción. */
4
+
5
+ const crypto = require('node:crypto');
6
+ const fs = require('node:fs');
7
+ const path = require('node:path');
8
+
9
+ const { exactKeys, fail, freezeDeep, plainObject } = require('./policy-verifier-utils');
10
+ const { canonicalizarIJson } = require('./signed-envelope');
11
+
12
+ const APPROVAL_CAPABILITIES = new Set([
13
+ 'delegate', 'filesystem.mutate', 'memory.write', 'network.access',
14
+ 'shell.exec', 'skill.invoke',
15
+ ]);
16
+ const EXPECTED_APPROVAL_ERRORS = new Set([
17
+ 'APPROVAL_BINDING_INVALID', 'APPROVAL_EXPIRED', 'APPROVAL_INVALID',
18
+ 'APPROVAL_TRUST_INVALID', 'PRINCIPAL_EXPIRED', 'PRINCIPAL_TRUST_INVALID',
19
+ ]);
20
+
21
+ function sha256(value) {
22
+ return crypto.createHash('sha256').update(value).digest('hex');
23
+ }
24
+
25
+ function hitFault(point) {
26
+ if (process.env.SWL_SINGLE_USE_FAULT !== point) return;
27
+ if (process.env.NODE_ENV !== 'test' || process.env.SWL_INTEGRITY_TEST_MODE !== '1') {
28
+ fail('FAULT_CONFIG_INVALID', 'fault injection fuera del modo de pruebas');
29
+ }
30
+ fail('FAULT_INJECTED', `falla inyectada: ${point}`);
31
+ }
32
+
33
+ function safeOptions(options) {
34
+ if (options === undefined) return Object.freeze({ approval: null });
35
+ plainObject(options, 'POLICY_OPTIONS_INVALID', 'opciones de autorización');
36
+ exactKeys(options, ['approval'], 'POLICY_OPTIONS_INVALID', 'opciones de autorización');
37
+ return Object.freeze({ approval: options.approval });
38
+ }
39
+
40
+ function isInside(base, target, style) {
41
+ const module = style === 'win32' ? path.win32 : path.posix;
42
+ const relative = module.relative(base, target);
43
+ if (style === 'win32') {
44
+ const folded = relative.toLowerCase();
45
+ return folded === '' || (!folded.startsWith('..\\') && folded !== '..'
46
+ && !module.isAbsolute(relative));
47
+ }
48
+ return relative === '' || (!relative.startsWith('../') && relative !== '..');
49
+ }
50
+
51
+ function nativeStyle(workspaceRoot) {
52
+ return /^[A-Za-z]:\\/u.test(workspaceRoot) ? 'win32' : 'posix';
53
+ }
54
+
55
+ function assertSafeAncestors(workspaceRoot, target, style) {
56
+ const module = style === 'win32' ? path.win32 : path.posix;
57
+ const relative = module.relative(workspaceRoot, target);
58
+ let current = workspaceRoot;
59
+ for (const segment of relative.split(style === 'win32' ? '\\' : '/')) {
60
+ if (!segment) continue;
61
+ current = module.join(current, segment);
62
+ if (!fs.existsSync(current)) continue;
63
+ if (fs.lstatSync(current).isSymbolicLink()) {
64
+ fail('PATH_UNSAFE', 'ancestro simbólico o reparse no permitido');
65
+ }
66
+ }
67
+ }
68
+
69
+ function assertWorkspaceScope(operation, workspaceRoot) {
70
+ const style = nativeStyle(workspaceRoot);
71
+ if ((operation.effect.pathStyle && operation.effect.pathStyle !== style)
72
+ || !isInside(workspaceRoot, operation.cwd, style)) {
73
+ fail('PATH_OUTSIDE_WORKSPACE', 'cwd fuera del workspace');
74
+ }
75
+ assertSafeAncestors(workspaceRoot, operation.cwd, style);
76
+ if (operation.effect.kind !== 'filesystem') return;
77
+ if (!isInside(workspaceRoot, operation.effect.absolutePath, style)) {
78
+ fail('PATH_OUTSIDE_WORKSPACE', 'efecto fuera del workspace');
79
+ }
80
+ assertSafeAncestors(workspaceRoot, operation.effect.absolutePath, style);
81
+ }
82
+
83
+ function assertDirectProcess(effect) {
84
+ if (effect.kind !== 'process') return;
85
+ fail('SHELL_OPAQUE', 'process queda denegado hasta contar con adaptadores code-owned');
86
+ }
87
+
88
+ function policyMatchesContext(view, liveBundle) {
89
+ const context = view.context;
90
+ const globalDigest = sha256(canonicalizarIJson(liveBundle.globalPolicy));
91
+ return context.corpusDigest === liveBundle.corpusDigest
92
+ && context.policyVersion === liveBundle.policyVersion
93
+ && context.globalPolicyDigest === globalDigest
94
+ && view.bundle.corpusDigest === liveBundle.corpusDigest;
95
+ }
96
+
97
+ function assertCapability(view, liveBundle, operation) {
98
+ if (!view.context.allowedCapabilities.includes(operation.capability)) {
99
+ fail('CAPABILITY_DENIED', 'capability fuera de la intersección efectiva');
100
+ }
101
+ if (operation.effect.kind === 'skill'
102
+ && !view.context.allowedSkillNodeIds.includes(operation.effect.skillNodeId)) {
103
+ fail('SKILL_DENIED', 'skill fuera de la intersección efectiva');
104
+ }
105
+ if (operation.effect.kind !== 'delegation') return;
106
+ const capabilities = new Set(view.context.allowedCapabilities);
107
+ const target = liveBundle.policies.find(({ nodeId }) => (
108
+ nodeId === operation.effect.targetAgentNodeId
109
+ ));
110
+ if (!target || target.disposition !== 'allow'
111
+ || operation.effect.capabilities.some((item) => !capabilities.has(item))) {
112
+ fail('DELEGATION_DENIED', 'delegación fuera de policy');
113
+ }
114
+ }
115
+
116
+ function mapPolicyError(error) {
117
+ const mappings = {
118
+ CAPABILITY_DENIED: 'CAPABILITY_DENIED',
119
+ CONTEXT_BINDING_INVALID: 'CONTEXT_MISMATCH',
120
+ CONTEXT_EXPIRED: 'CONTEXT_INVALID',
121
+ CONTEXT_INVALID: 'CONTEXT_INVALID',
122
+ DELEGATION_DENIED: 'DELEGATION_DENIED',
123
+ GATE_G1_EXPIRED: 'GATE_NOT_SATISFIED',
124
+ GATE_NOT_SATISFIED: 'GATE_NOT_SATISFIED',
125
+ GATE_PHASE_UNKNOWN: 'GATE_PHASE_UNKNOWN',
126
+ GATE_TASK_UNKNOWN: 'GATE_NOT_SATISFIED',
127
+ GATE_VERSION_MISMATCH: 'GATE_VERSION_MISMATCH',
128
+ PATH_OUTSIDE_WORKSPACE: 'PATH_OUTSIDE_WORKSPACE',
129
+ PATH_UNSAFE: 'PATH_UNSAFE',
130
+ PLAN_DRIFT: 'GATE_NOT_SATISFIED',
131
+ SHELL_OPAQUE: 'SHELL_OPAQUE',
132
+ SKILL_DENIED: 'SKILL_DENIED',
133
+ };
134
+ return mappings[error?.codigo] || null;
135
+ }
136
+
137
+ function baseDecision(authority, operation, context, reasonCode) {
138
+ return {
139
+ kind: 'policy-enforcement-decision', schemaVersion: '1.0.0',
140
+ outcome: 'deny', reasonCodes: [reasonCode],
141
+ operationDigest: operation?.operationDigest || null,
142
+ contextDigest: context?.contextDigest || null,
143
+ gateAuthorizationDigest: null, approvalDigest: null, grantDigest: null,
144
+ evidenceDigest: null, timestamp: authority.observedAt,
145
+ expiresAt: authority.observedAt,
146
+ };
147
+ }
148
+
149
+ function finalizeDecision(base) {
150
+ const digest = sha256(canonicalizarIJson(base));
151
+ return freezeDeep({ ...base, decisionId: `decision:${digest}`, decisionDigest: digest });
152
+ }
153
+
154
+ function approvalMatchesGate(components, approval, operation, gate) {
155
+ if (!components.grantIssuer.isVerifiedApproval(approval)) return false;
156
+ return approval.schemaVersion === '1.2.0'
157
+ && approval.phaseId === operation.phaseId
158
+ && approval.taskId === operation.taskId
159
+ && approval.planDigest === gate.planDigest
160
+ && approval.g1ApprovalDigest === gate.g1ApprovalDigest;
161
+ }
162
+
163
+ function createAllowedBase(authority, operation, view, gate, approval) {
164
+ const expiresAt = [
165
+ view.context.expiresAt, gate.g1ExpiresAt, approval?.expiresAt,
166
+ ].filter(Boolean).sort()[0];
167
+ const evidence = {
168
+ contextDigest: view.context.contextDigest,
169
+ gateAuthorizationDigest: gate.gateAuthorizationDigest,
170
+ operationDigest: operation.operationDigest,
171
+ };
172
+ return {
173
+ ...baseDecision(authority, operation, view.context, 'ALLOWED'),
174
+ outcome: 'allow',
175
+ reasonCodes: [approval ? 'APPROVAL_ACCEPTED' : 'ALLOWED'],
176
+ gateAuthorizationDigest: gate.gateAuthorizationDigest,
177
+ approvalDigest: approval?.approvalDigest || null,
178
+ evidenceDigest: sha256(canonicalizarIJson(evidence)), expiresAt,
179
+ };
180
+ }
181
+
182
+ function decisionEntry(state, decision, approvalClaim, grant) {
183
+ return {
184
+ expectedSequence: state.sequence, expectedHeadHash: state.headHash,
185
+ eventType: 'authorization.committed',
186
+ payload: {
187
+ schemaVersion: '2.0.0', approvalClaim,
188
+ decision: structuredClone(decision), grant: grant ? structuredClone(grant) : null,
189
+ },
190
+ };
191
+ }
192
+
193
+ function deniedEvaluation(authority, operation, context, reason) {
194
+ const decision = finalizeDecision(baseDecision(authority, operation, context, reason));
195
+ return { approvalClaim: null, decision, grant: null };
196
+ }
197
+
198
+ function evaluatePrerequisites(components, state, authority, operation, context) {
199
+ let view;
200
+ try {
201
+ view = components.contextReader.read(context, authority);
202
+ if (view.principal.operationDigest !== operation.operationDigest
203
+ || view.context.phaseId !== operation.phaseId) {
204
+ fail('CONTEXT_BINDING_INVALID', 'contexto ligado a otra operación o fase');
205
+ }
206
+ const liveBundle = components.compileBundle();
207
+ if (!policyMatchesContext(view, liveBundle)) fail('POLICY_DRIFT', 'policy cambió');
208
+ assertWorkspaceScope(operation, components.workspaceRoot);
209
+ assertDirectProcess(operation.effect);
210
+ const gate = components.gateReader.read(state, authority, operation);
211
+ assertCapability(view, liveBundle, operation);
212
+ return { gate, view };
213
+ } catch (error) {
214
+ const reason = error?.codigo === 'POLICY_DRIFT' ? 'POLICY_DRIFT' : mapPolicyError(error);
215
+ if (!reason) throw error;
216
+ return { denied: deniedEvaluation(
217
+ authority, operation, view?.context || null, reason
218
+ ) };
219
+ }
220
+ }
221
+
222
+ function issueGrant(components, state, authority, operation, view, approval) {
223
+ try {
224
+ return { issued: components.grantIssuer.issueApprovalGrant(state, authority, {
225
+ approval, principal: view.principal, operation,
226
+ }) };
227
+ } catch (error) {
228
+ if (error?.codigo !== 'APPROVAL_ALREADY_USED'
229
+ && !EXPECTED_APPROVAL_ERRORS.has(error?.codigo)) throw error;
230
+ const reason = error.codigo === 'APPROVAL_ALREADY_USED'
231
+ ? 'APPROVAL_USED' : 'APPROVAL_INVALID';
232
+ return { denied: deniedEvaluation(authority, operation, view.context, reason) };
233
+ }
234
+ }
235
+
236
+ function issueDirectGrant(components, state, authority, operation, prerequisites) {
237
+ const expiresAt = [
238
+ prerequisites.view.context.expiresAt, prerequisites.gate.g1ExpiresAt,
239
+ ].sort()[0];
240
+ return components.grantIssuer.issuePolicyGrant(state, authority, {
241
+ expiresAt, gate: prerequisites.gate,
242
+ principal: prerequisites.view.principal, operation,
243
+ });
244
+ }
245
+
246
+ function evaluateApproval(components, state, authority, operation, approval, prerequisites) {
247
+ const { gate, view } = prerequisites;
248
+ if (APPROVAL_CAPABILITIES.has(operation.capability) && !approval) {
249
+ const base = baseDecision(authority, operation, view.context, 'APPROVAL_REQUIRED');
250
+ return { decision: finalizeDecision({
251
+ ...base, outcome: 'require_approval',
252
+ gateAuthorizationDigest: gate.gateAuthorizationDigest,
253
+ }), grant: null, approvalClaim: null };
254
+ }
255
+ if (approval && !approvalMatchesGate(components, approval, operation, gate)) {
256
+ return deniedEvaluation(authority, operation, view.context, 'APPROVAL_STALE');
257
+ }
258
+ const result = approval
259
+ ? issueGrant(components, state, authority, operation, view, approval)
260
+ : { issued: { approvalClaim: null, grant: issueDirectGrant(
261
+ components, state, authority, operation, prerequisites
262
+ ) } };
263
+ if (result.denied) return result.denied;
264
+ const { issued } = result;
265
+ hitFault('after-approval-claim-before-decision');
266
+ const allowed = createAllowedBase(authority, operation, view, gate, approval);
267
+ const grantDigest = issued.grant.grantDigest;
268
+ const decision = finalizeDecision({ ...allowed, grantDigest });
269
+ hitFault('after-decision-before-grant');
270
+ return {
271
+ decision,
272
+ grant: issued.grant,
273
+ approvalClaim: issued.approvalClaim,
274
+ };
275
+ }
276
+
277
+ function evaluateLocked(components, state, authority, operation, context, approval) {
278
+ if (!components.isVerifiedOperation(operation)) {
279
+ return deniedEvaluation(authority, null, null, 'OPERATION_INVALID');
280
+ }
281
+ if (operation.schemaVersion !== '1.1.0') {
282
+ return deniedEvaluation(authority, operation, null, 'OPERATION_SCOPE_UNVERIFIABLE');
283
+ }
284
+ const prerequisites = evaluatePrerequisites(
285
+ components, state, authority, operation, context
286
+ );
287
+ if (prerequisites.denied) return prerequisites.denied;
288
+ return evaluateApproval(
289
+ components, state, authority, operation, approval, prerequisites
290
+ );
291
+ }
292
+
293
+ function createReceipt(decision, grant, appendReceipt, decisions) {
294
+ const receipt = freezeDeep({
295
+ ...structuredClone(decision), authorizationGrant: grant,
296
+ sequence: appendReceipt.sequence, headHash: appendReceipt.headHash,
297
+ });
298
+ decisions.add(receipt);
299
+ return receipt;
300
+ }
301
+
302
+ function authorize(components, decisions, operation, context, options) {
303
+ const { approval } = safeOptions(options);
304
+ let evaluated;
305
+ let appendReceipt;
306
+ try {
307
+ appendReceipt = components.writer.transact((state, authority) => {
308
+ evaluated = evaluateLocked(
309
+ components, state, authority, operation, context, approval
310
+ );
311
+ return decisionEntry(
312
+ state, evaluated.decision, evaluated.approvalClaim, evaluated.grant
313
+ );
314
+ });
315
+ } catch (cause) {
316
+ const error = new Error('autorización no pudo persistirse de forma atómica', { cause });
317
+ error.codigo = 'POLICY_AUTHORIZATION_FAILED';
318
+ throw error;
319
+ }
320
+ return createReceipt(evaluated.decision, evaluated.grant, appendReceipt, decisions);
321
+ }
322
+
323
+ function createPolicyBroker(components) {
324
+ plainObject(components, 'POLICY_BROKER_INVALID', 'componentes del broker');
325
+ exactKeys(components, [
326
+ 'compileBundle', 'contextReader', 'gateReader', 'grantIssuer',
327
+ 'isVerifiedOperation', 'workspaceRoot', 'writer',
328
+ ], 'POLICY_BROKER_INVALID', 'componentes del broker');
329
+ const decisions = new WeakSet();
330
+ return Object.freeze({
331
+ authorize: (operation, context, options) => (
332
+ authorize(components, decisions, operation, context, options)
333
+ ),
334
+ isPolicyDecision: (value) => decisions.has(value),
335
+ });
336
+ }
337
+
338
+ module.exports = { createPolicyBroker };