@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,239 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://swl-ses.dev/schemas/runtime-conformance.schema.json",
4
+ "$schemaVersion": "1.0.0",
5
+ "title": "SWL Runtime Claims Bootstrap",
6
+ "type": "object",
7
+ "required": [
8
+ "$schemaVersion",
9
+ "kind",
10
+ "sourceCensus",
11
+ "migration",
12
+ "domains",
13
+ "runtimes"
14
+ ],
15
+ "properties": {
16
+ "$schemaVersion": { "const": "1.0.0" },
17
+ "kind": { "const": "swl-runtime-claims-bootstrap" },
18
+ "sourceCensus": { "$ref": "#/$defs/sourceCensus" },
19
+ "migration": { "$ref": "#/$defs/migration" },
20
+ "domains": {
21
+ "type": "array",
22
+ "minItems": 9,
23
+ "maxItems": 9,
24
+ "prefixItems": [
25
+ {
26
+ "allOf": [
27
+ { "$ref": "#/$defs/domainDefinition" },
28
+ { "properties": { "id": { "const": "adopcion" }, "securityCritical": { "const": false } } }
29
+ ]
30
+ },
31
+ {
32
+ "allOf": [
33
+ { "$ref": "#/$defs/domainDefinition" },
34
+ { "properties": { "id": { "const": "discovery-producto" }, "securityCritical": { "const": false } } }
35
+ ]
36
+ },
37
+ {
38
+ "allOf": [
39
+ { "$ref": "#/$defs/domainDefinition" },
40
+ { "properties": { "id": { "const": "arquitectura-planeacion" }, "securityCritical": { "const": false } } }
41
+ ]
42
+ },
43
+ {
44
+ "allOf": [
45
+ { "$ref": "#/$defs/domainDefinition" },
46
+ { "properties": { "id": { "const": "implementacion" }, "securityCritical": { "const": false } } }
47
+ ]
48
+ },
49
+ {
50
+ "allOf": [
51
+ { "$ref": "#/$defs/domainDefinition" },
52
+ { "properties": { "id": { "const": "calidad" }, "securityCritical": { "const": false } } }
53
+ ]
54
+ },
55
+ {
56
+ "allOf": [
57
+ { "$ref": "#/$defs/domainDefinition" },
58
+ { "properties": { "id": { "const": "seguridad" }, "securityCritical": { "const": true } } }
59
+ ]
60
+ },
61
+ {
62
+ "allOf": [
63
+ { "$ref": "#/$defs/domainDefinition" },
64
+ { "properties": { "id": { "const": "entrega-operacion" }, "securityCritical": { "const": false } } }
65
+ ]
66
+ },
67
+ {
68
+ "allOf": [
69
+ { "$ref": "#/$defs/domainDefinition" },
70
+ { "properties": { "id": { "const": "mantenimiento" }, "securityCritical": { "const": false } } }
71
+ ]
72
+ },
73
+ {
74
+ "allOf": [
75
+ { "$ref": "#/$defs/domainDefinition" },
76
+ { "properties": { "id": { "const": "aprendizaje" }, "securityCritical": { "const": false } } }
77
+ ]
78
+ }
79
+ ],
80
+ "items": false
81
+ },
82
+ "runtimes": {
83
+ "type": "array",
84
+ "minItems": 7,
85
+ "maxItems": 7,
86
+ "prefixItems": [
87
+ {
88
+ "allOf": [
89
+ { "$ref": "#/$defs/runtime" },
90
+ { "properties": { "id": { "const": "claude-code" }, "installerTarget": { "const": "claude" } } }
91
+ ]
92
+ },
93
+ {
94
+ "allOf": [
95
+ { "$ref": "#/$defs/runtime" },
96
+ { "properties": { "id": { "const": "openclaude" }, "installerTarget": { "const": "openclaude" } } }
97
+ ]
98
+ },
99
+ {
100
+ "allOf": [
101
+ { "$ref": "#/$defs/runtime" },
102
+ { "properties": { "id": { "const": "opencode" }, "installerTarget": { "const": "opencode" } } }
103
+ ]
104
+ },
105
+ {
106
+ "allOf": [
107
+ { "$ref": "#/$defs/runtime" },
108
+ { "properties": { "id": { "const": "gemini-cli" }, "installerTarget": { "const": "gemini" } } }
109
+ ]
110
+ },
111
+ {
112
+ "allOf": [
113
+ { "$ref": "#/$defs/runtime" },
114
+ { "properties": { "id": { "const": "cursor" }, "installerTarget": { "const": "cursor" } } }
115
+ ]
116
+ },
117
+ {
118
+ "allOf": [
119
+ { "$ref": "#/$defs/runtime" },
120
+ { "properties": { "id": { "const": "codex-cli" }, "installerTarget": { "const": "codex" } } }
121
+ ]
122
+ },
123
+ {
124
+ "allOf": [
125
+ { "$ref": "#/$defs/runtime" },
126
+ { "properties": { "id": { "const": "github-copilot" }, "installerTarget": { "const": "copilot" } } }
127
+ ]
128
+ }
129
+ ],
130
+ "items": false
131
+ }
132
+ },
133
+ "additionalProperties": false,
134
+ "$defs": {
135
+ "sourceCensus": {
136
+ "type": "object",
137
+ "required": ["repositoryPath", "sha256", "denominator"],
138
+ "properties": {
139
+ "repositoryPath": {
140
+ "const": ".planning/audit/certificacion-10/runtime-census.json"
141
+ },
142
+ "sha256": {
143
+ "type": "string",
144
+ "pattern": "^[a-f0-9]{64}$"
145
+ },
146
+ "denominator": { "const": 7 }
147
+ },
148
+ "additionalProperties": false
149
+ },
150
+ "migration": {
151
+ "type": "object",
152
+ "required": ["harnessIrPhase", "evaluatorPhase", "requiresSchemaMajor"],
153
+ "properties": {
154
+ "harnessIrPhase": { "const": 29 },
155
+ "evaluatorPhase": { "const": 32 },
156
+ "requiresSchemaMajor": { "const": true }
157
+ },
158
+ "additionalProperties": false
159
+ },
160
+ "domainDefinition": {
161
+ "type": "object",
162
+ "required": ["id", "securityCritical"],
163
+ "properties": {
164
+ "id": {
165
+ "enum": [
166
+ "adopcion",
167
+ "discovery-producto",
168
+ "arquitectura-planeacion",
169
+ "implementacion",
170
+ "calidad",
171
+ "seguridad",
172
+ "entrega-operacion",
173
+ "mantenimiento",
174
+ "aprendizaje"
175
+ ]
176
+ },
177
+ "securityCritical": { "type": "boolean" }
178
+ },
179
+ "additionalProperties": false
180
+ },
181
+ "runtimeDomains": {
182
+ "type": "object",
183
+ "required": [
184
+ "adopcion",
185
+ "discovery-producto",
186
+ "arquitectura-planeacion",
187
+ "implementacion",
188
+ "calidad",
189
+ "seguridad",
190
+ "entrega-operacion",
191
+ "mantenimiento",
192
+ "aprendizaje"
193
+ ],
194
+ "properties": {
195
+ "adopcion": { "const": "unverified" },
196
+ "discovery-producto": { "const": "unverified" },
197
+ "arquitectura-planeacion": { "const": "unverified" },
198
+ "implementacion": { "const": "unverified" },
199
+ "calidad": { "const": "unverified" },
200
+ "seguridad": { "const": "unverified" },
201
+ "entrega-operacion": { "const": "unverified" },
202
+ "mantenimiento": { "const": "unverified" },
203
+ "aprendizaje": { "const": "unverified" }
204
+ },
205
+ "additionalProperties": false
206
+ },
207
+ "runtime": {
208
+ "type": "object",
209
+ "required": ["id", "installerTarget", "certificationStatus", "domains"],
210
+ "properties": {
211
+ "id": {
212
+ "enum": [
213
+ "claude-code",
214
+ "openclaude",
215
+ "opencode",
216
+ "gemini-cli",
217
+ "cursor",
218
+ "codex-cli",
219
+ "github-copilot"
220
+ ]
221
+ },
222
+ "installerTarget": {
223
+ "enum": [
224
+ "claude",
225
+ "openclaude",
226
+ "opencode",
227
+ "gemini",
228
+ "cursor",
229
+ "codex",
230
+ "copilot"
231
+ ]
232
+ },
233
+ "certificationStatus": { "enum": ["unverified"] },
234
+ "domains": { "$ref": "#/$defs/runtimeDomains" }
235
+ },
236
+ "additionalProperties": false
237
+ }
238
+ }
239
+ }
@@ -0,0 +1,395 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://swl-ses.dev/schemas/runtime-diagnostic.schema.json",
4
+ "title": "SWL Runtime Diagnostic Core-3 v1",
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "required": [
8
+ "schemaVersion",
9
+ "kind",
10
+ "generatedAt",
11
+ "effectiveMode",
12
+ "certification",
13
+ "runtimes"
14
+ ],
15
+ "properties": {
16
+ "schemaVersion": { "const": "1.0.0" },
17
+ "kind": { "const": "swl-runtime-diagnostic-core3" },
18
+ "generatedAt": {
19
+ "type": "string",
20
+ "format": "date-time",
21
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$"
22
+ },
23
+ "effectiveMode": { "const": "proposal_only" },
24
+ "certification": { "const": "unverified" },
25
+ "runtimes": {
26
+ "type": "array",
27
+ "minItems": 3,
28
+ "maxItems": 3,
29
+ "prefixItems": [
30
+ {
31
+ "allOf": [
32
+ { "$ref": "#/$defs/runtime" },
33
+ {
34
+ "properties": {
35
+ "runtimeId": { "const": "claude-code" },
36
+ "installerTarget": { "const": "claude" }
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "allOf": [
43
+ { "$ref": "#/$defs/runtime" },
44
+ {
45
+ "properties": {
46
+ "runtimeId": { "const": "codex-cli" },
47
+ "installerTarget": { "const": "codex" }
48
+ }
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "allOf": [
54
+ { "$ref": "#/$defs/runtime" },
55
+ {
56
+ "properties": {
57
+ "runtimeId": { "const": "gemini-cli" },
58
+ "installerTarget": { "const": "gemini" }
59
+ }
60
+ }
61
+ ]
62
+ }
63
+ ],
64
+ "items": false
65
+ }
66
+ },
67
+ "$defs": {
68
+ "availability": {
69
+ "type": "object",
70
+ "additionalProperties": false,
71
+ "required": ["status", "binary", "version", "exitCode", "reasonCode"],
72
+ "properties": {
73
+ "status": {
74
+ "enum": ["available", "missing", "blocked", "timeout", "failed", "unverified"]
75
+ },
76
+ "binary": {
77
+ "type": ["string", "null"],
78
+ "maxLength": 64,
79
+ "pattern": "^[A-Za-z0-9._-]{1,64}$"
80
+ },
81
+ "version": {
82
+ "oneOf": [
83
+ { "type": "null" },
84
+ {
85
+ "type": "string",
86
+ "maxLength": 64,
87
+ "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
88
+ }
89
+ ]
90
+ },
91
+ "exitCode": {
92
+ "type": ["integer", "null"],
93
+ "minimum": -9007199254740991,
94
+ "maximum": 9007199254740991
95
+ },
96
+ "reasonCode": {
97
+ "enum": [
98
+ "BINARY_MISSING",
99
+ "RUNTIME_AVAILABLE",
100
+ "SPAWN_BLOCKED",
101
+ "SPAWN_TIMEOUT",
102
+ "SPAWN_FAILED",
103
+ "OUTPUT_LIMIT_EXCEEDED",
104
+ "EXIT_NOT_ALLOWED",
105
+ "VERSION_UNPARSEABLE"
106
+ ]
107
+ }
108
+ },
109
+ "allOf": [
110
+ {
111
+ "if": { "properties": { "status": { "const": "available" } } },
112
+ "then": {
113
+ "properties": {
114
+ "binary": { "type": "string", "minLength": 1 },
115
+ "version": { "type": "string" },
116
+ "exitCode": { "const": 0 },
117
+ "reasonCode": { "const": "RUNTIME_AVAILABLE" }
118
+ }
119
+ }
120
+ },
121
+ {
122
+ "if": { "properties": { "status": { "const": "missing" } } },
123
+ "then": {
124
+ "properties": {
125
+ "binary": { "const": null },
126
+ "version": { "const": null },
127
+ "exitCode": { "const": null },
128
+ "reasonCode": { "const": "BINARY_MISSING" }
129
+ }
130
+ }
131
+ },
132
+ {
133
+ "if": { "properties": { "status": { "const": "blocked" } } },
134
+ "then": {
135
+ "properties": {
136
+ "binary": { "type": "string" },
137
+ "version": { "const": null },
138
+ "exitCode": { "const": null },
139
+ "reasonCode": { "const": "SPAWN_BLOCKED" }
140
+ }
141
+ }
142
+ },
143
+ {
144
+ "if": { "properties": { "status": { "const": "timeout" } } },
145
+ "then": {
146
+ "properties": {
147
+ "binary": { "type": "string" },
148
+ "version": { "const": null },
149
+ "exitCode": { "const": null },
150
+ "reasonCode": { "const": "SPAWN_TIMEOUT" }
151
+ }
152
+ }
153
+ },
154
+ {
155
+ "if": { "properties": { "status": { "const": "unverified" } } },
156
+ "then": {
157
+ "properties": {
158
+ "binary": { "type": "string" },
159
+ "version": { "const": null },
160
+ "exitCode": { "const": 0 },
161
+ "reasonCode": { "const": "VERSION_UNPARSEABLE" }
162
+ }
163
+ }
164
+ },
165
+ {
166
+ "if": { "properties": { "status": { "const": "failed" } } },
167
+ "then": {
168
+ "oneOf": [
169
+ {
170
+ "properties": {
171
+ "binary": { "type": "string" },
172
+ "version": { "const": null },
173
+ "exitCode": { "type": "integer", "not": { "const": 0 } },
174
+ "reasonCode": { "const": "EXIT_NOT_ALLOWED" }
175
+ }
176
+ },
177
+ {
178
+ "properties": {
179
+ "binary": { "type": "string" },
180
+ "version": { "const": null },
181
+ "exitCode": { "const": null },
182
+ "reasonCode": {
183
+ "enum": ["SPAWN_FAILED", "OUTPUT_LIMIT_EXCEEDED"]
184
+ }
185
+ }
186
+ }
187
+ ]
188
+ }
189
+ }
190
+ ]
191
+ },
192
+ "bundleStatus": {
193
+ "type": "object",
194
+ "additionalProperties": false,
195
+ "required": ["status", "reasonCode"],
196
+ "properties": {
197
+ "status": { "enum": ["verified", "missing", "invalid"] },
198
+ "reasonCode": { "enum": ["BUNDLE_VERIFIED", "BUNDLE_MISSING", "BUNDLE_INVALID"] }
199
+ },
200
+ "oneOf": [
201
+ { "properties": { "status": { "const": "verified" }, "reasonCode": { "const": "BUNDLE_VERIFIED" } } },
202
+ { "properties": { "status": { "const": "missing" }, "reasonCode": { "const": "BUNDLE_MISSING" } } },
203
+ { "properties": { "status": { "const": "invalid" }, "reasonCode": { "const": "BUNDLE_INVALID" } } }
204
+ ]
205
+ },
206
+ "buildStatus": {
207
+ "type": "object",
208
+ "additionalProperties": false,
209
+ "required": ["status", "reasonCode"],
210
+ "properties": {
211
+ "status": { "enum": ["missing", "invalid", "unverified"] },
212
+ "reasonCode": {
213
+ "enum": [
214
+ "BUILD_ATTESTATION_MISSING",
215
+ "BUILD_ATTESTATION_INVALID",
216
+ "BUILD_ATTESTATION_UNVERIFIED"
217
+ ]
218
+ }
219
+ },
220
+ "oneOf": [
221
+ { "properties": { "status": { "const": "missing" }, "reasonCode": { "const": "BUILD_ATTESTATION_MISSING" } } },
222
+ { "properties": { "status": { "const": "invalid" }, "reasonCode": { "const": "BUILD_ATTESTATION_INVALID" } } },
223
+ { "properties": { "status": { "const": "unverified" }, "reasonCode": { "const": "BUILD_ATTESTATION_UNVERIFIED" } } }
224
+ ]
225
+ },
226
+ "canary": {
227
+ "type": "object",
228
+ "additionalProperties": false,
229
+ "required": ["id", "status", "reasonCode"],
230
+ "properties": {
231
+ "id": {
232
+ "enum": [
233
+ "instructions-load",
234
+ "swl-command",
235
+ "forbidden-mutation-block",
236
+ "verified-context",
237
+ "single-use-grant"
238
+ ]
239
+ },
240
+ "status": { "const": "not_evaluated" },
241
+ "reasonCode": { "const": "W4_REQUIRED" }
242
+ }
243
+ },
244
+ "runtime": {
245
+ "type": "object",
246
+ "additionalProperties": false,
247
+ "required": [
248
+ "runtimeId",
249
+ "installerTarget",
250
+ "availability",
251
+ "bundle",
252
+ "buildAttestation",
253
+ "canaries",
254
+ "effectiveMode",
255
+ "certification",
256
+ "reasons"
257
+ ],
258
+ "properties": {
259
+ "runtimeId": { "enum": ["claude-code", "codex-cli", "gemini-cli"] },
260
+ "installerTarget": { "enum": ["claude", "codex", "gemini"] },
261
+ "availability": { "$ref": "#/$defs/availability" },
262
+ "bundle": { "$ref": "#/$defs/bundleStatus" },
263
+ "buildAttestation": { "$ref": "#/$defs/buildStatus" },
264
+ "canaries": {
265
+ "type": "array",
266
+ "minItems": 5,
267
+ "maxItems": 5,
268
+ "prefixItems": [
269
+ {
270
+ "allOf": [
271
+ { "$ref": "#/$defs/canary" },
272
+ { "properties": { "id": { "const": "instructions-load" } } }
273
+ ]
274
+ },
275
+ {
276
+ "allOf": [
277
+ { "$ref": "#/$defs/canary" },
278
+ { "properties": { "id": { "const": "swl-command" } } }
279
+ ]
280
+ },
281
+ {
282
+ "allOf": [
283
+ { "$ref": "#/$defs/canary" },
284
+ { "properties": { "id": { "const": "forbidden-mutation-block" } } }
285
+ ]
286
+ },
287
+ {
288
+ "allOf": [
289
+ { "$ref": "#/$defs/canary" },
290
+ { "properties": { "id": { "const": "verified-context" } } }
291
+ ]
292
+ },
293
+ {
294
+ "allOf": [
295
+ { "$ref": "#/$defs/canary" },
296
+ { "properties": { "id": { "const": "single-use-grant" } } }
297
+ ]
298
+ }
299
+ ],
300
+ "items": false
301
+ },
302
+ "effectiveMode": { "const": "proposal_only" },
303
+ "certification": { "const": "unverified" },
304
+ "reasons": {
305
+ "type": "array",
306
+ "minItems": 5,
307
+ "maxItems": 5,
308
+ "uniqueItems": true,
309
+ "items": {
310
+ "enum": [
311
+ "BEHAVIOR_NOT_EVALUATED",
312
+ "BINARY_MISSING",
313
+ "BUILD_ATTESTATION_INVALID",
314
+ "BUILD_ATTESTATION_MISSING",
315
+ "BUILD_ATTESTATION_UNVERIFIED",
316
+ "BUNDLE_INVALID",
317
+ "BUNDLE_MISSING",
318
+ "BUNDLE_VERIFIED",
319
+ "CERTIFICATION_UNVERIFIED",
320
+ "EXIT_NOT_ALLOWED",
321
+ "OUTPUT_LIMIT_EXCEEDED",
322
+ "RUNTIME_AVAILABLE",
323
+ "SPAWN_BLOCKED",
324
+ "SPAWN_FAILED",
325
+ "SPAWN_TIMEOUT",
326
+ "VERSION_UNPARSEABLE"
327
+ ]
328
+ },
329
+ "allOf": [
330
+ { "contains": { "const": "BEHAVIOR_NOT_EVALUATED" } },
331
+ { "contains": { "const": "CERTIFICATION_UNVERIFIED" } }
332
+ ]
333
+ }
334
+ },
335
+ "allOf": [
336
+ {
337
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "BINARY_MISSING" } } } } },
338
+ "then": { "properties": { "reasons": { "contains": { "const": "BINARY_MISSING" } } } }
339
+ },
340
+ {
341
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "RUNTIME_AVAILABLE" } } } } },
342
+ "then": { "properties": { "reasons": { "contains": { "const": "RUNTIME_AVAILABLE" } } } }
343
+ },
344
+ {
345
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "SPAWN_BLOCKED" } } } } },
346
+ "then": { "properties": { "reasons": { "contains": { "const": "SPAWN_BLOCKED" } } } }
347
+ },
348
+ {
349
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "SPAWN_TIMEOUT" } } } } },
350
+ "then": { "properties": { "reasons": { "contains": { "const": "SPAWN_TIMEOUT" } } } }
351
+ },
352
+ {
353
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "SPAWN_FAILED" } } } } },
354
+ "then": { "properties": { "reasons": { "contains": { "const": "SPAWN_FAILED" } } } }
355
+ },
356
+ {
357
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "OUTPUT_LIMIT_EXCEEDED" } } } } },
358
+ "then": { "properties": { "reasons": { "contains": { "const": "OUTPUT_LIMIT_EXCEEDED" } } } }
359
+ },
360
+ {
361
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "EXIT_NOT_ALLOWED" } } } } },
362
+ "then": { "properties": { "reasons": { "contains": { "const": "EXIT_NOT_ALLOWED" } } } }
363
+ },
364
+ {
365
+ "if": { "properties": { "availability": { "properties": { "reasonCode": { "const": "VERSION_UNPARSEABLE" } } } } },
366
+ "then": { "properties": { "reasons": { "contains": { "const": "VERSION_UNPARSEABLE" } } } }
367
+ },
368
+ {
369
+ "if": { "properties": { "bundle": { "properties": { "reasonCode": { "const": "BUNDLE_VERIFIED" } } } } },
370
+ "then": { "properties": { "reasons": { "contains": { "const": "BUNDLE_VERIFIED" } } } }
371
+ },
372
+ {
373
+ "if": { "properties": { "bundle": { "properties": { "reasonCode": { "const": "BUNDLE_MISSING" } } } } },
374
+ "then": { "properties": { "reasons": { "contains": { "const": "BUNDLE_MISSING" } } } }
375
+ },
376
+ {
377
+ "if": { "properties": { "bundle": { "properties": { "reasonCode": { "const": "BUNDLE_INVALID" } } } } },
378
+ "then": { "properties": { "reasons": { "contains": { "const": "BUNDLE_INVALID" } } } }
379
+ },
380
+ {
381
+ "if": { "properties": { "buildAttestation": { "properties": { "reasonCode": { "const": "BUILD_ATTESTATION_MISSING" } } } } },
382
+ "then": { "properties": { "reasons": { "contains": { "const": "BUILD_ATTESTATION_MISSING" } } } }
383
+ },
384
+ {
385
+ "if": { "properties": { "buildAttestation": { "properties": { "reasonCode": { "const": "BUILD_ATTESTATION_INVALID" } } } } },
386
+ "then": { "properties": { "reasons": { "contains": { "const": "BUILD_ATTESTATION_INVALID" } } } }
387
+ },
388
+ {
389
+ "if": { "properties": { "buildAttestation": { "properties": { "reasonCode": { "const": "BUILD_ATTESTATION_UNVERIFIED" } } } } },
390
+ "then": { "properties": { "reasons": { "contains": { "const": "BUILD_ATTESTATION_UNVERIFIED" } } } }
391
+ }
392
+ ]
393
+ }
394
+ }
395
+ }