@saulwade/swl-ses 1.5.0 → 1.5.2

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 (134) hide show
  1. package/CLAUDE.md +19 -2
  2. package/README.md +561 -561
  3. package/agentes/arquitecto-swl.md +33 -1
  4. package/agentes/nemesis-auditor-swl.md +59 -19
  5. package/bin/swl-mcp-server.js +214 -214
  6. package/comandos/swl/.evolved.json +22 -22
  7. package/comandos/swl/contribuir.md +233 -233
  8. package/comandos/swl/nemesis.md +230 -56
  9. package/gateway/lib/event-channel.js +191 -191
  10. package/habilidades/backend-production-resilience/SKILL.md +288 -288
  11. package/habilidades/benchmark-memoria/SKILL.md +186 -186
  12. package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
  13. package/habilidades/doubt-driven-review/SKILL.md +171 -171
  14. package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
  15. package/habilidades/ejecutar-task-iterativo/SKILL.md +278 -278
  16. package/habilidades/eval-framework/SKILL.md +212 -212
  17. package/habilidades/feynman-auditor-swl/SKILL.md +123 -123
  18. package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
  19. package/habilidades/harness-claude-code/SKILL.md +299 -299
  20. package/habilidades/infra-github-actions/SKILL.md +166 -166
  21. package/habilidades/legacy-code-rescue/SKILL.md +267 -267
  22. package/habilidades/manejo-errores/.evolved.json +8 -8
  23. package/habilidades/meta-skills-estandar/SKILL.md +225 -1
  24. package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
  25. package/habilidades/meta-skills-estandar/recursos/skills-as-agents.md +163 -163
  26. package/habilidades/nemesis-evaluacion-json/SKILL.md +266 -0
  27. package/habilidades/nemesis-redistribuir/SKILL.md +341 -0
  28. package/habilidades/node-experto/SKILL.md +105 -4
  29. package/habilidades/patrones-python/SKILL.md +229 -229
  30. package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
  31. package/habilidades/planear-fase/SKILL.md +319 -319
  32. package/habilidades/protocolo-revision-swl/SKILL.md +350 -276
  33. package/habilidades/release-semver/.evolved.json +8 -8
  34. package/habilidades/state-inconsistency-auditor-swl/SKILL.md +166 -166
  35. package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
  36. package/habilidades/tdd-workflow/SKILL.md +150 -4
  37. package/habilidades/testing-python/SKILL.md +340 -340
  38. package/habilidades/verificar-trabajo/SKILL.md +8 -3
  39. package/habilidades/web-fetcher-routing/SKILL.md +75 -75
  40. package/hooks/check-update.js +31 -3
  41. package/hooks/claudemd-bloat-detector.js +161 -161
  42. package/hooks/lib/agent-routing.js +107 -107
  43. package/hooks/lib/auto-consolidator.js +335 -335
  44. package/hooks/lib/error-classifier.js +308 -308
  45. package/hooks/lib/merkle-audit.js +96 -96
  46. package/hooks/lib/provenance-tracker.js +191 -191
  47. package/hooks/lib/rate-limit-tracker.js +253 -253
  48. package/hooks/lib/resource-quota.js +122 -122
  49. package/hooks/lib/retry-jitter.js +165 -165
  50. package/hooks/lib/security-net.js +201 -201
  51. package/hooks/lib/skill-auditor.js +588 -588
  52. package/hooks/lib/sync-status.js +228 -228
  53. package/hooks/lib/taint-tracker.js +107 -107
  54. package/hooks/lib/text-similarity.js +241 -241
  55. package/hooks/lib/toon-compressor.js +245 -245
  56. package/hooks/registro-turnos.js +209 -209
  57. package/hooks/sugerir-regenerar-inventario.js +170 -170
  58. package/hooks/validar-formato-post-subagente.js +140 -140
  59. package/hooks/validar-memoria-hook.js +218 -218
  60. package/instintos/prompt-appendices.yaml +57 -57
  61. package/manifiestos/agent-output-schemas.json +57 -57
  62. package/manifiestos/modulos.json +1324 -1321
  63. package/manifiestos/skills-lock.json +1114 -1114
  64. package/package.json +2 -2
  65. package/plantillas/auditor-veto-template.md +105 -105
  66. package/plantillas/github-workflows/README.md +47 -47
  67. package/plantillas/github-workflows/release-please.yml +44 -44
  68. package/plantillas/github-workflows/swl-ci.yml +107 -107
  69. package/plantillas/github-workflows/swl-security.yml +51 -51
  70. package/plugin.json +353 -351
  71. package/reglas/analisis-previo-tareas-grandes.md +172 -172
  72. package/reglas/arreglar-al-detectar.md +147 -147
  73. package/reglas/fragmentos-compartidos.md +152 -152
  74. package/reglas/harness-claude-code.md +213 -213
  75. package/reglas/registro-componentes-nuevos.md +192 -0
  76. package/reglas/usar-context7.md +226 -226
  77. package/schemas/diary-entry.schema.json +80 -80
  78. package/scripts/actualizar.js +110 -1
  79. package/scripts/audit-tools/audit-history.js +330 -330
  80. package/scripts/audit-tools/bundle-tracker.js +290 -290
  81. package/scripts/audit-tools/canary-monitor.js +352 -352
  82. package/scripts/audit-tools/code-profiler.js +605 -605
  83. package/scripts/audit-tools/dep-doctor.js +320 -320
  84. package/scripts/audit-tools/env-validator.js +206 -206
  85. package/scripts/audit-tools/lib/fs-walk.js +48 -48
  86. package/scripts/audit-tools/lib/output.js +23 -23
  87. package/scripts/audit-tools/migration-checker.js +392 -392
  88. package/scripts/audit-tools/pentest-scanner.js +1436 -1436
  89. package/scripts/benchmark-memoria.js +167 -167
  90. package/scripts/configurar-branch-protection.js +418 -418
  91. package/scripts/derivar-feature-list.js +489 -489
  92. package/scripts/detectar-aprendizajes-duplicados.js +151 -151
  93. package/scripts/doctor.js +58 -4
  94. package/scripts/field-report.js +199 -199
  95. package/scripts/generar-checklists-consolidados.js +273 -273
  96. package/scripts/generar-inventario.js +420 -420
  97. package/scripts/generar-matriz-lenguajes.js +271 -271
  98. package/scripts/lib/artefactos-python.js +43 -43
  99. package/scripts/lib/benchmark-metrics.js +160 -160
  100. package/scripts/lib/budget-enforcer.js +252 -252
  101. package/scripts/lib/configurar-ci.js +380 -380
  102. package/scripts/lib/contadores-inventario.js +217 -217
  103. package/scripts/lib/detectar-stack-detallado.js +307 -307
  104. package/scripts/lib/diary-entry.js +234 -234
  105. package/scripts/lib/eval-metrics-store.js +218 -218
  106. package/scripts/lib/eval-quality.js +171 -171
  107. package/scripts/lib/eval-schemas.js +144 -144
  108. package/scripts/lib/eval-self-correct.js +106 -106
  109. package/scripts/lib/eval-validator.js +185 -185
  110. package/scripts/lib/expandir-targets.js +71 -71
  111. package/scripts/lib/jaccard-similarity.js +98 -98
  112. package/scripts/lib/longmemeval-runner.js +125 -125
  113. package/scripts/lib/mcp_config.py +127 -0
  114. package/scripts/lib/npm-version.js +261 -261
  115. package/scripts/lib/paquetes-conocidos.js +50 -50
  116. package/scripts/lib/prompt-builder.js +264 -264
  117. package/scripts/lib/rrf-fusion.js +175 -175
  118. package/scripts/lib/scoring-instintos.js +277 -277
  119. package/scripts/lib/semantic-search.js +252 -252
  120. package/scripts/lib/toml-merge.js +204 -204
  121. package/scripts/lib/transformadores/codex.js +375 -375
  122. package/scripts/lib/transformadores/cursor.js +359 -359
  123. package/scripts/limpiar-artefactos-python.js +131 -131
  124. package/scripts/mcp-orchestrator.py +8 -18
  125. package/scripts/mcp-pool-manager.py +12 -23
  126. package/scripts/mcp-server/README.md +170 -170
  127. package/scripts/mcp-server/auth.js +105 -105
  128. package/scripts/mcp-server/cache.js +106 -106
  129. package/scripts/mcp-server/telemetry.js +78 -78
  130. package/scripts/migrar-csv-a-array.js +168 -168
  131. package/scripts/migrar-fase-dominio.js +201 -201
  132. package/scripts/publicar.js +511 -511
  133. package/scripts/run-eval.js +141 -141
  134. package/scripts/validar-userland-vacio.js +110 -110
