@saulwade/swl-ses 1.9.0 → 2.1.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.
- package/CLAUDE.md +196 -196
- package/README.md +579 -579
- package/agentes/_propose-step.md +90 -0
- package/agentes/accesibilidad-wcag-swl.md +3 -3
- package/agentes/auto-evolucion-swl.md +908 -908
- package/agentes/disenador-ui-swl.md +6 -5
- package/agentes/frontend-angular-swl.md +2 -2
- package/agentes/frontend-css-swl.md +2 -2
- package/agentes/frontend-react-swl.md +4 -4
- package/agentes/frontend-swl.md +6 -6
- package/agentes/implementador-swl.md +2 -0
- package/agentes/investigador-ux-swl.md +5 -5
- package/agentes/orquestador-swl.md +9 -7
- package/agentes/perfilador-usuario-swl.md +321 -308
- package/agentes/producto-prd-swl.md +1 -1
- package/agentes/red-team-swl.md +218 -218
- package/agentes/tdd-qa-swl.md +17 -1
- package/bin/swl-ses.js +1 -1
- package/comandos/swl/actualizar.md +1 -1
- package/comandos/swl/aprender.md +2 -2
- package/comandos/swl/aprobar-plan.md +153 -0
- package/comandos/swl/ayuda.md +3 -3
- package/comandos/swl/briefing.md +122 -0
- package/comandos/swl/compactar.md +29 -2
- package/comandos/swl/discutir-fase.md +23 -2
- package/comandos/swl/ejecutar-fase.md +59 -6
- package/comandos/swl/evolucionar.md +1 -1
- package/comandos/swl/inbox.md +1 -1
- package/comandos/swl/instalar.md +1 -1
- package/comandos/swl/nemesis.md +1 -1
- package/comandos/swl/planear-fase.md +19 -1
- package/comandos/swl/plugins.md +1 -1
- package/comandos/swl/release.md +47 -1
- package/comandos/swl/status.md +348 -0
- package/comandos/swl/verificar.md +27 -1
- package/habilidades/ai-runtime-security/SKILL.md +1 -1
- package/habilidades/auto-evolucion-protocolo/SKILL.md +276 -276
- package/habilidades/benchmark-memoria/SKILL.md +1 -1
- package/habilidades/calidad-contract-testing/SKILL.md +165 -0
- package/habilidades/changelog-generator/SKILL.md +9 -2
- package/habilidades/changelog-generator/scripts/parse-commits.js +13 -1
- package/habilidades/diagrama-arquitectura/SKILL.md +1 -1
- package/habilidades/drift-detection/SKILL.md +179 -179
- package/habilidades/ejecutar-fase/SKILL.md +541 -468
- package/habilidades/estructura-proyecto-claude/SKILL.md +17 -14
- package/habilidades/estructura-proyecto-claude/recursos/configuracion-y-extensiones.md +34 -23
- package/habilidades/estructura-proyecto-claude/recursos/frontmatter-y-hooks-referencia.md +70 -53
- package/habilidades/estructura-proyecto-claude/recursos/mcp-json-template.json +57 -77
- package/habilidades/extractor-de-aprendizajes/SKILL.md +9 -5
- package/habilidades/harness-claude-code/SKILL.md +10 -7
- package/{reglas/harness-claude-code.md → habilidades/harness-claude-code/recursos/disciplina-harness-regla.md} +2 -2
- package/habilidades/instalar-sistema/SKILL.md +3 -3
- package/habilidades/meta-skills-estandar/recursos/frameworks-seguridad.md +1 -1
- package/habilidades/perfil-usuario/SKILL.md +200 -200
- package/habilidades/planear-fase/SKILL.md +26 -4
- package/habilidades/proceso-ddia-fundamentos/SKILL.md +1 -1
- package/habilidades/proceso-ddia-streaming/SKILL.md +4 -4
- package/habilidades/proceso-debate-adversarial/SKILL.md +2 -2
- package/habilidades/protocolo-revision-swl/SKILL.md +1 -1
- package/habilidades/seguridad-skills-ia/SKILL.md +1 -1
- package/habilidades/swl-claudemd/SKILL.md +50 -210
- package/habilidades/swl-claudemd/recursos/contrato-aprender.md +83 -0
- package/habilidades/swl-claudemd/recursos/duplicacion-reglas-globales.md +85 -0
- package/habilidades/swl-claudemd/recursos/plantillas-init.md +94 -0
- package/habilidades/swl-dashboard/SKILL.md +9 -9
- package/habilidades/swl-revisar-impacto/SKILL.md +1 -1
- package/habilidades/tdd-workflow/SKILL.md +715 -673
- package/habilidades/validacion-ci-sistema/SKILL.md +20 -4
- package/hooks/calidad-pre-commit.js +344 -3
- package/hooks/check-update.js +39 -1
- package/hooks/ciclo-evolucion-subagente.js +26 -0
- package/hooks/ciclo-evolucion.js +26 -0
- package/hooks/extraccion-aprendizajes.js +13 -0
- package/hooks/lib/autonomia.js +208 -0
- package/hooks/lib/briefing.js +474 -0
- package/hooks/lib/ciclo-evolucion.js +47 -0
- package/hooks/{auto-evolucion.js → lib/etapa-auto-evolucion.js} +701 -700
- package/hooks/{metricas-evolucion.js → lib/etapa-metricas.js} +388 -376
- package/hooks/{actualizar-perfil-usuario.js → lib/etapa-perfil-usuario.js} +376 -364
- package/hooks/lib/evolution-tracker.js +24 -3
- package/hooks/lib/propose-step.js +357 -0
- package/hooks/session-briefing.js +98 -0
- package/hooks/spec-gate.js +211 -0
- package/hooks/tdd-gate.js +241 -0
- package/hooks/telemetria-skill-routing.js +100 -0
- package/hooks/validar-intent-spec.js +30 -10
- package/instintos/autonomia.yaml +27 -0
- package/llms.txt +6 -6
- package/manifiestos/hooks-config.json +44 -17
- package/manifiestos/modulos.json +40 -15
- package/manifiestos/skills-lock.json +64 -57
- package/package.json +93 -93
- package/plugin.json +371 -375
- package/reglas/accesibilidad.md +10 -0
- package/reglas/analizar-directorios-antes-de-escribir.md +228 -0
- package/reglas/api-diseno.md +9 -0
- package/reglas/auditorias-documentales-estructurales.md +7 -0
- package/reglas/cloud-infra.md +8 -0
- package/reglas/consultar-vault-primero.md +195 -0
- package/reglas/debatir-antes-de-aceptar.md +158 -0
- package/reglas/fragmentos-compartidos.md +5 -0
- package/reglas/git-coauthor.md +100 -0
- package/reglas/gobernanza.md +4 -4
- package/reglas/hooks.md +6 -0
- package/reglas/intent-engineering.md +4 -0
- package/reglas/markitdown.md +8 -0
- package/reglas/memoria-consolidada.md +1 -1
- package/reglas/monitor-ci.md +309 -0
- package/reglas/patrones.md +6 -0
- package/reglas/registro-componentes-nuevos.md +39 -2
- package/reglas/seguridad-agentes.md +1 -1
- package/reglas/sesiones-paralelas.md +180 -0
- package/reglas/skills-estandar.md +6 -0
- package/reglas/testing.md +7 -0
- package/reglas/tests-cleanup.md +4 -0
- package/reglas/usar-code-review-graph.md +155 -0
- package/reglas/usar-sistema-swl.md +1 -1
- package/reglas/verificar-citas-normativas.md +548 -0
- package/scripts/instalador.js +52 -6
- package/scripts/lib/ci-reader.js +193 -0
- package/scripts/lib/detectar-host-swl.js +175 -0
- package/scripts/lib/evidencia-release.js +322 -0
- package/scripts/lib/gate-hooks-requires.js +249 -0
- package/scripts/lib/gate-licencias.js +212 -0
- package/scripts/lib/git-metricas.js +257 -0
- package/scripts/lib/gitignore-manifest.js +29 -1
- package/scripts/lib/metricas-dora.js +204 -0
- package/scripts/lib/plan-lock.js +275 -0
- package/scripts/migrar-fase-dominio.js +0 -1
- package/scripts/tui/ejecutores.js +1 -1
- package/scripts/validar-manifest.js +92 -1
- package/scripts/verificar-evolucion.js +54 -4
- package/scripts/verificar-release.js +102 -0
- package/scripts/verificar-trazabilidad.js +298 -0
- package/agentes/ux-disenador-swl.md +0 -503
- package/comandos/swl/dashboard.md +0 -146
- package/comandos/swl/evolucion-estado.md +0 -191
- package/comandos/swl/metricas.md +0 -376
- package/comandos/swl/salud.md +0 -481
- package/reglas/arquitectura.evolved.json +0 -7
- package/reglas/seguridad.evolved.json +0 -7
- package/reglas/verificar-citas-temporales.md +0 -139
|
@@ -168,19 +168,10 @@
|
|
|
168
168
|
"maxConsecutiveFailures": 5,
|
|
169
169
|
"degradeOnFailure": "skip"
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"ciclo-evolucion.js": {
|
|
172
172
|
"event": "Stop",
|
|
173
173
|
"matcher": "",
|
|
174
|
-
"description": "
|
|
175
|
-
"blocking": false,
|
|
176
|
-
"async": true,
|
|
177
|
-
"maxConsecutiveFailures": 5,
|
|
178
|
-
"degradeOnFailure": "skip"
|
|
179
|
-
},
|
|
180
|
-
"metricas-evolucion.js": {
|
|
181
|
-
"event": "Stop",
|
|
182
|
-
"matcher": "",
|
|
183
|
-
"description": "Consolida métricas del ciclo de evolución (nudges accionados/pendientes, instintos, fallos de agentes, evoluciones aplicadas/revertidas) y actualiza .planning/evolution/metricas.json con health_score compuesto. Dispara escalamiento a alertas persistentes si >=5 nudges del mismo tipo ignorados en 14d.",
|
|
174
|
+
"description": "Ciclo de evolución (evento Stop): en un solo proceso ejecuta las sub-etapas de métricas (consolida .planning/evolution/metricas.json con health_score; escala alertas persistentes si >=5 nudges del mismo tipo ignorados en 14d) y perfil de usuario (acumula dirty-bit en .planning/user-profile/; nudge a perfilador-usuario-swl al cruzar umbral). Fusión de metricas-evolucion.js + actualizar-perfil-usuario.js (Fase 11, D-12). Lógica en hooks/lib/etapa-{metricas,perfil-usuario}.js.",
|
|
184
175
|
"blocking": false,
|
|
185
176
|
"async": true,
|
|
186
177
|
"maxConsecutiveFailures": 5,
|
|
@@ -195,10 +186,10 @@
|
|
|
195
186
|
"maxConsecutiveFailures": 5,
|
|
196
187
|
"degradeOnFailure": "skip"
|
|
197
188
|
},
|
|
198
|
-
"
|
|
189
|
+
"ciclo-evolucion-subagente.js": {
|
|
199
190
|
"event": "SubagentStop",
|
|
200
191
|
"matcher": "",
|
|
201
|
-
"description": "
|
|
192
|
+
"description": "Ciclo de evolución (evento SubagentStop): registra cada terminación de subagente SWL en .planning/auto-evolution/agentes.jsonl y emite nudge a /swl:evolucionar cuando un agente acumula fallos, volumen de runs, loop o drift (ventana 14 días, throttle 24h). Renombrado de auto-evolucion.js (Fase 11, D-12). Lógica en hooks/lib/etapa-auto-evolucion.js.",
|
|
202
193
|
"blocking": false,
|
|
203
194
|
"async": true,
|
|
204
195
|
"maxConsecutiveFailures": 5,
|
|
@@ -222,6 +213,15 @@
|
|
|
222
213
|
"maxConsecutiveFailures": 5,
|
|
223
214
|
"degradeOnFailure": "skip"
|
|
224
215
|
},
|
|
216
|
+
"telemetria-skill-routing.js": {
|
|
217
|
+
"event": "PostToolUse",
|
|
218
|
+
"matcher": "Skill",
|
|
219
|
+
"description": "Registra frecuencia/estado de cada invocación de skill en .planning/skill-metrics.json (alimenta auditoría de bloat, P-2). Opt-out SWL_SKILL_TELEMETRIA=0",
|
|
220
|
+
"blocking": false,
|
|
221
|
+
"async": true,
|
|
222
|
+
"maxConsecutiveFailures": 5,
|
|
223
|
+
"degradeOnFailure": "skip"
|
|
224
|
+
},
|
|
225
225
|
"audit-trail.js": {
|
|
226
226
|
"event": "PostToolUse",
|
|
227
227
|
"matcher": "",
|
|
@@ -374,14 +374,32 @@
|
|
|
374
374
|
"maxConsecutiveFailures": 5,
|
|
375
375
|
"degradeOnFailure": "skip"
|
|
376
376
|
},
|
|
377
|
+
"tdd-gate.js": {
|
|
378
|
+
"event": "PreToolUse",
|
|
379
|
+
"matcher": "Bash",
|
|
380
|
+
"description": "Gate G2 (TDD): ante git commit de feature (fuente+tests staged) verifica evidencia de ciclo RED en .planning/loops/tdd-* (telemetria escrita por ejecutar-fase/tdd-workflow). Sin evidencia emite nudge kind:tdd-red-evidence (warn-only, NUNCA exit 2 en este modo). Solo aplica con fase activa (ciclo GSD); 'fuente sin tests' es dominio de G3 (sin doble nudge). Respeta opt-out declarado del CONTEXTO (**TDD**: off) y prefijos docs:/chore:/style:. Ventana de evidencia: 24h (SWL_TDD_GATE_VENTANA_H). Opt-out: SWL_TDD_GATE=0. Promocion a blocking via ADR-0035 (D-07).",
|
|
381
|
+
"blocking": false,
|
|
382
|
+
"async": false,
|
|
383
|
+
"maxConsecutiveFailures": 5,
|
|
384
|
+
"degradeOnFailure": "warn"
|
|
385
|
+
},
|
|
386
|
+
"spec-gate.js": {
|
|
387
|
+
"event": "PreToolUse",
|
|
388
|
+
"matcher": "Write|Edit|MultiEdit",
|
|
389
|
+
"description": "Gate G0 (SDD): detecta Write/Edit a codigo fuente sin fase activa con PLAN aprobado. Lee .planning/locks/fase-activa.json (escrito por /swl:aprobar-plan) y re-computa SHA256 del plan referenciado; sin fase activa o plan mutado emite nudge kind:spec-gate (warn-only, NUNCA exit 2 en este modo). Zero-config: sin .planning/ sale silencioso. Excluye tests/generados/docs (clasificador esArchivoFuente de calidad-pre-commit) y temp/, node_modules/, _userland/, respositorios-git/. Opt-out: SWL_SPEC_GATE=0. Promocion a blocking via ADR-0034 tras ~2 semanas de calibracion (D-07).",
|
|
390
|
+
"blocking": false,
|
|
391
|
+
"async": false,
|
|
392
|
+
"maxConsecutiveFailures": 5,
|
|
393
|
+
"degradeOnFailure": "warn"
|
|
394
|
+
},
|
|
377
395
|
"validar-intent-spec.js": {
|
|
378
396
|
"event": "PostToolUse",
|
|
379
397
|
"matcher": "Write|Edit|MultiEdit",
|
|
380
|
-
"description": "Verifica que agentes nivelRiesgo:ALTO declaren las 6 partes del framework Intent Engineering (strategy, healthMetrics, steering, hardGuardrails, maxTurnos, fragmentos:[_intent-spec]) segun reglas/intent-engineering.md. Solo aplica a agentes/*.md no fragmentos. Emite nudge a .planning/evolution/nudges.jsonl
|
|
381
|
-
"blocking":
|
|
382
|
-
"async":
|
|
398
|
+
"description": "Verifica que agentes nivelRiesgo:ALTO declaren las 6 partes del framework Intent Engineering (strategy, healthMetrics, steering, hardGuardrails, maxTurnos, fragmentos:[_intent-spec]) segun reglas/intent-engineering.md. Solo aplica a agentes/*.md no fragmentos. Emite nudge a .planning/evolution/nudges.jsonl y BLOQUEA (exit 2) si faltan campos. Excluye temp/, node_modules/, respositorios-git/, _userland/, .planning/. Opt-out: SWL_INTENT_SPEC=0. ADR-0027 (warn-only) -> ADR-0033 (blocking, 2026-06-11).",
|
|
399
|
+
"blocking": true,
|
|
400
|
+
"async": false,
|
|
383
401
|
"maxConsecutiveFailures": 5,
|
|
384
|
-
"degradeOnFailure": "
|
|
402
|
+
"degradeOnFailure": "warn"
|
|
385
403
|
},
|
|
386
404
|
"notificacion-telegram.js": {
|
|
387
405
|
"event": "Stop",
|
|
@@ -419,6 +437,15 @@
|
|
|
419
437
|
"maxConsecutiveFailures": 5,
|
|
420
438
|
"degradeOnFailure": "skip"
|
|
421
439
|
},
|
|
440
|
+
"session-briefing.js": {
|
|
441
|
+
"event": "SessionStart",
|
|
442
|
+
"matcher": "",
|
|
443
|
+
"description": "Briefing proactivo de inicio de sesión (Fase 12, ADR-0036): digest no solicitado de señales accionables del proyecto destino — ADRs Propuestos con reevaluación vencida, deuda con trigger por fecha cumplido, nudges sin accionar, gates en calibración con ventana cumplida, y trabajo de retoma pendiente. Máximo 5 ítems con acción ejecutable; silencio total sin señales nuevas; dedupe diario. Solo filesystem, presupuesto <200ms. Opt-out: SWL_BRIEFING=0.",
|
|
444
|
+
"blocking": false,
|
|
445
|
+
"async": false,
|
|
446
|
+
"maxConsecutiveFailures": 5,
|
|
447
|
+
"degradeOnFailure": "skip"
|
|
448
|
+
},
|
|
422
449
|
"validar-planning-paths.js": {
|
|
423
450
|
"event": "PostToolUse",
|
|
424
451
|
"matcher": "Write|Edit|MultiEdit",
|
package/manifiestos/modulos.json
CHANGED
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"agentes/frontend-angular-swl.md",
|
|
41
41
|
"agentes/frontend-css-swl.md",
|
|
42
42
|
"agentes/frontend-tailwind-swl.md",
|
|
43
|
-
"agentes/ux-disenador-swl.md",
|
|
44
43
|
"agentes/disenador-ui-swl.md",
|
|
45
44
|
"agentes/accesibilidad-wcag-swl.md"
|
|
46
45
|
],
|
|
@@ -249,7 +248,8 @@
|
|
|
249
248
|
"habilidades/agent-deep-links",
|
|
250
249
|
"habilidades/changelog-generator",
|
|
251
250
|
"habilidades/proceso-debate-adversarial",
|
|
252
|
-
"habilidades/calidad-mutation-testing"
|
|
251
|
+
"habilidades/calidad-mutation-testing",
|
|
252
|
+
"habilidades/calidad-contract-testing"
|
|
253
253
|
],
|
|
254
254
|
"targets": [
|
|
255
255
|
"claude",
|
|
@@ -807,19 +807,26 @@
|
|
|
807
807
|
},
|
|
808
808
|
"comandos-core": {
|
|
809
809
|
"descripcion": "Comandos esenciales del flujo SWL",
|
|
810
|
-
"tipo": "
|
|
810
|
+
"tipo": "mixto",
|
|
811
811
|
"archivos": [
|
|
812
812
|
"comandos/swl/nuevo-proyecto.md",
|
|
813
813
|
"comandos/swl/instalar.md",
|
|
814
|
+
"comandos/swl/status.md",
|
|
814
815
|
"comandos/swl/planear-fase.md",
|
|
816
|
+
"comandos/swl/aprobar-plan.md",
|
|
815
817
|
"comandos/swl/ejecutar-fase.md",
|
|
816
818
|
"comandos/swl/verificar.md",
|
|
817
819
|
"comandos/swl/discutir-fase.md",
|
|
820
|
+
"comandos/swl/briefing.md",
|
|
818
821
|
"comandos/swl/mapear-codebase.md",
|
|
819
822
|
"comandos/swl/adoptar-proyecto.md",
|
|
820
823
|
"comandos/swl/checkpoint.md",
|
|
821
824
|
"comandos/swl/compactar.md",
|
|
822
|
-
"comandos/swl/aprender.md"
|
|
825
|
+
"comandos/swl/aprender.md",
|
|
826
|
+
"scripts/lib/plan-lock.js",
|
|
827
|
+
"scripts/verificar-trazabilidad.js",
|
|
828
|
+
"scripts/lib/evidencia-release.js",
|
|
829
|
+
"scripts/lib/gate-licencias.js"
|
|
823
830
|
],
|
|
824
831
|
"targets": [
|
|
825
832
|
"claude",
|
|
@@ -836,8 +843,6 @@
|
|
|
836
843
|
"archivos": [
|
|
837
844
|
"comandos/swl/actualizar.md",
|
|
838
845
|
"comandos/swl/evolucionar.md",
|
|
839
|
-
"comandos/swl/evolucion-estado.md",
|
|
840
|
-
"comandos/swl/salud.md",
|
|
841
846
|
"comandos/swl/release.md",
|
|
842
847
|
"comandos/swl/auditar-deps.md",
|
|
843
848
|
"comandos/swl/crear-skill.md",
|
|
@@ -847,13 +852,11 @@
|
|
|
847
852
|
"comandos/swl/sesiones.md",
|
|
848
853
|
"comandos/swl/instintos.md",
|
|
849
854
|
"comandos/swl/modelo.md",
|
|
850
|
-
"comandos/swl/metricas.md",
|
|
851
855
|
"comandos/swl/plugins.md",
|
|
852
856
|
"comandos/swl/brainstorm.md",
|
|
853
857
|
"comandos/swl/revisar.md",
|
|
854
858
|
"comandos/swl/gateway.md",
|
|
855
859
|
"comandos/swl/cron.md",
|
|
856
|
-
"comandos/swl/dashboard.md",
|
|
857
860
|
"comandos/swl/skill-search.md",
|
|
858
861
|
"comandos/swl/evaluar-skill.md",
|
|
859
862
|
"comandos/swl/wiki.md",
|
|
@@ -911,8 +914,15 @@
|
|
|
911
914
|
"reglas/auditorias-documentales-estructurales.md",
|
|
912
915
|
"reglas/intent-engineering.md",
|
|
913
916
|
"reglas/tests-cleanup.md",
|
|
914
|
-
"reglas/
|
|
915
|
-
"reglas/
|
|
917
|
+
"reglas/sin-duplicacion-reglas-globales.md",
|
|
918
|
+
"reglas/analizar-directorios-antes-de-escribir.md",
|
|
919
|
+
"reglas/consultar-vault-primero.md",
|
|
920
|
+
"reglas/debatir-antes-de-aceptar.md",
|
|
921
|
+
"reglas/git-coauthor.md",
|
|
922
|
+
"reglas/monitor-ci.md",
|
|
923
|
+
"reglas/sesiones-paralelas.md",
|
|
924
|
+
"reglas/usar-code-review-graph.md",
|
|
925
|
+
"reglas/verificar-citas-normativas.md"
|
|
916
926
|
],
|
|
917
927
|
"targets": [
|
|
918
928
|
"claude",
|
|
@@ -938,8 +948,7 @@
|
|
|
938
948
|
"reglas/gobernanza.md",
|
|
939
949
|
"reglas/hooks.md",
|
|
940
950
|
"reglas/patrones.md",
|
|
941
|
-
"reglas/testing.md"
|
|
942
|
-
"reglas/harness-claude-code.md"
|
|
951
|
+
"reglas/testing.md"
|
|
943
952
|
],
|
|
944
953
|
"targets": [
|
|
945
954
|
"claude",
|
|
@@ -1023,16 +1032,25 @@
|
|
|
1023
1032
|
"hooks/graph-update.js",
|
|
1024
1033
|
"hooks/preservar-estado-pre-compact.js",
|
|
1025
1034
|
"hooks/check-update.js",
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1035
|
+
"scripts/lib/npm-version.js",
|
|
1036
|
+
"scripts/lib/paquetes-conocidos.js",
|
|
1037
|
+
"scripts/lib/git-metricas.js",
|
|
1038
|
+
"scripts/lib/drift-detector.js",
|
|
1039
|
+
"hooks/ciclo-evolucion.js",
|
|
1040
|
+
"hooks/ciclo-evolucion-subagente.js",
|
|
1029
1041
|
"hooks/notificacion-sesion-stop.js",
|
|
1030
1042
|
"hooks/captura-feedback-usuario.js",
|
|
1031
1043
|
"hooks/inbox-aviso.js",
|
|
1044
|
+
"hooks/session-briefing.js",
|
|
1045
|
+
"hooks/lib/briefing.js",
|
|
1046
|
+
"hooks/lib/propose-step.js",
|
|
1047
|
+
"hooks/lib/autonomia.js",
|
|
1032
1048
|
"hooks/aiisms-detector.js",
|
|
1033
1049
|
"hooks/claudemd-bloat-detector.js",
|
|
1034
1050
|
"hooks/claudemd-duplicacion-detector.js",
|
|
1035
1051
|
"hooks/validar-intent-spec.js",
|
|
1052
|
+
"hooks/spec-gate.js",
|
|
1053
|
+
"hooks/tdd-gate.js",
|
|
1036
1054
|
"hooks/sugerir-regenerar-inventario.js",
|
|
1037
1055
|
"hooks/sugerir-contribuir.js",
|
|
1038
1056
|
"hooks/contexto-iteracion.js",
|
|
@@ -1041,6 +1059,10 @@
|
|
|
1041
1059
|
"hooks/lib/token-budget.js",
|
|
1042
1060
|
"hooks/lib/nudge-tracker.js",
|
|
1043
1061
|
"hooks/lib/gateway-notify.js",
|
|
1062
|
+
"hooks/lib/ciclo-evolucion.js",
|
|
1063
|
+
"hooks/lib/etapa-metricas.js",
|
|
1064
|
+
"hooks/lib/etapa-perfil-usuario.js",
|
|
1065
|
+
"hooks/lib/etapa-auto-evolucion.js",
|
|
1044
1066
|
"hooks/validar-planning-paths.js"
|
|
1045
1067
|
],
|
|
1046
1068
|
"targets": [
|
|
@@ -1127,10 +1149,13 @@
|
|
|
1127
1149
|
"tipo": "hooks",
|
|
1128
1150
|
"archivos": [
|
|
1129
1151
|
"hooks/telemetria-agentes.js",
|
|
1152
|
+
"hooks/telemetria-skill-routing.js",
|
|
1130
1153
|
"hooks/audit-trail.js",
|
|
1131
1154
|
"hooks/registro-turnos.js",
|
|
1132
1155
|
"hooks/lib/otlp-exporter.js",
|
|
1133
1156
|
"scripts/lib/skill-discovery.js",
|
|
1157
|
+
"scripts/lib/span-schema.js",
|
|
1158
|
+
"scripts/lib/tracing-processor-interface.js",
|
|
1134
1159
|
"scripts/lib/audit-query.js",
|
|
1135
1160
|
"comandos/swl/skill-search.md"
|
|
1136
1161
|
],
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"lockfileVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
4
|
-
"skillsCount":
|
|
5
|
-
"lockHash": "sha256:
|
|
3
|
+
"generatedAt": "2026-06-12T19:50:44.271Z",
|
|
4
|
+
"skillsCount": 182,
|
|
5
|
+
"lockHash": "sha256:db10fd842d21ff25e267d1b7bf2894876450ed4ca3d379f035079501a6d7e9d3",
|
|
6
6
|
"skills": [
|
|
7
7
|
{
|
|
8
8
|
"nombre": "accesibilidad-a11y",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
{
|
|
36
36
|
"nombre": "ai-runtime-security",
|
|
37
37
|
"path": "habilidades/ai-runtime-security/SKILL.md",
|
|
38
|
-
"hash": "sha256:
|
|
39
|
-
"bytes":
|
|
38
|
+
"hash": "sha256:148604f26936b6797efa0a620a6bd0a8228a5bcb1d1a1b659a1c7daaba1b6942",
|
|
39
|
+
"bytes": 17581,
|
|
40
40
|
"version": "\"1.0.1\""
|
|
41
41
|
},
|
|
42
42
|
{
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
{
|
|
92
92
|
"nombre": "auto-evolucion-protocolo",
|
|
93
93
|
"path": "habilidades/auto-evolucion-protocolo/SKILL.md",
|
|
94
|
-
"hash": "sha256:
|
|
95
|
-
"bytes":
|
|
94
|
+
"hash": "sha256:d31d508d7bec1ed266e03f5cef60e1f11b661e45f7b4f43f77b06333e211ed1b",
|
|
95
|
+
"bytes": 14396,
|
|
96
96
|
"version": "\"1.1.1\""
|
|
97
97
|
},
|
|
98
98
|
{
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
{
|
|
141
141
|
"nombre": "benchmark-memoria",
|
|
142
142
|
"path": "habilidades/benchmark-memoria/SKILL.md",
|
|
143
|
-
"hash": "sha256:
|
|
144
|
-
"bytes":
|
|
143
|
+
"hash": "sha256:d2974eef1b2f96af911d342b212b3b4affeb24a1fcbf97db9943d156de282f8c",
|
|
144
|
+
"bytes": 7491,
|
|
145
145
|
"version": "\"1.0.0\""
|
|
146
146
|
},
|
|
147
147
|
{
|
|
@@ -249,6 +249,13 @@
|
|
|
249
249
|
"bytes": 11840,
|
|
250
250
|
"version": "\"1.0.0\""
|
|
251
251
|
},
|
|
252
|
+
{
|
|
253
|
+
"nombre": "calidad-contract-testing",
|
|
254
|
+
"path": "habilidades/calidad-contract-testing/SKILL.md",
|
|
255
|
+
"hash": "sha256:dc91fc323fa1f721a5957ad72f5403987c8e49ee0dc059e987bb131e4492f292",
|
|
256
|
+
"bytes": 9391,
|
|
257
|
+
"version": "\"1.0.0\""
|
|
258
|
+
},
|
|
252
259
|
{
|
|
253
260
|
"nombre": "calidad-mutation-testing",
|
|
254
261
|
"path": "habilidades/calidad-mutation-testing/SKILL.md",
|
|
@@ -259,9 +266,9 @@
|
|
|
259
266
|
{
|
|
260
267
|
"nombre": "changelog-generator",
|
|
261
268
|
"path": "habilidades/changelog-generator/SKILL.md",
|
|
262
|
-
"hash": "sha256:
|
|
263
|
-
"bytes":
|
|
264
|
-
"version": "1.
|
|
269
|
+
"hash": "sha256:98ce8d74e9c5e94a2b897eb9ca289b02ce30b7624825822d9f0728d8e94d68ae",
|
|
270
|
+
"bytes": 7917,
|
|
271
|
+
"version": "1.1.0"
|
|
265
272
|
},
|
|
266
273
|
{
|
|
267
274
|
"nombre": "checklist-calidad",
|
|
@@ -399,8 +406,8 @@
|
|
|
399
406
|
{
|
|
400
407
|
"nombre": "diagrama-arquitectura",
|
|
401
408
|
"path": "habilidades/diagrama-arquitectura/SKILL.md",
|
|
402
|
-
"hash": "sha256:
|
|
403
|
-
"bytes":
|
|
409
|
+
"hash": "sha256:480e736a670f99c31e5fbfaa441ae147912881f5070b7972db98352d2ae445cf",
|
|
410
|
+
"bytes": 9951,
|
|
404
411
|
"version": "\"1.0.0\""
|
|
405
412
|
},
|
|
406
413
|
{
|
|
@@ -448,16 +455,16 @@
|
|
|
448
455
|
{
|
|
449
456
|
"nombre": "drift-detection",
|
|
450
457
|
"path": "habilidades/drift-detection/SKILL.md",
|
|
451
|
-
"hash": "sha256:
|
|
452
|
-
"bytes":
|
|
458
|
+
"hash": "sha256:d4ebac36efbd93bcf4487542151812242730da85cf2724a80b1522589813b9a1",
|
|
459
|
+
"bytes": 8444,
|
|
453
460
|
"version": "1.0.0"
|
|
454
461
|
},
|
|
455
462
|
{
|
|
456
463
|
"nombre": "ejecutar-fase",
|
|
457
464
|
"path": "habilidades/ejecutar-fase/SKILL.md",
|
|
458
|
-
"hash": "sha256:
|
|
459
|
-
"bytes":
|
|
460
|
-
"version": "\"1.1
|
|
465
|
+
"hash": "sha256:861cf3d2198d43432090f25f69d79f9edf6214ac31c23531957071a62494de3f",
|
|
466
|
+
"bytes": 22890,
|
|
467
|
+
"version": "\"1.2.1\""
|
|
461
468
|
},
|
|
462
469
|
{
|
|
463
470
|
"nombre": "ejecutar-task-iterativo",
|
|
@@ -476,9 +483,9 @@
|
|
|
476
483
|
{
|
|
477
484
|
"nombre": "estructura-proyecto-claude",
|
|
478
485
|
"path": "habilidades/estructura-proyecto-claude/SKILL.md",
|
|
479
|
-
"hash": "sha256:
|
|
480
|
-
"bytes":
|
|
481
|
-
"version": "\"1.
|
|
486
|
+
"hash": "sha256:bfb07f97bd160ea07fa5dd5fd508ad3f4d8291982fc475ebda040e646d18772a",
|
|
487
|
+
"bytes": 12307,
|
|
488
|
+
"version": "\"1.1.0\""
|
|
482
489
|
},
|
|
483
490
|
{
|
|
484
491
|
"nombre": "eval-framework",
|
|
@@ -511,9 +518,9 @@
|
|
|
511
518
|
{
|
|
512
519
|
"nombre": "extractor-de-aprendizajes",
|
|
513
520
|
"path": "habilidades/extractor-de-aprendizajes/SKILL.md",
|
|
514
|
-
"hash": "sha256:
|
|
515
|
-
"bytes":
|
|
516
|
-
"version": "\"1.0.
|
|
521
|
+
"hash": "sha256:c34ceb3fbed0e283309c3049ad3df1d4adf88d0e3b889aaf79f9a01a77c5602b",
|
|
522
|
+
"bytes": 23819,
|
|
523
|
+
"version": "\"1.0.6\""
|
|
517
524
|
},
|
|
518
525
|
{
|
|
519
526
|
"nombre": "fastapi-experto",
|
|
@@ -602,8 +609,8 @@
|
|
|
602
609
|
{
|
|
603
610
|
"nombre": "harness-claude-code",
|
|
604
611
|
"path": "habilidades/harness-claude-code/SKILL.md",
|
|
605
|
-
"hash": "sha256:
|
|
606
|
-
"bytes":
|
|
612
|
+
"hash": "sha256:34a52efc964626d05d90cbd597e082ed4ace6b481789a31b2b091d1075f80080",
|
|
613
|
+
"bytes": 15606,
|
|
607
614
|
"version": "\"1.0.1\""
|
|
608
615
|
},
|
|
609
616
|
{
|
|
@@ -623,8 +630,8 @@
|
|
|
623
630
|
{
|
|
624
631
|
"nombre": "instalar-sistema",
|
|
625
632
|
"path": "habilidades/instalar-sistema/SKILL.md",
|
|
626
|
-
"hash": "sha256:
|
|
627
|
-
"bytes":
|
|
633
|
+
"hash": "sha256:c64f1edc444ff81d00157a80bf60bb171fe3cada7d4964e0f754cd73b007c183",
|
|
634
|
+
"bytes": 12336,
|
|
628
635
|
"version": "\"1.0.1\""
|
|
629
636
|
},
|
|
630
637
|
{
|
|
@@ -847,8 +854,8 @@
|
|
|
847
854
|
{
|
|
848
855
|
"nombre": "perfil-usuario",
|
|
849
856
|
"path": "habilidades/perfil-usuario/SKILL.md",
|
|
850
|
-
"hash": "sha256:
|
|
851
|
-
"bytes":
|
|
857
|
+
"hash": "sha256:6887b812f57b357ef289e6f66efe17e4e92b4ce4458e5492a8f7b426fdd08deb",
|
|
858
|
+
"bytes": 9019,
|
|
852
859
|
"version": "\"1.0.0\""
|
|
853
860
|
},
|
|
854
861
|
{
|
|
@@ -882,9 +889,9 @@
|
|
|
882
889
|
{
|
|
883
890
|
"nombre": "planear-fase",
|
|
884
891
|
"path": "habilidades/planear-fase/SKILL.md",
|
|
885
|
-
"hash": "sha256:
|
|
886
|
-
"bytes":
|
|
887
|
-
"version": "\"1.
|
|
892
|
+
"hash": "sha256:319c3bb674507a8ee31dc8623b441adf9341a24e02697e23dc3cf7b8f4ad9e1f",
|
|
893
|
+
"bytes": 15402,
|
|
894
|
+
"version": "\"1.3.1\""
|
|
888
895
|
},
|
|
889
896
|
{
|
|
890
897
|
"nombre": "postgresql-experto",
|
|
@@ -931,22 +938,22 @@
|
|
|
931
938
|
{
|
|
932
939
|
"nombre": "proceso-ddia-fundamentos",
|
|
933
940
|
"path": "habilidades/proceso-ddia-fundamentos/SKILL.md",
|
|
934
|
-
"hash": "sha256:
|
|
935
|
-
"bytes":
|
|
941
|
+
"hash": "sha256:b51e2a2f71e220c0fc2557ec7e425ff6505dfc31a9720a6c6a0d0e8cb0b51baf",
|
|
942
|
+
"bytes": 10316,
|
|
936
943
|
"version": null
|
|
937
944
|
},
|
|
938
945
|
{
|
|
939
946
|
"nombre": "proceso-ddia-streaming",
|
|
940
947
|
"path": "habilidades/proceso-ddia-streaming/SKILL.md",
|
|
941
|
-
"hash": "sha256:
|
|
942
|
-
"bytes":
|
|
948
|
+
"hash": "sha256:59ae94da3e656871416c0b47944bf4fae02215c4d3cf7e2f826f206483341515",
|
|
949
|
+
"bytes": 9518,
|
|
943
950
|
"version": null
|
|
944
951
|
},
|
|
945
952
|
{
|
|
946
953
|
"nombre": "proceso-debate-adversarial",
|
|
947
954
|
"path": "habilidades/proceso-debate-adversarial/SKILL.md",
|
|
948
|
-
"hash": "sha256:
|
|
949
|
-
"bytes":
|
|
955
|
+
"hash": "sha256:74ba347168ae54026f3be4316b05d6d0d6997167e11d07ab2710a821efa679e5",
|
|
956
|
+
"bytes": 9013,
|
|
950
957
|
"version": "\"1.0.0\""
|
|
951
958
|
},
|
|
952
959
|
{
|
|
@@ -987,8 +994,8 @@
|
|
|
987
994
|
{
|
|
988
995
|
"nombre": "protocolo-revision-swl",
|
|
989
996
|
"path": "habilidades/protocolo-revision-swl/SKILL.md",
|
|
990
|
-
"hash": "sha256:
|
|
991
|
-
"bytes":
|
|
997
|
+
"hash": "sha256:c84502a49b26fb005d237874e2b8c323407529bb1ac8d87362f622c9be46e730",
|
|
998
|
+
"bytes": 15874,
|
|
992
999
|
"version": "\"1.0.1\""
|
|
993
1000
|
},
|
|
994
1001
|
{
|
|
@@ -1064,8 +1071,8 @@
|
|
|
1064
1071
|
{
|
|
1065
1072
|
"nombre": "seguridad-skills-ia",
|
|
1066
1073
|
"path": "habilidades/seguridad-skills-ia/SKILL.md",
|
|
1067
|
-
"hash": "sha256:
|
|
1068
|
-
"bytes":
|
|
1074
|
+
"hash": "sha256:a58f7591d2bf04cba02a4011d18eb91337c32faedf5b4701562a803f838c3ab1",
|
|
1075
|
+
"bytes": 13378,
|
|
1069
1076
|
"version": "\"1.0.1\""
|
|
1070
1077
|
},
|
|
1071
1078
|
{
|
|
@@ -1127,15 +1134,15 @@
|
|
|
1127
1134
|
{
|
|
1128
1135
|
"nombre": "swl-claudemd",
|
|
1129
1136
|
"path": "habilidades/swl-claudemd/SKILL.md",
|
|
1130
|
-
"hash": "sha256:
|
|
1131
|
-
"bytes":
|
|
1132
|
-
"version": "\"1.2.
|
|
1137
|
+
"hash": "sha256:b270cedba83127c2a45f4a639efce2f349a8645e42336bf44ca93a806dc1e53f",
|
|
1138
|
+
"bytes": 15362,
|
|
1139
|
+
"version": "\"1.2.1\""
|
|
1133
1140
|
},
|
|
1134
1141
|
{
|
|
1135
1142
|
"nombre": "swl-dashboard",
|
|
1136
1143
|
"path": "habilidades/swl-dashboard/SKILL.md",
|
|
1137
|
-
"hash": "sha256:
|
|
1138
|
-
"bytes":
|
|
1144
|
+
"hash": "sha256:376a059abe4bb433f8921f0f72abbf01bb5c7a776c63f390a0fb5b0934eff175",
|
|
1145
|
+
"bytes": 17872,
|
|
1139
1146
|
"version": "\"1.0.0\""
|
|
1140
1147
|
},
|
|
1141
1148
|
{
|
|
@@ -1148,8 +1155,8 @@
|
|
|
1148
1155
|
{
|
|
1149
1156
|
"nombre": "swl-revisar-impacto",
|
|
1150
1157
|
"path": "habilidades/swl-revisar-impacto/SKILL.md",
|
|
1151
|
-
"hash": "sha256:
|
|
1152
|
-
"bytes":
|
|
1158
|
+
"hash": "sha256:8aa78575e35be3c047d7abbc9c1f9f709e2d1161460a6b0b4e7a29c94db73eda",
|
|
1159
|
+
"bytes": 9878,
|
|
1153
1160
|
"version": "\"1.0.0\""
|
|
1154
1161
|
},
|
|
1155
1162
|
{
|
|
@@ -1162,9 +1169,9 @@
|
|
|
1162
1169
|
{
|
|
1163
1170
|
"nombre": "tdd-workflow",
|
|
1164
1171
|
"path": "habilidades/tdd-workflow/SKILL.md",
|
|
1165
|
-
"hash": "sha256:
|
|
1166
|
-
"bytes":
|
|
1167
|
-
"version": "\"1.1
|
|
1172
|
+
"hash": "sha256:c2cccec376924efd5b3fb283504b4953cbee8c625ec9ee7458be80816e9336b5",
|
|
1173
|
+
"bytes": 33084,
|
|
1174
|
+
"version": "\"1.2.1\""
|
|
1168
1175
|
},
|
|
1169
1176
|
{
|
|
1170
1177
|
"nombre": "terraform-experto",
|
|
@@ -1225,9 +1232,9 @@
|
|
|
1225
1232
|
{
|
|
1226
1233
|
"nombre": "validacion-ci-sistema",
|
|
1227
1234
|
"path": "habilidades/validacion-ci-sistema/SKILL.md",
|
|
1228
|
-
"hash": "sha256:
|
|
1229
|
-
"bytes":
|
|
1230
|
-
"version": "\"1.
|
|
1235
|
+
"hash": "sha256:817ea99320e3c9162675ded5482925fd0f23e57cdf510b159fe02fd5ac3d994e",
|
|
1236
|
+
"bytes": 8430,
|
|
1237
|
+
"version": "\"1.1.0\""
|
|
1231
1238
|
},
|
|
1232
1239
|
{
|
|
1233
1240
|
"nombre": "verificacion-evidencia",
|