@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
@@ -0,0 +1,342 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Proyecta las declaraciones legacy del harness a una política cerrada y opaca.
5
+ * El manifiesto generado nunca es fuente de autoridad.
6
+ */
7
+
8
+ const crypto = require('node:crypto');
9
+
10
+ const SCHEMA = require('../../schemas/policy-bundle.schema.json');
11
+ const { capturarHarnessSourceSnapshot } = require('./harness-source-snapshot');
12
+ const { CENTINELA_TODOS, SKILLS_EXTERNAS_SET } = require('./skills-externas');
13
+
14
+ const BUNDLES_VERIFICADOS = new WeakSet();
15
+ const BUNDLE_KIND = SCHEMA.properties.kind.const;
16
+ const SCHEMA_VERSION = SCHEMA.properties.schemaVersion.const;
17
+ const POLICY_VERSION = SCHEMA.properties.policyVersion.const;
18
+ const DEFAULT_MAX_TURNS = 8;
19
+ const DEFAULT_TOOL_BUDGET = Object.freeze({ simple: 2, standard: 4, complex: 8 });
20
+ const RISK_MAP = Object.freeze({ ALTO: 'high', BAJO: 'low', MEDIO: 'medium' });
21
+ const TOOL_MAP = Object.freeze({
22
+ Agent: 'delegate',
23
+ Bash: 'shell.exec',
24
+ Edit: 'filesystem.mutate',
25
+ Glob: 'filesystem.read',
26
+ Grep: 'filesystem.read',
27
+ MultiEdit: 'filesystem.mutate',
28
+ Read: 'filesystem.read',
29
+ Skill: 'skill.invoke',
30
+ Task: 'delegate',
31
+ WebFetch: 'network.access',
32
+ WebSearch: 'network.access',
33
+ Write: 'filesystem.mutate',
34
+ });
35
+ const CAPABILITIES = new Set(SCHEMA.$defs.capability.enum);
36
+ const CAMPOS_AGENTE = new Set([
37
+ 'color', 'description', 'dominio', 'evolvable', 'evolvable_scope', 'exclusiones',
38
+ 'fase', 'fragmentos', 'hardGuardrails', 'healthMetrics', 'invariantes', 'maxTurnos',
39
+ 'model', 'modeloAlterno', 'name', 'nivelRiesgo', 'permisosComandos',
40
+ 'permisosEscritura', 'permisosRed', 'permissionMode', 'skillsInvocables',
41
+ 'skillsRestringidos', 'steering', 'strategy', 'toolBudget', 'tools',
42
+ 'ventanaContexto', 'version',
43
+ ]);
44
+ const RESTRICCIONES_LEGACY = new Set([
45
+ 'angular-component', 'angular-forms', 'angular-signals', 'auth-implementation-patterns',
46
+ 'dataverse-python-production-code', 'django-expert', 'fastapi-python',
47
+ 'frontend-css-swl', 'postgresql-schema-design', 'postgresql-table-design',
48
+ 'python-patterns', 'python-testing-patterns', 'react-native-best-practices',
49
+ 'vercel-react-best-practices',
50
+ ]);
51
+
52
+ function crearError(codigo, mensaje, extras = {}) {
53
+ const excepcion = new Error(mensaje);
54
+ Object.assign(excepcion, { codigo, ...extras });
55
+ return excepcion;
56
+ }
57
+
58
+ function sha256(valor) {
59
+ return crypto.createHash('sha256').update(valor).digest('hex');
60
+ }
61
+
62
+ function congelarProfundo(valor) {
63
+ if (!valor || typeof valor !== 'object' || Object.isFrozen(valor)) return valor;
64
+ Object.values(valor).forEach(congelarProfundo);
65
+ return Object.freeze(valor);
66
+ }
67
+
68
+ function esObjetoPlano(valor) {
69
+ if (!valor || typeof valor !== 'object' || Array.isArray(valor)) return false;
70
+ return Object.getPrototypeOf(valor) === Object.prototype;
71
+ }
72
+
73
+ function validarClaves(valor, requeridas, opcionales = []) {
74
+ if (!esObjetoPlano(valor)) return false;
75
+ const permitidas = new Set([...requeridas, ...opcionales]);
76
+ return requeridas.every((clave) => Object.hasOwn(valor, clave))
77
+ && Object.keys(valor).every((clave) => permitidas.has(clave));
78
+ }
79
+
80
+ function validarNumero(valor, minimo, maximo = Number.POSITIVE_INFINITY) {
81
+ return typeof valor === 'number' && Number.isFinite(valor) && valor >= minimo && valor <= maximo;
82
+ }
83
+
84
+ function validarToolBudget(valor) {
85
+ if (!validarClaves(valor, ['simple', 'standard', 'complex'])) return false;
86
+ const enteros = Object.values(valor).every((item) => Number.isInteger(item) && item > 0);
87
+ return enteros && valor.simple <= valor.standard && valor.standard <= valor.complex;
88
+ }
89
+
90
+ function validarGlobalPolicy(valor) {
91
+ if (!validarClaves(valor, [
92
+ 'riskThresholds', 'costBudget', 'circuitBreaker', 'defaultMaxTurns', 'defaultToolBudget',
93
+ ])) return false;
94
+ const { riskThresholds: risk, costBudget: cost, circuitBreaker: breaker } = valor;
95
+ const riskOk = validarClaves(risk, ['allow', 'review', 'confirm'])
96
+ && Object.values(risk).every((item) => validarNumero(item, 0, 1))
97
+ && risk.allow < risk.review && risk.review < risk.confirm;
98
+ const costOk = validarClaves(cost, ['maxUsd', 'maxTokens', 'alertAt'])
99
+ && validarNumero(cost.maxUsd, 0) && Number.isInteger(cost.maxTokens)
100
+ && cost.maxTokens >= 0 && validarNumero(cost.alertAt, 0, 1);
101
+ const breakerOk = validarClaves(
102
+ breaker,
103
+ ['maxConsecutiveFailures', 'halfOpenCooldownMs', 'auditThreshold']
104
+ ) && Object.values(breaker).every((item) => Number.isInteger(item) && item > 0);
105
+ return riskOk && costOk && breakerOk && Number.isInteger(valor.defaultMaxTurns)
106
+ && valor.defaultMaxTurns > 0 && validarToolBudget(valor.defaultToolBudget);
107
+ }
108
+
109
+ function construirGlobalPolicy(config) {
110
+ const valor = {
111
+ riskThresholds: { ...config.riskThresholds },
112
+ costBudget: { ...config.costBudget },
113
+ circuitBreaker: { ...config.circuitBreaker },
114
+ defaultMaxTurns: DEFAULT_MAX_TURNS,
115
+ defaultToolBudget: { ...DEFAULT_TOOL_BUDGET },
116
+ };
117
+ if (!validarGlobalPolicy(valor)) {
118
+ throw crearError('POLICY_SOURCE_INVALID', 'Política global inválida');
119
+ }
120
+ return valor;
121
+ }
122
+
123
+ function validarCamposAgente(valor) {
124
+ if (!esObjetoPlano(valor) || Object.keys(valor).some((clave) => !CAMPOS_AGENTE.has(clave))) {
125
+ throw crearError('POLICY_SOURCE_INVALID', 'Campo de agente sin mapping total');
126
+ }
127
+ const requeridos = ['tools', 'nivelRiesgo', 'permisosRed', 'permisosEscritura', 'permisosComandos'];
128
+ const tiposValidos = Array.isArray(valor.tools)
129
+ && valor.tools.every((tool) => typeof tool === 'string')
130
+ && requeridos.slice(2).every((clave) => typeof valor[clave] === 'boolean')
131
+ && typeof valor.nivelRiesgo === 'string';
132
+ if (!requeridos.every((clave) => Object.hasOwn(valor, clave)) || !tiposValidos) {
133
+ throw crearError('POLICY_SOURCE_INVALID', 'Tipos de agente inválidos');
134
+ }
135
+ }
136
+
137
+ function mapearCapabilities(valor) {
138
+ const capabilities = new Set();
139
+ for (const tool of valor.tools) {
140
+ if (!TOOL_MAP[tool]) throw crearError('POLICY_SOURCE_INVALID', `Tool desconocida: ${tool}`);
141
+ capabilities.add(TOOL_MAP[tool]);
142
+ }
143
+ return [...capabilities].sort();
144
+ }
145
+
146
+ function aplicarPermisos(declaradas, valor) {
147
+ const permitidas = declaradas.filter((capability) => {
148
+ if (capability === 'filesystem.mutate') return valor.permisosEscritura;
149
+ if (capability === 'network.access') return valor.permisosRed;
150
+ if (capability === 'shell.exec') return valor.permisosComandos;
151
+ return true;
152
+ });
153
+ return permitidas.sort();
154
+ }
155
+
156
+ function crearIndiceSkills(entries) {
157
+ const indice = new Map();
158
+ const identidades = new Set();
159
+ for (const entry of entries.filter(({ kind }) => kind === 'skill')) {
160
+ const nombre = entry.parsed.valor?.name || entry.path.split('/')[1];
161
+ const identidad = nombre.normalize('NFKC').toLowerCase();
162
+ if (identidades.has(identidad)) {
163
+ throw crearError('POLICY_SOURCE_INVALID', `Skill duplicada: ${nombre}`);
164
+ }
165
+ identidades.add(identidad);
166
+ indice.set(nombre, `skill:${sha256(entry.path)}`);
167
+ }
168
+ return indice;
169
+ }
170
+
171
+ function validarReferencias(valor, campo) {
172
+ const referencias = valor[campo] === undefined ? [] : valor[campo];
173
+ if (!Array.isArray(referencias) || !referencias.every((item) => typeof item === 'string')) {
174
+ throw crearError('POLICY_SOURCE_INVALID', `${campo} debe ser string[]`);
175
+ }
176
+ return referencias;
177
+ }
178
+
179
+ function clasificarReferencia(referencia, skills, esRestriccion) {
180
+ if (skills.has(referencia)) return { kind: 'local', nodeId: skills.get(referencia) };
181
+ if (referencia === CENTINELA_TODOS || SKILLS_EXTERNAS_SET.has(referencia)) {
182
+ return { kind: 'nonlocal', reason: 'NONLOCAL_SKILL_REFERENCE' };
183
+ }
184
+ if (esRestriccion && RESTRICCIONES_LEGACY.has(referencia)) {
185
+ return { kind: 'nonlocal', reason: 'LEGACY_RESTRICTION_UNRESOLVED' };
186
+ }
187
+ throw crearError('POLICY_SOURCE_INVALID', `Skill desconocida: ${referencia}`);
188
+ }
189
+
190
+ function resolverSkills(valor, skills) {
191
+ const invocables = validarReferencias(valor, 'skillsInvocables');
192
+ const restringidas = validarReferencias(valor, 'skillsRestringidos');
193
+ const allow = invocables.map((ref) => clasificarReferencia(ref, skills, false));
194
+ const deny = restringidas.map((ref) => clasificarReferencia(ref, skills, true));
195
+ const deniedIds = new Set(deny.filter(({ kind }) => kind === 'local').map(({ nodeId }) => nodeId));
196
+ const allowedIds = allow
197
+ .filter(({ kind, nodeId }) => kind === 'local' && !deniedIds.has(nodeId))
198
+ .map(({ nodeId }) => nodeId);
199
+ const reasons = [...allow, ...deny]
200
+ .filter(({ kind }) => kind === 'nonlocal')
201
+ .map(({ reason }) => reason);
202
+ return {
203
+ allowedSkillNodeIds: [...new Set(allowedIds)].sort(),
204
+ deniedSkillNodeIds: [...deniedIds].sort(),
205
+ reasonCodes: [...new Set(reasons)].sort(),
206
+ };
207
+ }
208
+
209
+ function resolverLimites(valor) {
210
+ const maxTurns = valor.maxTurnos === undefined ? DEFAULT_MAX_TURNS : valor.maxTurnos;
211
+ const toolBudget = valor.toolBudget === undefined ? DEFAULT_TOOL_BUDGET : valor.toolBudget;
212
+ if (!Number.isInteger(maxTurns) || maxTurns <= 0 || !validarToolBudget(toolBudget)) {
213
+ throw crearError('POLICY_SOURCE_INVALID', 'Límites de agente inválidos');
214
+ }
215
+ return { maxTurns, toolBudget: { ...toolBudget } };
216
+ }
217
+
218
+ function compilarAgente(entry, skills) {
219
+ const valor = entry.parsed.valor;
220
+ validarCamposAgente(valor);
221
+ if (!RISK_MAP[valor.nivelRiesgo]) {
222
+ throw crearError('POLICY_SOURCE_INVALID', 'nivelRiesgo desconocido');
223
+ }
224
+ const declaredCapabilities = mapearCapabilities(valor);
225
+ const skillsPolicy = resolverSkills(valor, skills);
226
+ const limites = resolverLimites(valor);
227
+ const disposition = skillsPolicy.reasonCodes.length === 0 ? 'allow' : 'deny';
228
+ return {
229
+ nodeId: `agent:${sha256(entry.path)}`,
230
+ kind: 'agent',
231
+ sourceDigest: entry.source.sha256,
232
+ disposition,
233
+ reasonCodes: skillsPolicy.reasonCodes,
234
+ declaredCapabilities,
235
+ allowedCapabilities: disposition === 'allow' ? aplicarPermisos(declaredCapabilities, valor) : [],
236
+ filesystemMutationAllowed: disposition === 'allow' && valor.permisosEscritura,
237
+ networkAllowed: disposition === 'allow' && valor.permisosRed,
238
+ shellAllowed: disposition === 'allow' && valor.permisosComandos,
239
+ allowedSkillNodeIds: disposition === 'allow' ? skillsPolicy.allowedSkillNodeIds : [],
240
+ deniedSkillNodeIds: skillsPolicy.deniedSkillNodeIds,
241
+ risk: RISK_MAP[valor.nivelRiesgo],
242
+ ...limites,
243
+ };
244
+ }
245
+
246
+ function esSha256(valor) {
247
+ return typeof valor === 'string' && /^[a-f0-9]{64}$/u.test(valor);
248
+ }
249
+
250
+ function esListaUnicaOrdenada(valor, validarItem) {
251
+ if (!Array.isArray(valor) || !valor.every(validarItem)) return false;
252
+ return new Set(valor).size === valor.length
253
+ && valor.every((item, indice) => indice === 0 || valor[indice - 1].localeCompare(item) < 0);
254
+ }
255
+
256
+ function validarRelacionesPolicy(valor) {
257
+ const declaradas = new Set(valor.declaredCapabilities);
258
+ const capabilitiesOk = valor.allowedCapabilities.every((item) => declaradas.has(item));
259
+ const denyOk = valor.disposition !== 'deny'
260
+ || (valor.allowedCapabilities.length === 0 && valor.allowedSkillNodeIds.length === 0
261
+ && !valor.filesystemMutationAllowed && !valor.networkAllowed && !valor.shellAllowed);
262
+ const permisosOk = (!valor.allowedCapabilities.includes('filesystem.mutate')
263
+ || valor.filesystemMutationAllowed)
264
+ && (!valor.allowedCapabilities.includes('network.access') || valor.networkAllowed)
265
+ && (!valor.allowedCapabilities.includes('shell.exec') || valor.shellAllowed);
266
+ const skillsOk = valor.allowedSkillNodeIds.every((item) => !valor.deniedSkillNodeIds.includes(item));
267
+ return capabilitiesOk && denyOk && permisosOk && skillsOk;
268
+ }
269
+
270
+ function validarPolicy(valor) {
271
+ const claves = [
272
+ 'nodeId', 'kind', 'sourceDigest', 'disposition', 'reasonCodes', 'declaredCapabilities',
273
+ 'allowedCapabilities', 'filesystemMutationAllowed', 'networkAllowed', 'shellAllowed',
274
+ 'allowedSkillNodeIds', 'deniedSkillNodeIds', 'risk', 'maxTurns', 'toolBudget',
275
+ ];
276
+ if (!validarClaves(valor, claves) || valor.kind !== 'agent') return false;
277
+ const capability = (item) => typeof item === 'string' && CAPABILITIES.has(item);
278
+ const reason = (item) => typeof item === 'string' && /^[A-Z][A-Z0-9_]+$/u.test(item);
279
+ const skillId = (item) => typeof item === 'string' && /^skill:[a-f0-9]{64}$/u.test(item);
280
+ return /^agent:[a-f0-9]{64}$/u.test(valor.nodeId) && esSha256(valor.sourceDigest)
281
+ && ['allow', 'deny'].includes(valor.disposition) && ['low', 'medium', 'high'].includes(valor.risk)
282
+ && esListaUnicaOrdenada(valor.reasonCodes, reason)
283
+ && esListaUnicaOrdenada(valor.declaredCapabilities, capability)
284
+ && esListaUnicaOrdenada(valor.allowedCapabilities, capability)
285
+ && esListaUnicaOrdenada(valor.allowedSkillNodeIds, skillId)
286
+ && esListaUnicaOrdenada(valor.deniedSkillNodeIds, skillId)
287
+ && ['filesystemMutationAllowed', 'networkAllowed', 'shellAllowed']
288
+ .every((clave) => typeof valor[clave] === 'boolean')
289
+ && Number.isInteger(valor.maxTurns) && valor.maxTurns > 0 && validarToolBudget(valor.toolBudget)
290
+ && validarRelacionesPolicy(valor);
291
+ }
292
+
293
+ function validarPolicyBundle(valor) {
294
+ const claves = ['kind', 'schemaVersion', 'policyVersion', 'corpusDigest', 'globalPolicy', 'policies'];
295
+ const raizOk = validarClaves(valor, claves) && valor.kind === BUNDLE_KIND
296
+ && valor.schemaVersion === SCHEMA_VERSION && valor.policyVersion === POLICY_VERSION
297
+ && esSha256(valor.corpusDigest) && validarGlobalPolicy(valor.globalPolicy)
298
+ && Array.isArray(valor.policies) && valor.policies.length > 0
299
+ && valor.policies.every(validarPolicy)
300
+ && esListaUnicaOrdenada(valor.policies.map(({ nodeId }) => nodeId), (item) => typeof item === 'string');
301
+ return { ok: raizOk, errors: raizOk ? [] : [{ path: '$', code: 'contract' }] };
302
+ }
303
+
304
+ function compilarPolicyBundle() {
305
+ const snapshot = capturarHarnessSourceSnapshot();
306
+ const skills = crearIndiceSkills(snapshot.entries);
307
+ const policies = snapshot.entries
308
+ .filter(({ kind }) => kind === 'agent')
309
+ .map((entry) => compilarAgente(entry, skills))
310
+ .sort((a, b) => a.nodeId.localeCompare(b.nodeId));
311
+ const bundle = {
312
+ kind: BUNDLE_KIND,
313
+ schemaVersion: SCHEMA_VERSION,
314
+ policyVersion: POLICY_VERSION,
315
+ corpusDigest: snapshot.snapshotDigest,
316
+ globalPolicy: construirGlobalPolicy(snapshot.hooks.parsed.valor),
317
+ policies,
318
+ };
319
+ const validacion = validarPolicyBundle(bundle);
320
+ if (!validacion.ok) throw crearError('POLICY_BUNDLE_INVALID', 'PolicyBundle inválido');
321
+ congelarProfundo(bundle);
322
+ BUNDLES_VERIFICADOS.add(bundle);
323
+ return bundle;
324
+ }
325
+
326
+ function esPolicyBundleVerificado(valor) {
327
+ return BUNDLES_VERIFICADOS.has(valor);
328
+ }
329
+
330
+ function serializarPolicyBundle(bundle) {
331
+ if (!esPolicyBundleVerificado(bundle)) {
332
+ throw crearError('POLICY_BUNDLE_UNVERIFIED', 'Se requiere un VerifiedPolicyBundle');
333
+ }
334
+ return `${JSON.stringify(bundle, null, 2)}\n`;
335
+ }
336
+
337
+ module.exports = {
338
+ compilarPolicyBundle,
339
+ esPolicyBundleVerificado,
340
+ serializarPolicyBundle,
341
+ validarPolicyBundle,
342
+ };
@@ -0,0 +1,310 @@
1
+ 'use strict';
2
+
3
+ /** Construye contexto efectivo desde capas firmadas e intersección de permisos. */
4
+
5
+ const crypto = require('node:crypto');
6
+
7
+ const { esPolicyBundleVerificado } = require('./policy-bundle');
8
+ const { assertPrincipalCurrent, isVerifiedPrincipal } = require('./principal-verifier');
9
+ const {
10
+ exactKeys, fail, freezeDeep, getContractValidators, plainObject,
11
+ } = require('./policy-verifier-utils');
12
+ const signed = require('./signed-envelope');
13
+
14
+ const CONTEXTS = new WeakSet();
15
+ const CONTEXT_META = new WeakMap();
16
+ const LAYERS = Object.freeze(['session', 'runtime', 'project', 'phase']);
17
+ const CAPABILITY = /^[A-Za-z0-9][A-Za-z0-9._:-]{0,127}$/u;
18
+ const SKILL = /^skill:[a-f0-9]{64}$/u;
19
+ const SHA256 = /^[a-f0-9]{64}$/u;
20
+ const CLAIM_KEYS = [
21
+ 'kind', 'schemaVersion', 'layer', 'principalDigest', 'sessionId', 'runtimeId',
22
+ 'projectId', 'worktreeDigest', 'phaseId', 'corpusDigest', 'policyVersion',
23
+ 'allowedCapabilities', 'allowedSkillNodeIds', 'issuedAt', 'expiresAt', 'nonce',
24
+ ];
25
+ const OPTION_KEYS = ['principal', 'bundle', 'layersRaw', 'trustContext', 'dependencies'];
26
+
27
+ function sortedUnique(values, pattern) {
28
+ return Array.isArray(values)
29
+ && values.every((value) => typeof value === 'string' && pattern.test(value))
30
+ && values.every((value, index) => index === 0 || values[index - 1] < value);
31
+ }
32
+
33
+ function validateOptions(options, provider) {
34
+ plainObject(options, 'CONTEXT_OPTIONS_INVALID', 'opciones contexto');
35
+ exactKeys(options, OPTION_KEYS, 'CONTEXT_OPTIONS_INVALID', 'opciones contexto');
36
+ if (!isVerifiedPrincipal(options.principal)) {
37
+ fail('CONTEXT_PRINCIPAL_INVALID', 'principal inválido');
38
+ }
39
+ if (!esPolicyBundleVerificado(options.bundle)) fail('CONTEXT_BUNDLE_INVALID', 'bundle inválido');
40
+ if (!getContractValidators().isKernelDependencies(options.dependencies)) {
41
+ fail('CONTEXT_OPTIONS_INVALID', 'dependencies inválidas');
42
+ }
43
+ if (options.dependencies.policyContextProvider !== provider) {
44
+ fail('CONTEXT_OPTIONS_INVALID', 'provider ligado a otro kernel');
45
+ }
46
+ plainObject(options.layersRaw, 'CONTEXT_LAYER_INVALID', 'capas');
47
+ exactKeys(options.layersRaw, LAYERS, 'CONTEXT_LAYER_INVALID', 'capas');
48
+ }
49
+
50
+ function validateLayerShape(claims, expectedLayer) {
51
+ plainObject(claims, 'CONTEXT_LAYER_INVALID', 'claims de capa');
52
+ exactKeys(claims, CLAIM_KEYS, 'CONTEXT_LAYER_INVALID', 'claims de capa');
53
+ if (claims.kind !== 'policy-context-layer' || claims.schemaVersion !== '1.0.0'
54
+ || claims.layer !== expectedLayer) {
55
+ fail('CONTEXT_LAYER_INVALID', 'capa futura, duplicada o inválida');
56
+ }
57
+ if (!sortedUnique(claims.allowedCapabilities, CAPABILITY)
58
+ || !sortedUnique(claims.allowedSkillNodeIds, SKILL)) {
59
+ fail('CONTEXT_LAYER_INVALID', 'permisos de capa inválidos');
60
+ }
61
+ }
62
+
63
+ function validateLayerBindings(claims, options, now) {
64
+ const principal = options.principal;
65
+ const expected = {
66
+ principalDigest: principal.principalDigest,
67
+ sessionId: principal.sessionId, runtimeId: principal.runtimeId,
68
+ projectId: principal.projectId, worktreeDigest: principal.worktreeDigest,
69
+ corpusDigest: options.bundle.corpusDigest, policyVersion: options.bundle.policyVersion,
70
+ };
71
+ if (Object.entries(expected).some(([key, value]) => claims[key] !== value)
72
+ || !CAPABILITY.test(claims.phaseId) || !CAPABILITY.test(claims.nonce)) {
73
+ fail('CONTEXT_BINDING_INVALID', 'binding de capa inválido');
74
+ }
75
+ signed.validarTimestampIso(claims.issuedAt, 'context issuedAt');
76
+ signed.validarTimestampIso(claims.expiresAt, 'context expiresAt');
77
+ if (claims.issuedAt > now || claims.expiresAt < now || claims.issuedAt >= claims.expiresAt) {
78
+ fail('CONTEXT_EXPIRED', 'capa fuera de vigencia');
79
+ }
80
+ }
81
+
82
+ function verifyLayer(rawBytes, layer, options, authority) {
83
+ const envelope = signed.verificarEnvelope(rawBytes, {
84
+ trustContext: options.trustContext, expectedType: 'policy_context',
85
+ requiredScope: `policy_context:${layer}`, now: authority.observedAt,
86
+ });
87
+ if (envelope.trustEpoch !== authority.trustEpoch
88
+ || envelope.trustDigest !== authority.trustDigest
89
+ || envelope.rootKeyDigest !== authority.rootKeyDigest) {
90
+ fail('CONTEXT_TRUST_INVALID', 'capa ligada a trust distinto');
91
+ }
92
+ validateLayerShape(envelope.claims, layer);
93
+ validateLayerBindings(envelope.claims, options, authority.observedAt);
94
+ return envelope;
95
+ }
96
+
97
+ function intersect(values, next) {
98
+ const allowed = new Set(next);
99
+ return values.filter((value) => allowed.has(value));
100
+ }
101
+
102
+ function resolvePolicies(bundle, principal) {
103
+ const policies = principal.delegationChain.map(({ agentNodeId }) => (
104
+ bundle.policies.find((policy) => policy.nodeId === agentNodeId)
105
+ ));
106
+ if (policies.some((policy) => !policy || policy.disposition !== 'allow')) {
107
+ fail('CONTEXT_POLICY_DENIED', 'política ausente o denegada');
108
+ }
109
+ return policies;
110
+ }
111
+
112
+ function validateGlobalBoundary(bundle, policies) {
113
+ const global = bundle.globalPolicy;
114
+ const toolBudget = Object.fromEntries(['simple', 'standard', 'complex'].map((level) => [
115
+ level,
116
+ Math.min(global.defaultToolBudget[level], ...policies.map(({ toolBudget: budget }) => (
117
+ budget[level]
118
+ ))),
119
+ ]));
120
+ return freezeDeep({
121
+ digest: crypto.createHash('sha256')
122
+ .update(signed.canonicalizarIJson(global), 'utf8').digest('hex'),
123
+ maxTurns: Math.min(global.defaultMaxTurns, ...policies.map(({ maxTurns }) => maxTurns)),
124
+ toolBudget,
125
+ riskThresholds: structuredClone(global.riskThresholds),
126
+ costBudget: structuredClone(global.costBudget),
127
+ circuitBreaker: structuredClone(global.circuitBreaker),
128
+ });
129
+ }
130
+
131
+ function effectivePermissions(policies, principal, envelopes) {
132
+ let capabilities = [...policies[0].allowedCapabilities];
133
+ let skills = [...policies[0].allowedSkillNodeIds];
134
+ const boundaries = [
135
+ ...policies.slice(1).map((policy) => ({
136
+ capabilities: policy.allowedCapabilities, skills: policy.allowedSkillNodeIds,
137
+ })),
138
+ ...principal.delegationChain.map((entry) => ({
139
+ capabilities: entry.allowedCapabilities, skills: entry.allowedSkillNodeIds,
140
+ })),
141
+ ...envelopes.map(({ claims }) => ({
142
+ capabilities: claims.allowedCapabilities, skills: claims.allowedSkillNodeIds,
143
+ })),
144
+ ];
145
+ for (const boundary of boundaries) {
146
+ capabilities = intersect(capabilities, boundary.capabilities);
147
+ skills = intersect(skills, boundary.skills);
148
+ }
149
+ const denied = new Set(policies.flatMap((policy) => policy.deniedSkillNodeIds));
150
+ return { capabilities, skills: skills.filter((skill) => !denied.has(skill)) };
151
+ }
152
+
153
+ function layerReceipt(envelope) {
154
+ return {
155
+ layer: envelope.claims.layer, keyId: envelope.keyId,
156
+ signerPublicKeyDigest: envelope.signerPublicKeyDigest,
157
+ nonce: envelope.claims.nonce, issuedAt: envelope.claims.issuedAt,
158
+ expiresAt: envelope.claims.expiresAt,
159
+ };
160
+ }
161
+
162
+ function createContext(options, envelopes, permissions, globalBoundary, claimReceipt) {
163
+ const expirations = [
164
+ options.principal.expiresAt,
165
+ ...envelopes.map(({ claims }) => claims.expiresAt),
166
+ ];
167
+ const layerReceipts = envelopes.map(layerReceipt);
168
+ const digestInput = {
169
+ principalDigest: options.principal.principalDigest,
170
+ bundleDigest: options.bundle.corpusDigest,
171
+ globalPolicyDigest: globalBoundary.digest,
172
+ layers: envelopes.map((envelope) => ({
173
+ claims: envelope.claims, keyId: envelope.keyId,
174
+ signerPublicKeyDigest: envelope.signerPublicKeyDigest,
175
+ trustEpoch: envelope.trustEpoch, trustDigest: envelope.trustDigest,
176
+ })),
177
+ };
178
+ const contextDigest = crypto.createHash('sha256')
179
+ .update(signed.canonicalizarIJson(digestInput), 'utf8').digest('hex');
180
+ const context = freezeDeep({
181
+ kind: 'verified-policy-context', principalDigest: options.principal.principalDigest,
182
+ sessionId: options.principal.sessionId, runtimeId: options.principal.runtimeId,
183
+ projectId: options.principal.projectId, worktreeDigest: options.principal.worktreeDigest,
184
+ corpusDigest: options.bundle.corpusDigest, policyVersion: options.bundle.policyVersion,
185
+ globalPolicyDigest: globalBoundary.digest,
186
+ maxTurns: globalBoundary.maxTurns, toolBudget: globalBoundary.toolBudget,
187
+ riskThresholds: globalBoundary.riskThresholds,
188
+ costBudget: globalBoundary.costBudget,
189
+ circuitBreaker: globalBoundary.circuitBreaker,
190
+ phaseId: envelopes[0].claims.phaseId,
191
+ allowedCapabilities: permissions.capabilities,
192
+ allowedSkillNodeIds: permissions.skills,
193
+ trustEpoch: envelopes[0].trustEpoch, trustDigest: envelopes[0].trustDigest,
194
+ rootKeyDigest: envelopes[0].rootKeyDigest,
195
+ layerReceipts, claimSequence: claimReceipt.sequence,
196
+ expiresAt: [...expirations].sort()[0], contextDigest,
197
+ });
198
+ CONTEXTS.add(context);
199
+ CONTEXT_META.set(context, Object.freeze({
200
+ bundle: options.bundle, envelopes, principal: options.principal,
201
+ integrityLedger: options.dependencies.integrityLedger,
202
+ }));
203
+ return context;
204
+ }
205
+
206
+ function assertPolicyContextCurrent(context, authority) {
207
+ if (!CONTEXTS.has(context)) fail('CONTEXT_INVALID', 'contexto no verificado');
208
+ const metadata = CONTEXT_META.get(context);
209
+ if (!metadata.integrityLedger.isAuthorityReceipt(authority)) {
210
+ fail('CONTEXT_AUTHORITY_INVALID', 'autoridad no verificada');
211
+ }
212
+ assertPrincipalCurrent(metadata.principal, authority);
213
+ for (const envelope of metadata.envelopes) {
214
+ signed.revalidarEnvelopeVerificado(envelope, authority.observedAt);
215
+ if (envelope.claims.expiresAt < authority.observedAt) {
216
+ fail('CONTEXT_EXPIRED', 'capa de contexto expirada');
217
+ }
218
+ }
219
+ return true;
220
+ }
221
+
222
+ function validateContextSet(envelopes) {
223
+ if (new Set(envelopes.map(({ claims }) => claims.nonce)).size !== LAYERS.length
224
+ || new Set(envelopes.map(({ claims }) => claims.phaseId)).size !== 1) {
225
+ fail('CONTEXT_LAYER_INVALID', 'capas duplicadas o de fases distintas');
226
+ }
227
+ }
228
+
229
+ function createClaimEntry(state, envelopes) {
230
+ const layers = envelopes.map(layerReceipt).sort((a, b) => a.layer.localeCompare(b.layer));
231
+ const used = new Set(state.events
232
+ .filter(({ eventType }) => eventType === 'policy.context.claimed')
233
+ .flatMap(({ payload }) => payload.layers.map(({ nonce }) => nonce)));
234
+ if (layers.some(({ nonce }) => used.has(nonce))) {
235
+ fail('CONTEXT_REPLAY', 'contexto ya reclamado');
236
+ }
237
+ return {
238
+ expectedSequence: state.sequence,
239
+ expectedHeadHash: state.headHash,
240
+ eventType: 'policy.context.claimed',
241
+ payload: { schemaVersion: '1.0.0', layers },
242
+ };
243
+ }
244
+
245
+ function evaluateContext(options, authority) {
246
+ const envelopes = LAYERS.map((layer) => (
247
+ verifyLayer(options.layersRaw[layer], layer, options, authority)
248
+ ));
249
+ assertPrincipalCurrent(options.principal, authority);
250
+ validateContextSet(envelopes);
251
+ const policies = resolvePolicies(options.bundle, options.principal);
252
+ return {
253
+ envelopes,
254
+ globalBoundary: validateGlobalBoundary(options.bundle, policies),
255
+ permissions: effectivePermissions(policies, options.principal, envelopes),
256
+ };
257
+ }
258
+
259
+ function verifyPolicyContextInternal(writer, provider, options) {
260
+ validateOptions(options, provider);
261
+ let evaluation;
262
+ const claimReceipt = writer.transact((state, authority) => {
263
+ evaluation = evaluateContext(options, authority);
264
+ return createClaimEntry(state, evaluation.envelopes);
265
+ });
266
+ return createContext(
267
+ options,
268
+ evaluation.envelopes,
269
+ evaluation.permissions,
270
+ evaluation.globalBoundary,
271
+ claimReceipt
272
+ );
273
+ }
274
+
275
+ function isVerifiedPolicyContext(value) {
276
+ return CONTEXTS.has(value);
277
+ }
278
+
279
+ function createPolicyContextProvider(writer) {
280
+ let provider;
281
+ provider = Object.freeze({
282
+ verifyPolicyContext: (options) => verifyPolicyContextInternal(writer, provider, options),
283
+ });
284
+ const authorizationContextReader = Object.freeze({
285
+ read: (context, authority) => {
286
+ assertPolicyContextCurrent(context, authority);
287
+ const metadata = CONTEXT_META.get(context);
288
+ return Object.freeze({
289
+ bundle: metadata.bundle,
290
+ context,
291
+ principal: metadata.principal,
292
+ });
293
+ },
294
+ });
295
+ return Object.freeze({ authorizationContextReader, publicProvider: provider });
296
+ }
297
+
298
+ function verifyPolicyContext(options) {
299
+ if (!options || !getContractValidators().isKernelDependencies(options.dependencies)) {
300
+ fail('CONTEXT_OPTIONS_INVALID', 'dependencies inválidas');
301
+ }
302
+ return options.dependencies.policyContextProvider.verifyPolicyContext(options);
303
+ }
304
+
305
+ module.exports = {
306
+ assertPolicyContextCurrent,
307
+ createPolicyContextProvider,
308
+ isVerifiedPolicyContext,
309
+ verifyPolicyContext,
310
+ };