package/plugin.json CHANGED
@@ -1,351 +1,353 @@
1
- {
2
- "name": "swl-ses",
3
- "version": "1.5.0",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot. 60 agentes, 158 habilidades, 44 comandos, 65 reglas y 41 hooks. 62 librerias. 11 lenguajes. Soporta Claude Code, Copilot, OpenCode, Codex y Gemini CLI.",
5
- "author": "Saul Wade Leon",
6
- "license": "MIT",
7
- "repository": "https://github.com/saul-wade/swl-ses",
8
- "skills": [
9
- "habilidades/accesibilidad-a11y",
10
- "habilidades/agent-browser",
11
- "habilidades/agentes-como-servicio",
12
- "habilidades/ai-runtime-security",
13
- "habilidades/angular-avanzado",
14
- "habilidades/angular-moderno",
15
- "habilidades/api-rest-diseno",
16
- "habilidades/aprendizaje-continuo",
17
- "habilidades/async-python",
18
- "habilidades/auth-patrones",
19
- "habilidades/auto-evolucion-protocolo",
20
- "habilidades/autoresearch",
21
- "habilidades/azure-cloud",
22
- "habilidades/backend-mcp-servidor",
23
- "habilidades/backend-production-resilience",
24
- "habilidades/benchmark-memoria",
25
- "habilidades/brainstorming",
26
- "habilidades/build-errors-cpp",
27
- "habilidades/build-errors-csharp",
28
- "habilidades/build-errors-go",
29
- "habilidades/build-errors-java",
30
- "habilidades/build-errors-kotlin",
31
- "habilidades/build-errors-nextjs",
32
- "habilidades/build-errors-php",
33
- "habilidades/build-errors-python",
34
- "habilidades/build-errors-rust",
35
- "habilidades/build-errors-swift",
36
- "habilidades/build-errors-typescript",
37
- "habilidades/checklist-calidad",
38
- "habilidades/checklist-seguridad",
39
- "habilidades/checkpoints-verificacion",
40
- "habilidades/ci-cd-pipelines",
41
- "habilidades/cloud-aws",
42
- "habilidades/compactacion-contexto",
43
- "habilidades/contenedores-docker",
44
- "habilidades/context-builder",
45
- "habilidades/control-profundidad",
46
- "habilidades/csharp-experto",
47
- "habilidades/csharp-patrones",
48
- "habilidades/csharp-testing",
49
- "habilidades/css-moderno",
50
- "habilidades/datos-etl",
51
- "habilidades/dbml-experto",
52
- "habilidades/dependencias-auditoria",
53
- "habilidades/deprecacion-migracion",
54
- "habilidades/design-tokens",
55
- "habilidades/devsecops-pipeline-security",
56
- "habilidades/diagrama-arquitectura",
57
- "habilidades/discutir-fase",
58
- "habilidades/diseno-herramientas-agente",
59
- "habilidades/diseno-responsivo",
60
- "habilidades/django-experto",
61
- "habilidades/doc-sync",
62
- "habilidades/doubt-driven-review",
63
- "habilidades/drift-detection",
64
- "habilidades/ejecutar-fase",
65
- "habilidades/estilo-sin-ai-isms",
66
- "habilidades/estructura-proyecto-claude",
67
- "habilidades/eval-framework",
68
- "habilidades/evaluacion-agentes",
69
- "habilidades/event-driven",
70
- "habilidades/extraccion-documentos",
71
- "habilidades/extractor-de-aprendizajes",
72
- "habilidades/fastapi-experto",
73
- "habilidades/feynman-auditor-swl",
74
- "habilidades/filament-admin",
75
- "habilidades/frontend-avanzado",
76
- "habilidades/gcp-cloud",
77
- "habilidades/generacion-mermaid",
78
- "habilidades/git-worktrees-paralelo",
79
- "habilidades/go-experto",
80
- "habilidades/go-patrones",
81
- "habilidades/go-testing",
82
- "habilidades/graphql-experto",
83
- "habilidades/guardrail-semantico",
84
- "habilidades/harness-claude-code",
85
- "habilidades/iam-secretos",
86
- "habilidades/infra-github-actions",
87
- "habilidades/instalar-sistema",
88
- "habilidades/java-experto",
89
- "habilidades/java-patrones",
90
- "habilidades/java-testing",
91
- "habilidades/kotlin-compose",
92
- "habilidades/kotlin-experto",
93
- "habilidades/kotlin-testing",
94
- "habilidades/kubernetes-orquestacion",
95
- "habilidades/langchain-langraph",
96
- "habilidades/legacy-code-rescue",
97
- "habilidades/likec4-experto",
98
- "habilidades/manejo-errores",
99
- "habilidades/mapear-codebase",
100
- "habilidades/memoria-busqueda",
101
- "habilidades/meta-skills-estandar",
102
- "habilidades/microservicios",
103
- "habilidades/mobile-flutter",
104
- "habilidades/mobile-react-native",
105
- "habilidades/mongodb-experto",
106
- "habilidades/monitoring-alertas",
107
- "habilidades/nestjs-experto",
108
- "habilidades/nextjs-experto",
109
- "habilidades/nextjs-patrones",
110
- "habilidades/nextjs-testing",
111
- "habilidades/node-experto",
112
- "habilidades/notificaciones-multicanal",
113
- "habilidades/nuevo-proyecto",
114
- "habilidades/orquestacion-async",
115
- "habilidades/paid-media-tracking",
116
- "habilidades/patrones-python",
117
- "habilidades/perfil-usuario",
118
- "habilidades/performance-baseline",
119
- "habilidades/php-experto",
120
- "habilidades/php-patrones",
121
- "habilidades/php-testing",
122
- "habilidades/planear-fase",
123
- "habilidades/postgresql-experto",
124
- "habilidades/prevencion-racionalizacion",
125
- "habilidades/prevencion-sobreingenieria",
126
- "habilidades/privacy-memoria",
127
- "habilidades/prompt-engineering",
128
- "habilidades/rag-arquitectura",
129
- "habilidades/rails-experto",
130
- "habilidades/react-experto",
131
- "habilidades/react-optimizacion",
132
- "habilidades/redis-experto",
133
- "habilidades/release-semver",
134
- "habilidades/rust-experto",
135
- "habilidades/rust-patrones",
136
- "habilidades/rust-testing",
137
- "habilidades/seguridad-skills-ia",
138
- "habilidades/sql-optimizacion",
139
- "habilidades/sre-patrones",
140
- "habilidades/state-inconsistency-auditor-swl",
141
- "habilidades/stripe-pagos",
142
- "habilidades/structured-outputs",
143
- "habilidades/swift-experto",
144
- "habilidades/swift-patrones",
145
- "habilidades/swift-testing",
146
- "habilidades/swl-claudemd",
147
- "habilidades/swl-dashboard",
148
- "habilidades/swl-markitdown",
149
- "habilidades/swl-revisar-impacto",
150
- "habilidades/tailwind-experto",
151
- "habilidades/tdd-workflow",
152
- "habilidades/terraform-experto",
153
- "habilidades/testing-python",
154
- "habilidades/threat-model-lite",
155
- "habilidades/tracing-processor",
156
- "habilidades/tracking-measurement",
157
- "habilidades/typescript-avanzado",
158
- "habilidades/typescript-diagnosticos",
159
- "habilidades/ux-diseno",
160
- "habilidades/validacion-ci-sistema",
161
- "habilidades/verificacion-evidencia",
162
- "habilidades/verificar-trabajo",
163
- "habilidades/web-fetcher-routing",
164
- "habilidades/wiki-conocimiento",
165
- "habilidades/wireframes-flujos",
166
- "habilidades/workflow-claude-code"
167
- ],
168
- "agents": [
169
- "agentes/accesibilidad-wcag-swl.md",
170
- "agentes/arquitecto-swl.md",
171
- "agentes/auto-evolucion-swl.md",
172
- "agentes/backend-api-swl.md",
173
- "agentes/backend-csharp-swl.md",
174
- "agentes/backend-go-swl.md",
175
- "agentes/backend-java-swl.md",
176
- "agentes/backend-node-swl.md",
177
- "agentes/backend-python-swl.md",
178
- "agentes/backend-rust-swl.md",
179
- "agentes/backend-workers-swl.md",
180
- "agentes/cloud-infra-swl.md",
181
- "agentes/consolidador-swl.md",
182
- "agentes/datos-swl.md",
183
- "agentes/depurador-swl.md",
184
- "agentes/devops-ci-swl.md",
185
- "agentes/disenador-ui-swl.md",
186
- "agentes/documentador-swl.md",
187
- "agentes/frontend-angular-swl.md",
188
- "agentes/frontend-css-swl.md",
189
- "agentes/frontend-react-swl.md",
190
- "agentes/frontend-swl.md",
191
- "agentes/frontend-tailwind-swl.md",
192
- "agentes/implementador-swl.md",
193
- "agentes/investigador-swl.md",
194
- "agentes/investigador-ux-swl.md",
195
- "agentes/llm-apps-swl.md",
196
- "agentes/migrador-swl.md",
197
- "agentes/mobile-android-swl.md",
198
- "agentes/mobile-cross-swl.md",
199
- "agentes/mobile-ios-swl.md",
200
- "agentes/mobile-testing-swl.md",
201
- "agentes/nemesis-auditor-swl.md",
202
- "agentes/notificador-swl.md",
203
- "agentes/observabilidad-swl.md",
204
- "agentes/orquestador-swl.md",
205
- "agentes/pagos-swl.md",
206
- "agentes/perfilador-usuario-swl.md",
207
- "agentes/planificador-swl.md",
208
- "agentes/producto-prd-swl.md",
209
- "agentes/red-team-swl.md",
210
- "agentes/release-manager-swl.md",
211
- "agentes/rendimiento-swl.md",
212
- "agentes/resolutor-build-swl.md",
213
- "agentes/revisor-angular-swl.md",
214
- "agentes/revisor-codigo-swl.md",
215
- "agentes/revisor-csharp-swl.md",
216
- "agentes/revisor-go-swl.md",
217
- "agentes/revisor-java-swl.md",
218
- "agentes/revisor-kotlin-swl.md",
219
- "agentes/revisor-nextjs-swl.md",
220
- "agentes/revisor-php-swl.md",
221
- "agentes/revisor-react-swl.md",
222
- "agentes/revisor-rust-swl.md",
223
- "agentes/revisor-seguridad-swl.md",
224
- "agentes/revisor-swift-swl.md",
225
- "agentes/revisor-typescript-swl.md",
226
- "agentes/sre-swl.md",
227
- "agentes/tdd-qa-swl.md",
228
- "agentes/ux-disenador-swl.md"
229
- ],
230
- "hooks": {
231
- "PreToolUse": [
232
- {
233
- "matcher": "Write|Edit",
234
- "type": "command",
235
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/escaneo-secretos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
236
- },
237
- {
238
- "matcher": "Write|Edit",
239
- "type": "command",
240
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/proteccion-rutas.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
241
- },
242
- {
243
- "matcher": "Bash",
244
- "type": "command",
245
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-pre-commit.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
246
- },
247
- {
248
- "type": "command",
249
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/risk-scoring.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
250
- },
251
- {
252
- "matcher": "Bash",
253
- "type": "command",
254
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-typescript.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
255
- },
256
- {
257
- "matcher": "Glob|Grep|Read",
258
- "type": "command",
259
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/grafo-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
260
- },
261
- {
262
- "matcher": "Bash",
263
- "type": "command",
264
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-background.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
265
- }
266
- ],
267
- "PostToolUse": [
268
- {
269
- "type": "command",
270
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/linea-estado.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
271
- },
272
- {
273
- "type": "command",
274
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/monitor-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
275
- },
276
- {
277
- "matcher": "Bash|Write|Edit",
278
- "type": "command",
279
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/extraccion-aprendizajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
280
- },
281
- {
282
- "matcher": "Bash|Write|Edit",
283
- "type": "command",
284
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/degradacion-instintos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
285
- },
286
- {
287
- "type": "command",
288
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/tracking-costos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
289
- },
290
- {
291
- "type": "command",
292
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/inyeccion-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
293
- },
294
- {
295
- "matcher": "Write|Edit",
296
- "type": "command",
297
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/graph-update.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
298
- },
299
- {
300
- "type": "command",
301
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-consolidacion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
302
- },
303
- {
304
- "matcher": "Agent",
305
- "type": "command",
306
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/telemetria-agentes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
307
- },
308
- {
309
- "type": "command",
310
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/audit-trail.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
311
- },
312
- {
313
- "matcher": "Agent",
314
- "type": "command",
315
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/agente-lifecycle.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
316
- }
317
- ],
318
- "UserPromptSubmit": [
319
- {
320
- "type": "command",
321
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/clasificador-mensajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
322
- }
323
- ],
324
- "Stop": [
325
- {
326
- "type": "command",
327
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/resumen-sesion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
328
- },
329
- {
330
- "type": "command",
331
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/actualizar-perfil-usuario.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
332
- },
333
- {
334
- "type": "command",
335
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/metricas-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
336
- }
337
- ],
338
- "SubagentStop": [
339
- {
340
- "type": "command",
341
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
342
- }
343
- ],
344
- "PreCompact": [
345
- {
346
- "type": "command",
347
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/preservar-estado-pre-compact.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
348
- }
349
- ]
350
- }
351
- }
1
+ {
2
+ "name": "swl-ses",
3
+ "version": "1.5.2",
4
+ "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot. 60 agentes, 162 habilidades, 44 comandos, 66 reglas y 41 hooks. 62 librerias. 11 lenguajes. Soporta Claude Code, Copilot, OpenCode, Codex y Gemini CLI. Loop evaluator-optimizer en /swl:nemesis (ADR-0021).",
5
+ "author": "Saul Wade Leon",
6
+ "license": "MIT",
7
+ "repository": "https://github.com/saul-wade/swl-ses",
8
+ "skills": [
9
+ "habilidades/accesibilidad-a11y",
10
+ "habilidades/agent-browser",
11
+ "habilidades/agentes-como-servicio",
12
+ "habilidades/ai-runtime-security",
13
+ "habilidades/angular-avanzado",
14
+ "habilidades/angular-moderno",
15
+ "habilidades/api-rest-diseno",
16
+ "habilidades/aprendizaje-continuo",
17
+ "habilidades/async-python",
18
+ "habilidades/auth-patrones",
19
+ "habilidades/auto-evolucion-protocolo",
20
+ "habilidades/autoresearch",
21
+ "habilidades/azure-cloud",
22
+ "habilidades/backend-mcp-servidor",
23
+ "habilidades/backend-production-resilience",
24
+ "habilidades/benchmark-memoria",
25
+ "habilidades/brainstorming",
26
+ "habilidades/build-errors-cpp",
27
+ "habilidades/build-errors-csharp",
28
+ "habilidades/build-errors-go",
29
+ "habilidades/build-errors-java",
30
+ "habilidades/build-errors-kotlin",
31
+ "habilidades/build-errors-nextjs",
32
+ "habilidades/build-errors-php",
33
+ "habilidades/build-errors-python",
34
+ "habilidades/build-errors-rust",
35
+ "habilidades/build-errors-swift",
36
+ "habilidades/build-errors-typescript",
37
+ "habilidades/checklist-calidad",
38
+ "habilidades/checklist-seguridad",
39
+ "habilidades/checkpoints-verificacion",
40
+ "habilidades/ci-cd-pipelines",
41
+ "habilidades/cloud-aws",
42
+ "habilidades/compactacion-contexto",
43
+ "habilidades/contenedores-docker",
44
+ "habilidades/context-builder",
45
+ "habilidades/control-profundidad",
46
+ "habilidades/csharp-experto",
47
+ "habilidades/csharp-patrones",
48
+ "habilidades/csharp-testing",
49
+ "habilidades/css-moderno",
50
+ "habilidades/datos-etl",
51
+ "habilidades/dbml-experto",
52
+ "habilidades/dependencias-auditoria",
53
+ "habilidades/deprecacion-migracion",
54
+ "habilidades/design-tokens",
55
+ "habilidades/devsecops-pipeline-security",
56
+ "habilidades/diagrama-arquitectura",
57
+ "habilidades/discutir-fase",
58
+ "habilidades/diseno-herramientas-agente",
59
+ "habilidades/diseno-responsivo",
60
+ "habilidades/django-experto",
61
+ "habilidades/doc-sync",
62
+ "habilidades/doubt-driven-review",
63
+ "habilidades/drift-detection",
64
+ "habilidades/ejecutar-fase",
65
+ "habilidades/estilo-sin-ai-isms",
66
+ "habilidades/estructura-proyecto-claude",
67
+ "habilidades/eval-framework",
68
+ "habilidades/evaluacion-agentes",
69
+ "habilidades/event-driven",
70
+ "habilidades/extraccion-documentos",
71
+ "habilidades/extractor-de-aprendizajes",
72
+ "habilidades/fastapi-experto",
73
+ "habilidades/feynman-auditor-swl",
74
+ "habilidades/filament-admin",
75
+ "habilidades/frontend-avanzado",
76
+ "habilidades/gcp-cloud",
77
+ "habilidades/generacion-mermaid",
78
+ "habilidades/git-worktrees-paralelo",
79
+ "habilidades/go-experto",
80
+ "habilidades/go-patrones",
81
+ "habilidades/go-testing",
82
+ "habilidades/graphql-experto",
83
+ "habilidades/guardrail-semantico",
84
+ "habilidades/harness-claude-code",
85
+ "habilidades/iam-secretos",
86
+ "habilidades/infra-github-actions",
87
+ "habilidades/instalar-sistema",
88
+ "habilidades/java-experto",
89
+ "habilidades/java-patrones",
90
+ "habilidades/java-testing",
91
+ "habilidades/kotlin-compose",
92
+ "habilidades/kotlin-experto",
93
+ "habilidades/kotlin-testing",
94
+ "habilidades/kubernetes-orquestacion",
95
+ "habilidades/langchain-langraph",
96
+ "habilidades/legacy-code-rescue",
97
+ "habilidades/likec4-experto",
98
+ "habilidades/manejo-errores",
99
+ "habilidades/mapear-codebase",
100
+ "habilidades/memoria-busqueda",
101
+ "habilidades/meta-skills-estandar",
102
+ "habilidades/microservicios",
103
+ "habilidades/mobile-flutter",
104
+ "habilidades/mobile-react-native",
105
+ "habilidades/mongodb-experto",
106
+ "habilidades/monitoring-alertas",
107
+ "habilidades/nemesis-evaluacion-json",
108
+ "habilidades/nemesis-redistribuir",
109
+ "habilidades/nestjs-experto",
110
+ "habilidades/nextjs-experto",
111
+ "habilidades/nextjs-patrones",
112
+ "habilidades/nextjs-testing",
113
+ "habilidades/node-experto",
114
+ "habilidades/notificaciones-multicanal",
115
+ "habilidades/nuevo-proyecto",
116
+ "habilidades/orquestacion-async",
117
+ "habilidades/paid-media-tracking",
118
+ "habilidades/patrones-python",
119
+ "habilidades/perfil-usuario",
120
+ "habilidades/performance-baseline",
121
+ "habilidades/php-experto",
122
+ "habilidades/php-patrones",
123
+ "habilidades/php-testing",
124
+ "habilidades/planear-fase",
125
+ "habilidades/postgresql-experto",
126
+ "habilidades/prevencion-racionalizacion",
127
+ "habilidades/prevencion-sobreingenieria",
128
+ "habilidades/privacy-memoria",
129
+ "habilidades/prompt-engineering",
130
+ "habilidades/rag-arquitectura",
131
+ "habilidades/rails-experto",
132
+ "habilidades/react-experto",
133
+ "habilidades/react-optimizacion",
134
+ "habilidades/redis-experto",
135
+ "habilidades/release-semver",
136
+ "habilidades/rust-experto",
137
+ "habilidades/rust-patrones",
138
+ "habilidades/rust-testing",
139
+ "habilidades/seguridad-skills-ia",
140
+ "habilidades/sql-optimizacion",
141
+ "habilidades/sre-patrones",
142
+ "habilidades/state-inconsistency-auditor-swl",
143
+ "habilidades/stripe-pagos",
144
+ "habilidades/structured-outputs",
145
+ "habilidades/swift-experto",
146
+ "habilidades/swift-patrones",
147
+ "habilidades/swift-testing",
148
+ "habilidades/swl-claudemd",
149
+ "habilidades/swl-dashboard",
150
+ "habilidades/swl-markitdown",
151
+ "habilidades/swl-revisar-impacto",
152
+ "habilidades/tailwind-experto",
153
+ "habilidades/tdd-workflow",
154
+ "habilidades/terraform-experto",
155
+ "habilidades/testing-python",
156
+ "habilidades/threat-model-lite",
157
+ "habilidades/tracing-processor",
158
+ "habilidades/tracking-measurement",
159
+ "habilidades/typescript-avanzado",
160
+ "habilidades/typescript-diagnosticos",
161
+ "habilidades/ux-diseno",
162
+ "habilidades/validacion-ci-sistema",
163
+ "habilidades/verificacion-evidencia",
164
+ "habilidades/verificar-trabajo",
165
+ "habilidades/web-fetcher-routing",
166
+ "habilidades/wiki-conocimiento",
167
+ "habilidades/wireframes-flujos",
168
+ "habilidades/workflow-claude-code"
169
+ ],
170
+ "agents": [
171
+ "agentes/accesibilidad-wcag-swl.md",
172
+ "agentes/arquitecto-swl.md",
173
+ "agentes/auto-evolucion-swl.md",
174
+ "agentes/backend-api-swl.md",
175
+ "agentes/backend-csharp-swl.md",
176
+ "agentes/backend-go-swl.md",
177
+ "agentes/backend-java-swl.md",
178
+ "agentes/backend-node-swl.md",
179
+ "agentes/backend-python-swl.md",
180
+ "agentes/backend-rust-swl.md",
181
+ "agentes/backend-workers-swl.md",
182
+ "agentes/cloud-infra-swl.md",
183
+ "agentes/consolidador-swl.md",
184
+ "agentes/datos-swl.md",
185
+ "agentes/depurador-swl.md",
186
+ "agentes/devops-ci-swl.md",
187
+ "agentes/disenador-ui-swl.md",
188
+ "agentes/documentador-swl.md",
189
+ "agentes/frontend-angular-swl.md",
190
+ "agentes/frontend-css-swl.md",
191
+ "agentes/frontend-react-swl.md",
192
+ "agentes/frontend-swl.md",
193
+ "agentes/frontend-tailwind-swl.md",
194
+ "agentes/implementador-swl.md",
195
+ "agentes/investigador-swl.md",
196
+ "agentes/investigador-ux-swl.md",
197
+ "agentes/llm-apps-swl.md",
198
+ "agentes/migrador-swl.md",
199
+ "agentes/mobile-android-swl.md",
200
+ "agentes/mobile-cross-swl.md",
201
+ "agentes/mobile-ios-swl.md",
202
+ "agentes/mobile-testing-swl.md",
203
+ "agentes/nemesis-auditor-swl.md",
204
+ "agentes/notificador-swl.md",
205
+ "agentes/observabilidad-swl.md",
206
+ "agentes/orquestador-swl.md",
207
+ "agentes/pagos-swl.md",
208
+ "agentes/perfilador-usuario-swl.md",
209
+ "agentes/planificador-swl.md",
210
+ "agentes/producto-prd-swl.md",
211
+ "agentes/red-team-swl.md",
212
+ "agentes/release-manager-swl.md",
213
+ "agentes/rendimiento-swl.md",
214
+ "agentes/resolutor-build-swl.md",
215
+ "agentes/revisor-angular-swl.md",
216
+ "agentes/revisor-codigo-swl.md",
217
+ "agentes/revisor-csharp-swl.md",
218
+ "agentes/revisor-go-swl.md",
219
+ "agentes/revisor-java-swl.md",
220
+ "agentes/revisor-kotlin-swl.md",
221
+ "agentes/revisor-nextjs-swl.md",
222
+ "agentes/revisor-php-swl.md",
223
+ "agentes/revisor-react-swl.md",
224
+ "agentes/revisor-rust-swl.md",
225
+ "agentes/revisor-seguridad-swl.md",
226
+ "agentes/revisor-swift-swl.md",
227
+ "agentes/revisor-typescript-swl.md",
228
+ "agentes/sre-swl.md",
229
+ "agentes/tdd-qa-swl.md",
230
+ "agentes/ux-disenador-swl.md"
231
+ ],
232
+ "hooks": {
233
+ "PreToolUse": [
234
+ {
235
+ "matcher": "Write|Edit",
236
+ "type": "command",
237
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/escaneo-secretos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
238
+ },
239
+ {
240
+ "matcher": "Write|Edit",
241
+ "type": "command",
242
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/proteccion-rutas.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
243
+ },
244
+ {
245
+ "matcher": "Bash",
246
+ "type": "command",
247
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-pre-commit.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
248
+ },
249
+ {
250
+ "type": "command",
251
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/risk-scoring.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
252
+ },
253
+ {
254
+ "matcher": "Bash",
255
+ "type": "command",
256
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-typescript.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
257
+ },
258
+ {
259
+ "matcher": "Glob|Grep|Read",
260
+ "type": "command",
261
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/grafo-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
262
+ },
263
+ {
264
+ "matcher": "Bash",
265
+ "type": "command",
266
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-background.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
267
+ }
268
+ ],
269
+ "PostToolUse": [
270
+ {
271
+ "type": "command",
272
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/linea-estado.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
273
+ },
274
+ {
275
+ "type": "command",
276
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/monitor-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
277
+ },
278
+ {
279
+ "matcher": "Bash|Write|Edit",
280
+ "type": "command",
281
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/extraccion-aprendizajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
282
+ },
283
+ {
284
+ "matcher": "Bash|Write|Edit",
285
+ "type": "command",
286
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/degradacion-instintos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
287
+ },
288
+ {
289
+ "type": "command",
290
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/tracking-costos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
291
+ },
292
+ {
293
+ "type": "command",
294
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/inyeccion-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
295
+ },
296
+ {
297
+ "matcher": "Write|Edit",
298
+ "type": "command",
299
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/graph-update.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
300
+ },
301
+ {
302
+ "type": "command",
303
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-consolidacion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
304
+ },
305
+ {
306
+ "matcher": "Agent",
307
+ "type": "command",
308
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/telemetria-agentes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
309
+ },
310
+ {
311
+ "type": "command",
312
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/audit-trail.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
313
+ },
314
+ {
315
+ "matcher": "Agent",
316
+ "type": "command",
317
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/agente-lifecycle.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
318
+ }
319
+ ],
320
+ "UserPromptSubmit": [
321
+ {
322
+ "type": "command",
323
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/clasificador-mensajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
324
+ }
325
+ ],
326
+ "Stop": [
327
+ {
328
+ "type": "command",
329
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/resumen-sesion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
330
+ },
331
+ {
332
+ "type": "command",
333
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/actualizar-perfil-usuario.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
334
+ },
335
+ {
336
+ "type": "command",
337
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/metricas-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
338
+ }
339
+ ],
340
+ "SubagentStop": [
341
+ {
342
+ "type": "command",
343
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
344
+ }
345
+ ],
346
+ "PreCompact": [
347
+ {
348
+ "type": "command",
349
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/preservar-estado-pre-compact.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
350
+ }
351
+ ]
352
+ }
353
+ }