@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,208 @@
1
+ {
2
+ "$schemaVersion": "1.0.0",
3
+ "kind": "swl-runtime-adapters-core3",
4
+ "effectiveMode": "proposal_only",
5
+ "coreSet": ["claude-code", "codex-cli", "gemini-cli"],
6
+ "surfaces": [
7
+ "instructions",
8
+ "agents",
9
+ "skills",
10
+ "rules",
11
+ "commands",
12
+ "hooks",
13
+ "operationTranslation"
14
+ ],
15
+ "runtimes": [
16
+ {
17
+ "id": "claude-code",
18
+ "installerTarget": "claude",
19
+ "binaries": ["claude", "claude.exe"],
20
+ "versionProbe": {
21
+ "args": ["--version"],
22
+ "timeoutMs": 5000,
23
+ "maxOutputBytes": 16384,
24
+ "allowedExitCodes": [0],
25
+ "parsePattern": "^([0-9]+\\.[0-9]+\\.[0-9]+)(?:\\s.*)?$"
26
+ },
27
+ "nativeEvents": ["PreToolUse"],
28
+ "outputFormats": {
29
+ "instructions": "markdown",
30
+ "agents": "markdown-frontmatter",
31
+ "skills": "markdown-frontmatter",
32
+ "rules": "markdown",
33
+ "commands": "markdown-frontmatter",
34
+ "hooks": "json"
35
+ },
36
+ "capabilities": {
37
+ "instructions": {
38
+ "state": "native",
39
+ "reason": "CLAUDE.md es una superficie nativa de instrucciones.",
40
+ "source": "https://code.claude.com/docs/en/memory"
41
+ },
42
+ "agents": {
43
+ "state": "native",
44
+ "reason": "Claude Code carga subagentes declarados por archivo.",
45
+ "source": "https://code.claude.com/docs/en/sub-agents"
46
+ },
47
+ "skills": {
48
+ "state": "native",
49
+ "reason": "Claude Code descubre skills desde directorios documentados.",
50
+ "source": "https://code.claude.com/docs/en/skills"
51
+ },
52
+ "rules": {
53
+ "state": "native",
54
+ "reason": "Las reglas se cargan como memoria modular del proyecto.",
55
+ "source": "https://code.claude.com/docs/en/memory"
56
+ },
57
+ "commands": {
58
+ "state": "emulated",
59
+ "reason": "Los comandos SWL se proyectan como skills; commands queda legacy.",
60
+ "source": "https://code.claude.com/docs/en/skills"
61
+ },
62
+ "hooks": {
63
+ "state": "native",
64
+ "reason": "PreToolUse puede bloquear una tool call antes de ejecutarla.",
65
+ "source": "https://code.claude.com/docs/en/hooks"
66
+ },
67
+ "operationTranslation": {
68
+ "state": "emulated",
69
+ "reason": "SWL traduce el payload nativo al contrato de operación W2.",
70
+ "source": "https://code.claude.com/docs/en/hooks"
71
+ }
72
+ },
73
+ "officialSources": [
74
+ { "url": "https://code.claude.com/docs/en/memory", "verifiedOn": "2026-07-16" },
75
+ { "url": "https://code.claude.com/docs/en/sub-agents", "verifiedOn": "2026-07-16" },
76
+ { "url": "https://code.claude.com/docs/en/skills", "verifiedOn": "2026-07-16" },
77
+ { "url": "https://code.claude.com/docs/en/hooks", "verifiedOn": "2026-07-16" }
78
+ ]
79
+ },
80
+ {
81
+ "id": "codex-cli",
82
+ "installerTarget": "codex",
83
+ "binaries": ["codex", "codex.exe"],
84
+ "versionProbe": {
85
+ "args": ["--version"],
86
+ "timeoutMs": 5000,
87
+ "maxOutputBytes": 16384,
88
+ "allowedExitCodes": [0],
89
+ "parsePattern": "^codex-cli\\s+([0-9]+\\.[0-9]+\\.[0-9]+)(?:\\s.*)?$"
90
+ },
91
+ "nativeEvents": ["PreToolUse"],
92
+ "outputFormats": {
93
+ "instructions": "markdown",
94
+ "agents": "toml",
95
+ "skills": "markdown-frontmatter",
96
+ "rules": "markdown",
97
+ "commands": "none",
98
+ "hooks": "json"
99
+ },
100
+ "capabilities": {
101
+ "instructions": {
102
+ "state": "native",
103
+ "reason": "Codex descubre instrucciones jerárquicas en AGENTS.md.",
104
+ "source": "https://learn.chatgpt.com/docs/agent-configuration/agents-md"
105
+ },
106
+ "agents": {
107
+ "state": "native",
108
+ "reason": "Codex carga agentes TOML desde scopes de usuario y proyecto.",
109
+ "source": "https://learn.chatgpt.com/docs/agent-configuration/subagents"
110
+ },
111
+ "skills": {
112
+ "state": "native",
113
+ "reason": "Codex descubre skills bajo el contrato .agents/skills.",
114
+ "source": "https://learn.chatgpt.com/docs/build-skills"
115
+ },
116
+ "rules": {
117
+ "state": "emulated",
118
+ "reason": "Las reglas SWL se incorporan a instrucciones AGENTS.md.",
119
+ "source": "https://learn.chatgpt.com/docs/agent-configuration/agents-md"
120
+ },
121
+ "commands": {
122
+ "state": "emulated",
123
+ "reason": "La invocación SWL se ofrece mediante skills, sin command file propio.",
124
+ "source": "https://learn.chatgpt.com/docs/build-skills"
125
+ },
126
+ "hooks": {
127
+ "state": "native",
128
+ "reason": "PreToolUse bloquea superficies soportadas, con cobertura incompleta.",
129
+ "source": "https://learn.chatgpt.com/docs/hooks"
130
+ },
131
+ "operationTranslation": {
132
+ "state": "emulated",
133
+ "reason": "SWL traduce eventos soportados; tools no cubiertas se deniegan.",
134
+ "source": "https://learn.chatgpt.com/docs/hooks"
135
+ }
136
+ },
137
+ "officialSources": [
138
+ { "url": "https://learn.chatgpt.com/docs/agent-configuration/agents-md", "verifiedOn": "2026-07-16" },
139
+ { "url": "https://learn.chatgpt.com/docs/agent-configuration/subagents", "verifiedOn": "2026-07-16" },
140
+ { "url": "https://learn.chatgpt.com/docs/build-skills", "verifiedOn": "2026-07-16" },
141
+ { "url": "https://learn.chatgpt.com/docs/hooks", "verifiedOn": "2026-07-16" }
142
+ ]
143
+ },
144
+ {
145
+ "id": "gemini-cli",
146
+ "installerTarget": "gemini",
147
+ "binaries": ["gemini", "gemini.cmd", "gemini.exe"],
148
+ "versionProbe": {
149
+ "args": ["--version"],
150
+ "timeoutMs": 5000,
151
+ "maxOutputBytes": 16384,
152
+ "allowedExitCodes": [0],
153
+ "parsePattern": "^([0-9]+\\.[0-9]+\\.[0-9]+)(?:\\s.*)?$"
154
+ },
155
+ "nativeEvents": ["BeforeTool"],
156
+ "outputFormats": {
157
+ "instructions": "markdown",
158
+ "agents": "markdown-frontmatter",
159
+ "skills": "markdown-frontmatter",
160
+ "rules": "markdown",
161
+ "commands": "toml",
162
+ "hooks": "json"
163
+ },
164
+ "capabilities": {
165
+ "instructions": {
166
+ "state": "native",
167
+ "reason": "Gemini CLI carga contexto jerárquico desde GEMINI.md.",
168
+ "source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md"
169
+ },
170
+ "agents": {
171
+ "state": "unverified",
172
+ "reason": "Los subagentes siguen en preview y requieren evaluación W4.",
173
+ "source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md"
174
+ },
175
+ "skills": {
176
+ "state": "native",
177
+ "reason": "Las extensiones Gemini pueden empaquetar skills declarativas.",
178
+ "source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md"
179
+ },
180
+ "rules": {
181
+ "state": "emulated",
182
+ "reason": "Las reglas SWL se proyectan como archivos de contexto Gemini.",
183
+ "source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md"
184
+ },
185
+ "commands": {
186
+ "state": "native",
187
+ "reason": "Gemini CLI define comandos custom mediante archivos TOML.",
188
+ "source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md"
189
+ },
190
+ "hooks": {
191
+ "state": "native",
192
+ "reason": "BeforeTool es el evento nativo previo a una tool call.",
193
+ "source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/writing-hooks.md"
194
+ },
195
+ "operationTranslation": {
196
+ "state": "emulated",
197
+ "reason": "SWL traduce BeforeTool al contrato de operación W2.",
198
+ "source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/writing-hooks.md"
199
+ }
200
+ },
201
+ "officialSources": [
202
+ { "url": "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md", "verifiedOn": "2026-07-16" },
203
+ { "url": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md", "verifiedOn": "2026-07-16" },
204
+ { "url": "https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/writing-hooks.md", "verifiedOn": "2026-07-16" }
205
+ ]
206
+ }
207
+ ]
208
+ }
@@ -0,0 +1,139 @@
1
+ {
2
+ "$schemaVersion": "1.0.0",
3
+ "kind": "swl-runtime-claims-bootstrap",
4
+ "sourceCensus": {
5
+ "repositoryPath": ".planning/audit/certificacion-10/runtime-census.json",
6
+ "sha256": "4099ca2f61a2c47d7e108fe9dac78ce057369e20fa660d05ae0692d1a5ceb718",
7
+ "denominator": 7
8
+ },
9
+ "migration": {
10
+ "harnessIrPhase": 29,
11
+ "evaluatorPhase": 32,
12
+ "requiresSchemaMajor": true
13
+ },
14
+ "domains": [
15
+ { "id": "adopcion", "securityCritical": false },
16
+ { "id": "discovery-producto", "securityCritical": false },
17
+ { "id": "arquitectura-planeacion", "securityCritical": false },
18
+ { "id": "implementacion", "securityCritical": false },
19
+ { "id": "calidad", "securityCritical": false },
20
+ { "id": "seguridad", "securityCritical": true },
21
+ { "id": "entrega-operacion", "securityCritical": false },
22
+ { "id": "mantenimiento", "securityCritical": false },
23
+ { "id": "aprendizaje", "securityCritical": false }
24
+ ],
25
+ "runtimes": [
26
+ {
27
+ "id": "claude-code",
28
+ "installerTarget": "claude",
29
+ "certificationStatus": "unverified",
30
+ "domains": {
31
+ "adopcion": "unverified",
32
+ "discovery-producto": "unverified",
33
+ "arquitectura-planeacion": "unverified",
34
+ "implementacion": "unverified",
35
+ "calidad": "unverified",
36
+ "seguridad": "unverified",
37
+ "entrega-operacion": "unverified",
38
+ "mantenimiento": "unverified",
39
+ "aprendizaje": "unverified"
40
+ }
41
+ },
42
+ {
43
+ "id": "openclaude",
44
+ "installerTarget": "openclaude",
45
+ "certificationStatus": "unverified",
46
+ "domains": {
47
+ "adopcion": "unverified",
48
+ "discovery-producto": "unverified",
49
+ "arquitectura-planeacion": "unverified",
50
+ "implementacion": "unverified",
51
+ "calidad": "unverified",
52
+ "seguridad": "unverified",
53
+ "entrega-operacion": "unverified",
54
+ "mantenimiento": "unverified",
55
+ "aprendizaje": "unverified"
56
+ }
57
+ },
58
+ {
59
+ "id": "opencode",
60
+ "installerTarget": "opencode",
61
+ "certificationStatus": "unverified",
62
+ "domains": {
63
+ "adopcion": "unverified",
64
+ "discovery-producto": "unverified",
65
+ "arquitectura-planeacion": "unverified",
66
+ "implementacion": "unverified",
67
+ "calidad": "unverified",
68
+ "seguridad": "unverified",
69
+ "entrega-operacion": "unverified",
70
+ "mantenimiento": "unverified",
71
+ "aprendizaje": "unverified"
72
+ }
73
+ },
74
+ {
75
+ "id": "gemini-cli",
76
+ "installerTarget": "gemini",
77
+ "certificationStatus": "unverified",
78
+ "domains": {
79
+ "adopcion": "unverified",
80
+ "discovery-producto": "unverified",
81
+ "arquitectura-planeacion": "unverified",
82
+ "implementacion": "unverified",
83
+ "calidad": "unverified",
84
+ "seguridad": "unverified",
85
+ "entrega-operacion": "unverified",
86
+ "mantenimiento": "unverified",
87
+ "aprendizaje": "unverified"
88
+ }
89
+ },
90
+ {
91
+ "id": "cursor",
92
+ "installerTarget": "cursor",
93
+ "certificationStatus": "unverified",
94
+ "domains": {
95
+ "adopcion": "unverified",
96
+ "discovery-producto": "unverified",
97
+ "arquitectura-planeacion": "unverified",
98
+ "implementacion": "unverified",
99
+ "calidad": "unverified",
100
+ "seguridad": "unverified",
101
+ "entrega-operacion": "unverified",
102
+ "mantenimiento": "unverified",
103
+ "aprendizaje": "unverified"
104
+ }
105
+ },
106
+ {
107
+ "id": "codex-cli",
108
+ "installerTarget": "codex",
109
+ "certificationStatus": "unverified",
110
+ "domains": {
111
+ "adopcion": "unverified",
112
+ "discovery-producto": "unverified",
113
+ "arquitectura-planeacion": "unverified",
114
+ "implementacion": "unverified",
115
+ "calidad": "unverified",
116
+ "seguridad": "unverified",
117
+ "entrega-operacion": "unverified",
118
+ "mantenimiento": "unverified",
119
+ "aprendizaje": "unverified"
120
+ }
121
+ },
122
+ {
123
+ "id": "github-copilot",
124
+ "installerTarget": "copilot",
125
+ "certificationStatus": "unverified",
126
+ "domains": {
127
+ "adopcion": "unverified",
128
+ "discovery-producto": "unverified",
129
+ "arquitectura-planeacion": "unverified",
130
+ "implementacion": "unverified",
131
+ "calidad": "unverified",
132
+ "seguridad": "unverified",
133
+ "entrega-operacion": "unverified",
134
+ "mantenimiento": "unverified",
135
+ "aprendizaje": "unverified"
136
+ }
137
+ }
138
+ ]
139
+ }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "lockfileVersion": 1,
3
- "generatedAt": "2026-07-15T04:55:17.886Z",
3
+ "generatedAt": "2026-07-20T21:16:29.446Z",
4
4
  "skillsCount": 181,
5
- "lockHash": "sha256:8deef2c6591be2b83fa29922a16b10f699ae3448604f1cf04d23ea3754ba8533",
5
+ "lockHash": "sha256:28277358f19563ea2d1beaa88c37154a4dcee59bb127f0d52dda7f6a87189cf4",
6
6
  "skills": [
7
7
  {
8
8
  "nombre": "accesibilidad-a11y",
@@ -21,8 +21,8 @@
21
21
  {
22
22
  "nombre": "agent-deep-links",
23
23
  "path": "habilidades/agent-deep-links/SKILL.md",
24
- "hash": "sha256:5e365cecdaa55e34096d1b1520dfe45b3ad5d4d4e0c8da68745733898f353dd5",
25
- "bytes": 8048,
24
+ "hash": "sha256:4fb8150dc13c0d07381701d110c259a452d6b04f981b08e0478e24c38ea9dcab",
25
+ "bytes": 7900,
26
26
  "version": "1.0.0"
27
27
  },
28
28
  {
@@ -112,15 +112,15 @@
112
112
  {
113
113
  "nombre": "backend-async-postgres-testing",
114
114
  "path": "habilidades/backend-async-postgres-testing/SKILL.md",
115
- "hash": "sha256:597f597a75a34d164eb6a8d15e23c0970c2e3e3d35108493e7040c1819bccec6",
116
- "bytes": 12800,
115
+ "hash": "sha256:70dbf2b6934feada1f62d2dab2edb635b678e2b9bbf3be0375a31e2e33becec0",
116
+ "bytes": 12584,
117
117
  "version": "\"1.0.1\""
118
118
  },
119
119
  {
120
120
  "nombre": "backend-error-design",
121
121
  "path": "habilidades/backend-error-design/SKILL.md",
122
- "hash": "sha256:dbda3a39f1d8eaf0ff97a90d3b3fd6f5fc952a7054b8df744230e5cd378fe1c8",
123
- "bytes": 11327,
122
+ "hash": "sha256:3be8263e2f2a5682ff2243088bbdc9ae7e5e7df59495d39d6fed4ba246e641dc",
123
+ "bytes": 11106,
124
124
  "version": "\"1.0.0\""
125
125
  },
126
126
  {
@@ -133,8 +133,8 @@
133
133
  {
134
134
  "nombre": "backend-production-resilience",
135
135
  "path": "habilidades/backend-production-resilience/SKILL.md",
136
- "hash": "sha256:965f048f705172d01c38829662a74653f649f753e0315854c3f874fb2af54456",
137
- "bytes": 13908,
136
+ "hash": "sha256:82e47b4e1d4296fd10f0d0610963fdc9f2b7b931dfc0fc1d8af73730657b7fb2",
137
+ "bytes": 13620,
138
138
  "version": "\"1.0.0\""
139
139
  },
140
140
  {
@@ -245,23 +245,23 @@
245
245
  {
246
246
  "nombre": "calidad-anti-patrones-universales",
247
247
  "path": "habilidades/calidad-anti-patrones-universales/SKILL.md",
248
- "hash": "sha256:a9361ab961120a6147ff0c844cf8177e1f39f68af6e85bc399ab7a42fb60b210",
249
- "bytes": 12208,
250
- "version": "\"1.0.0\""
248
+ "hash": "sha256:ad7b14841eb803d0f84f003b55d93da327296ef9e9ec6bacaae5e3816e8f2042",
249
+ "bytes": 17089,
250
+ "version": "\"1.0.1\""
251
251
  },
252
252
  {
253
253
  "nombre": "calidad-contract-testing",
254
254
  "path": "habilidades/calidad-contract-testing/SKILL.md",
255
- "hash": "sha256:d48f99f9c4def52e46b37188c7a1bd70d1d7897004ba75ad18bbc7479ddefcb3",
256
- "bytes": 9556,
255
+ "hash": "sha256:dc91fc323fa1f721a5957ad72f5403987c8e49ee0dc059e987bb131e4492f292",
256
+ "bytes": 9391,
257
257
  "version": "\"1.0.0\""
258
258
  },
259
259
  {
260
260
  "nombre": "calidad-mutation-testing",
261
261
  "path": "habilidades/calidad-mutation-testing/SKILL.md",
262
- "hash": "sha256:8e41e8cb8d0ee851890c1b83e36c8a593b6383f85eed04b9c516699436e2980a",
263
- "bytes": 9383,
264
- "version": "\"1.0.0\""
262
+ "hash": "sha256:d19417d42ad445f84e32a71c3458635d4cee93034521425acc761b37f62b8917",
263
+ "bytes": 12821,
264
+ "version": "\"1.0.2\""
265
265
  },
266
266
  {
267
267
  "nombre": "changelog-generator",
@@ -294,9 +294,9 @@
294
294
  {
295
295
  "nombre": "ci-cd-pipelines",
296
296
  "path": "habilidades/ci-cd-pipelines/SKILL.md",
297
- "hash": "sha256:3a59502a13d10189874ed5d76b9dc4d2cd1a048b88499668340372aa44096640",
298
- "bytes": 7533,
299
- "version": "\"1.0.0\""
297
+ "hash": "sha256:9e9a7ae9db0f2f81f5785c27877b35723d4edfc8baa47ec97756f924d9998307",
298
+ "bytes": 10114,
299
+ "version": "\"1.0.2\""
300
300
  },
301
301
  {
302
302
  "nombre": "cloud-aws",
@@ -357,9 +357,9 @@
357
357
  {
358
358
  "nombre": "css-moderno",
359
359
  "path": "habilidades/css-moderno/SKILL.md",
360
- "hash": "sha256:8fc832b069c29a983ca26661bc3140211028e998562f98b749fb6054a6793b2a",
361
- "bytes": 8323,
362
- "version": "\"1.1.0\""
360
+ "hash": "sha256:10b0c7c3dac471eb1e6fa4528a3a230bfec1cae0a87c84c49c3dcae8d336b2e6",
361
+ "bytes": 10356,
362
+ "version": "\"1.1.1\""
363
363
  },
364
364
  {
365
365
  "nombre": "datos-etl",
@@ -518,9 +518,9 @@
518
518
  {
519
519
  "nombre": "extractor-de-aprendizajes",
520
520
  "path": "habilidades/extractor-de-aprendizajes/SKILL.md",
521
- "hash": "sha256:d442cd3f509e396cf1c2be9d55781a6e20dc602db6f4d2046f295965f6fc8474",
522
- "bytes": 26987,
523
- "version": "\"1.0.8\""
521
+ "hash": "sha256:2bd253a31012e4872e5ea98bfda2777953aa85735178192ba69ff0a7371031b6",
522
+ "bytes": 29060,
523
+ "version": "\"1.0.9\""
524
524
  },
525
525
  {
526
526
  "nombre": "fastapi-experto",
@@ -602,9 +602,9 @@
602
602
  {
603
603
  "nombre": "harness-claude-code",
604
604
  "path": "habilidades/harness-claude-code/SKILL.md",
605
- "hash": "sha256:6d157e0f0b7f08cb507a97d9dc3bffedc143654952c705d121a51a8ab3559bdc",
606
- "bytes": 19867,
607
- "version": "\"1.0.6\""
605
+ "hash": "sha256:9ea25f3fcbc01a936cabd2d4840e42db007a8590d17976f1046ffaa497ba1891",
606
+ "bytes": 21735,
607
+ "version": "\"1.0.7\""
608
608
  },
609
609
  {
610
610
  "nombre": "iam-secretos",
@@ -847,8 +847,8 @@
847
847
  {
848
848
  "nombre": "perfil-usuario",
849
849
  "path": "habilidades/perfil-usuario/SKILL.md",
850
- "hash": "sha256:9bbe63e4e91755e215526c898138ce101396e59fcd615dc83a61c49e92ef9c9b",
851
- "bytes": 9219,
850
+ "hash": "sha256:6887b812f57b357ef289e6f66efe17e4e92b4ce4458e5492a8f7b426fdd08deb",
851
+ "bytes": 9019,
852
852
  "version": "\"1.0.0\""
853
853
  },
854
854
  {
@@ -938,8 +938,8 @@
938
938
  {
939
939
  "nombre": "proceso-ddia-streaming",
940
940
  "path": "habilidades/proceso-ddia-streaming/SKILL.md",
941
- "hash": "sha256:2d35f80c5103c3a864889ee38297b76a737cb9641c6fceffc99a23d002ac86e2",
942
- "bytes": 9749,
941
+ "hash": "sha256:59ae94da3e656871416c0b47944bf4fae02215c4d3cf7e2f826f206483341515",
942
+ "bytes": 9518,
943
943
  "version": null
944
944
  },
945
945
  {
@@ -952,16 +952,16 @@
952
952
  {
953
953
  "nombre": "proceso-discovery-machote",
954
954
  "path": "habilidades/proceso-discovery-machote/SKILL.md",
955
- "hash": "sha256:e2587744bd7f5fa6b924edc3911dc1f0aef22860454cbbefe7142a3ca0ca560b",
956
- "bytes": 10277,
955
+ "hash": "sha256:8b6de90ddc971dbdf9d86745792d0149e8d44de5b3c24e9b1399ff643f146972",
956
+ "bytes": 10120,
957
957
  "version": "\"1.0.0\""
958
958
  },
959
959
  {
960
960
  "nombre": "proceso-dynamic-workflows",
961
961
  "path": "habilidades/proceso-dynamic-workflows/SKILL.md",
962
- "hash": "sha256:c00e9faf8ffd0d15d1d113656ec75b4bb2f84b65ce2730accbcb1903cefb560f",
963
- "bytes": 8847,
964
- "version": null
962
+ "hash": "sha256:cd7d772b132b38ebb6578727f72f263a6703e07cfceafd0730f435701ff73d5b",
963
+ "bytes": 14210,
964
+ "version": "\"1.0.2\""
965
965
  },
966
966
  {
967
967
  "nombre": "proceso-ingenieria-requerimientos",
@@ -973,15 +973,15 @@
973
973
  {
974
974
  "nombre": "proceso-intent-engineering",
975
975
  "path": "habilidades/proceso-intent-engineering/SKILL.md",
976
- "hash": "sha256:146be3d131847b8d75a139e8e82bf197150e01e90fd61a47c0c111422de2a9c0",
977
- "bytes": 11333,
976
+ "hash": "sha256:38cfc73217d54b61e93685dd7bf5f5cb6433e1fc6bccbc0f5a076764ada0418d",
977
+ "bytes": 11064,
978
978
  "version": null
979
979
  },
980
980
  {
981
981
  "nombre": "proceso-modular-split",
982
982
  "path": "habilidades/proceso-modular-split/SKILL.md",
983
- "hash": "sha256:9b93601e4f7c81a4f6e8944a8ed39c4ec35fa7975cff824960078fce0ae9de26",
984
- "bytes": 14276,
983
+ "hash": "sha256:2ede321545b53721ddeda31f186843d97274b9adbd52f52ca33cb8db143b4ad2",
984
+ "bytes": 14020,
985
985
  "version": "\"1.0.0\""
986
986
  },
987
987
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saulwade/swl-ses",
3
- "version": "2.6.1",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 61 agentes, 181 habilidades, 48 comandos, 77 reglas y 49 hooks. Soporta 11 lenguajes y 7 runtimes: Claude Code, OpenClaude, OpenCode, Gemini CLI, Cursor, Codex CLI (soporte completo); GitHub Copilot (soporte parcial). 100% en espanol (Mexico). Multi-target install (--target CSV / --all-runtimes), autoconfig MCP en Cursor/Codex con --with-mcp, agentes Codex en TOML, hooks Cursor (17 eventos) y Codex (6 eventos). Gateway bidireccional con relay Telegram y auditoria profunda Nemesis con loop evaluator-optimizer opt-in (ADR-0021) y 8 tools ejecutables. v1.8.0 unifica los directorios runtime de .planning/ al ingles (evolution/, auto-evolution/, user-profile/, archive/), manteniendo fases/ en espanol, con guard validar-planning-paths y allowlist canonica (ADR-0031). Hereda de v1.7.4: skill calidad-anti-patrones-universales + scripts/lib/pr-analyzer.js + 3 sub-secciones en estilo-sin-ai-isms.",
3
+ "version": "2.8.0",
4
+ "description": "Sistema de ingeniería de software auto-evolutivo para proyectos downstream, políglota en 11 lenguajes, con 61 agentes, 181 habilidades, 48 comandos, 77 reglas, 49 hooks, instalación multi-target, MCP, gateway y auditoría Nemesis. Siete targets runtime con compatibilidad experimental y certificación pendiente de evidencia externa.",
5
5
  "bin": {
6
6
  "swl-ses": "bin/swl-ses.js",
7
7
  "swl-telegram-bot": "bin/swl-telegram-bot.js",