@saulwade/swl-ses 1.9.0 → 2.0.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 (108) hide show
  1. package/CLAUDE.md +8 -8
  2. package/README.md +12 -12
  3. package/agentes/accesibilidad-wcag-swl.md +3 -3
  4. package/agentes/auto-evolucion-swl.md +908 -908
  5. package/agentes/disenador-ui-swl.md +6 -5
  6. package/agentes/frontend-angular-swl.md +2 -2
  7. package/agentes/frontend-css-swl.md +2 -2
  8. package/agentes/frontend-react-swl.md +4 -4
  9. package/agentes/frontend-swl.md +6 -6
  10. package/agentes/investigador-ux-swl.md +5 -5
  11. package/agentes/orquestador-swl.md +7 -7
  12. package/agentes/perfilador-usuario-swl.md +308 -308
  13. package/agentes/producto-prd-swl.md +1 -1
  14. package/agentes/red-team-swl.md +218 -218
  15. package/agentes/tdd-qa-swl.md +17 -1
  16. package/comandos/swl/actualizar.md +1 -1
  17. package/comandos/swl/aprender.md +2 -2
  18. package/comandos/swl/aprobar-plan.md +152 -0
  19. package/comandos/swl/ayuda.md +3 -3
  20. package/comandos/swl/discutir-fase.md +20 -2
  21. package/comandos/swl/ejecutar-fase.md +53 -6
  22. package/comandos/swl/evolucionar.md +1 -1
  23. package/comandos/swl/inbox.md +1 -1
  24. package/comandos/swl/instalar.md +1 -1
  25. package/comandos/swl/nemesis.md +1 -1
  26. package/comandos/swl/planear-fase.md +17 -1
  27. package/comandos/swl/plugins.md +1 -1
  28. package/comandos/swl/release.md +1 -1
  29. package/comandos/swl/status.md +279 -0
  30. package/comandos/swl/verificar.md +26 -1
  31. package/habilidades/ai-runtime-security/SKILL.md +1 -1
  32. package/habilidades/auto-evolucion-protocolo/SKILL.md +276 -276
  33. package/habilidades/benchmark-memoria/SKILL.md +1 -1
  34. package/habilidades/calidad-contract-testing/SKILL.md +165 -0
  35. package/habilidades/changelog-generator/SKILL.md +9 -2
  36. package/habilidades/changelog-generator/scripts/parse-commits.js +11 -1
  37. package/habilidades/diagrama-arquitectura/SKILL.md +1 -1
  38. package/habilidades/drift-detection/SKILL.md +179 -179
  39. package/habilidades/ejecutar-fase/SKILL.md +64 -14
  40. package/habilidades/estructura-proyecto-claude/SKILL.md +17 -14
  41. package/habilidades/estructura-proyecto-claude/recursos/configuracion-y-extensiones.md +34 -23
  42. package/habilidades/estructura-proyecto-claude/recursos/frontmatter-y-hooks-referencia.md +70 -53
  43. package/habilidades/estructura-proyecto-claude/recursos/mcp-json-template.json +57 -77
  44. package/habilidades/extractor-de-aprendizajes/SKILL.md +9 -5
  45. package/habilidades/harness-claude-code/SKILL.md +10 -7
  46. package/{reglas/harness-claude-code.md → habilidades/harness-claude-code/recursos/disciplina-harness-regla.md} +2 -2
  47. package/habilidades/instalar-sistema/SKILL.md +3 -3
  48. package/habilidades/meta-skills-estandar/recursos/frameworks-seguridad.md +1 -1
  49. package/habilidades/perfil-usuario/SKILL.md +200 -200
  50. package/habilidades/planear-fase/SKILL.md +25 -4
  51. package/habilidades/proceso-ddia-fundamentos/SKILL.md +1 -1
  52. package/habilidades/proceso-ddia-streaming/SKILL.md +4 -4
  53. package/habilidades/proceso-debate-adversarial/SKILL.md +2 -2
  54. package/habilidades/protocolo-revision-swl/SKILL.md +1 -1
  55. package/habilidades/seguridad-skills-ia/SKILL.md +1 -1
  56. package/habilidades/swl-claudemd/SKILL.md +50 -210
  57. package/habilidades/swl-claudemd/recursos/contrato-aprender.md +83 -0
  58. package/habilidades/swl-claudemd/recursos/duplicacion-reglas-globales.md +85 -0
  59. package/habilidades/swl-claudemd/recursos/plantillas-init.md +94 -0
  60. package/habilidades/swl-dashboard/SKILL.md +9 -9
  61. package/habilidades/swl-revisar-impacto/SKILL.md +1 -1
  62. package/habilidades/tdd-workflow/SKILL.md +45 -5
  63. package/habilidades/validacion-ci-sistema/SKILL.md +3 -3
  64. package/hooks/calidad-pre-commit.js +340 -3
  65. package/hooks/ciclo-evolucion-subagente.js +26 -0
  66. package/hooks/ciclo-evolucion.js +26 -0
  67. package/hooks/extraccion-aprendizajes.js +13 -0
  68. package/hooks/lib/ciclo-evolucion.js +47 -0
  69. package/hooks/{auto-evolucion.js → lib/etapa-auto-evolucion.js} +701 -700
  70. package/hooks/{metricas-evolucion.js → lib/etapa-metricas.js} +388 -376
  71. package/hooks/{actualizar-perfil-usuario.js → lib/etapa-perfil-usuario.js} +376 -364
  72. package/hooks/lib/evolution-tracker.js +24 -3
  73. package/hooks/spec-gate.js +211 -0
  74. package/hooks/tdd-gate.js +241 -0
  75. package/hooks/validar-intent-spec.js +30 -10
  76. package/llms.txt +6 -6
  77. package/manifiestos/hooks-config.json +26 -17
  78. package/manifiestos/modulos.json +17 -14
  79. package/manifiestos/skills-lock.json +63 -56
  80. package/package.json +2 -2
  81. package/plugin.json +6 -10
  82. package/reglas/accesibilidad.md +10 -0
  83. package/reglas/api-diseno.md +9 -0
  84. package/reglas/auditorias-documentales-estructurales.md +7 -0
  85. package/reglas/cloud-infra.md +8 -0
  86. package/reglas/fragmentos-compartidos.md +5 -0
  87. package/reglas/gobernanza.md +4 -4
  88. package/reglas/hooks.md +6 -0
  89. package/reglas/intent-engineering.md +4 -0
  90. package/reglas/markitdown.md +8 -0
  91. package/reglas/memoria-consolidada.md +1 -1
  92. package/reglas/patrones.md +6 -0
  93. package/reglas/registro-componentes-nuevos.md +10 -1
  94. package/reglas/seguridad-agentes.md +1 -1
  95. package/reglas/skills-estandar.md +6 -0
  96. package/reglas/testing.md +7 -0
  97. package/reglas/tests-cleanup.md +4 -0
  98. package/reglas/usar-sistema-swl.md +1 -1
  99. package/scripts/lib/gitignore-manifest.js +29 -1
  100. package/scripts/lib/plan-lock.js +275 -0
  101. package/scripts/migrar-fase-dominio.js +0 -1
  102. package/scripts/verificar-trazabilidad.js +292 -0
  103. package/agentes/ux-disenador-swl.md +0 -503
  104. package/comandos/swl/dashboard.md +0 -146
  105. package/comandos/swl/evolucion-estado.md +0 -191
  106. package/comandos/swl/metricas.md +0 -376
  107. package/comandos/swl/salud.md +0 -481
  108. package/reglas/verificar-citas-temporales.md +0 -139
@@ -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,11 +807,12 @@
807
807
  },
808
808
  "comandos-core": {
809
809
  "descripcion": "Comandos esenciales del flujo SWL",
810
- "tipo": "comandos",
810
+ "tipo": "mixto",
811
811
  "archivos": [
812
812
  "comandos/swl/nuevo-proyecto.md",
813
813
  "comandos/swl/instalar.md",
814
814
  "comandos/swl/planear-fase.md",
815
+ "comandos/swl/aprobar-plan.md",
815
816
  "comandos/swl/ejecutar-fase.md",
816
817
  "comandos/swl/verificar.md",
817
818
  "comandos/swl/discutir-fase.md",
@@ -819,7 +820,9 @@
819
820
  "comandos/swl/adoptar-proyecto.md",
820
821
  "comandos/swl/checkpoint.md",
821
822
  "comandos/swl/compactar.md",
822
- "comandos/swl/aprender.md"
823
+ "comandos/swl/aprender.md",
824
+ "scripts/lib/plan-lock.js",
825
+ "scripts/verificar-trazabilidad.js"
823
826
  ],
824
827
  "targets": [
825
828
  "claude",
@@ -836,8 +839,7 @@
836
839
  "archivos": [
837
840
  "comandos/swl/actualizar.md",
838
841
  "comandos/swl/evolucionar.md",
839
- "comandos/swl/evolucion-estado.md",
840
- "comandos/swl/salud.md",
842
+ "comandos/swl/status.md",
841
843
  "comandos/swl/release.md",
842
844
  "comandos/swl/auditar-deps.md",
843
845
  "comandos/swl/crear-skill.md",
@@ -847,13 +849,11 @@
847
849
  "comandos/swl/sesiones.md",
848
850
  "comandos/swl/instintos.md",
849
851
  "comandos/swl/modelo.md",
850
- "comandos/swl/metricas.md",
851
852
  "comandos/swl/plugins.md",
852
853
  "comandos/swl/brainstorm.md",
853
854
  "comandos/swl/revisar.md",
854
855
  "comandos/swl/gateway.md",
855
856
  "comandos/swl/cron.md",
856
- "comandos/swl/dashboard.md",
857
857
  "comandos/swl/skill-search.md",
858
858
  "comandos/swl/evaluar-skill.md",
859
859
  "comandos/swl/wiki.md",
@@ -911,7 +911,6 @@
911
911
  "reglas/auditorias-documentales-estructurales.md",
912
912
  "reglas/intent-engineering.md",
913
913
  "reglas/tests-cleanup.md",
914
- "reglas/verificar-citas-temporales.md",
915
914
  "reglas/sin-duplicacion-reglas-globales.md"
916
915
  ],
917
916
  "targets": [
@@ -938,8 +937,7 @@
938
937
  "reglas/gobernanza.md",
939
938
  "reglas/hooks.md",
940
939
  "reglas/patrones.md",
941
- "reglas/testing.md",
942
- "reglas/harness-claude-code.md"
940
+ "reglas/testing.md"
943
941
  ],
944
942
  "targets": [
945
943
  "claude",
@@ -1023,9 +1021,8 @@
1023
1021
  "hooks/graph-update.js",
1024
1022
  "hooks/preservar-estado-pre-compact.js",
1025
1023
  "hooks/check-update.js",
1026
- "hooks/actualizar-perfil-usuario.js",
1027
- "hooks/auto-evolucion.js",
1028
- "hooks/metricas-evolucion.js",
1024
+ "hooks/ciclo-evolucion.js",
1025
+ "hooks/ciclo-evolucion-subagente.js",
1029
1026
  "hooks/notificacion-sesion-stop.js",
1030
1027
  "hooks/captura-feedback-usuario.js",
1031
1028
  "hooks/inbox-aviso.js",
@@ -1033,6 +1030,8 @@
1033
1030
  "hooks/claudemd-bloat-detector.js",
1034
1031
  "hooks/claudemd-duplicacion-detector.js",
1035
1032
  "hooks/validar-intent-spec.js",
1033
+ "hooks/spec-gate.js",
1034
+ "hooks/tdd-gate.js",
1036
1035
  "hooks/sugerir-regenerar-inventario.js",
1037
1036
  "hooks/sugerir-contribuir.js",
1038
1037
  "hooks/contexto-iteracion.js",
@@ -1041,6 +1040,10 @@
1041
1040
  "hooks/lib/token-budget.js",
1042
1041
  "hooks/lib/nudge-tracker.js",
1043
1042
  "hooks/lib/gateway-notify.js",
1043
+ "hooks/lib/ciclo-evolucion.js",
1044
+ "hooks/lib/etapa-metricas.js",
1045
+ "hooks/lib/etapa-perfil-usuario.js",
1046
+ "hooks/lib/etapa-auto-evolucion.js",
1044
1047
  "hooks/validar-planning-paths.js"
1045
1048
  ],
1046
1049
  "targets": [
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "lockfileVersion": 1,
3
- "generatedAt": "2026-06-11T04:41:07.917Z",
4
- "skillsCount": 181,
5
- "lockHash": "sha256:2703b04d5710f9b16609e7f35e3c46992bd029bae06e792d9c3a3695724ee0cc",
3
+ "generatedAt": "2026-06-12T00:39:30.752Z",
4
+ "skillsCount": 182,
5
+ "lockHash": "sha256:3d9a01ae6be8da3264d3c9fdf4e756b7564df11a865ab8b6b2ff26c0927c02f5",
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:d8169a868ed608826289905f8b10fd5c1ab90a463d420f8f911fa4dc9472ce62",
39
- "bytes": 17574,
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:08ad103b606087739d1bbbaf06f794bf52703bd490a1857ca98fe28f7fa6a31e",
95
- "bytes": 14669,
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:d241d7cfdeddaaee0fe84af8c89a05994dbe9ce2f17590d674e72c93198a627f",
144
- "bytes": 7484,
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:aedcd4a2e8b420840c14c8a7f1db7bfa6f3f2b3b02e26ab81afbf24eba766a58",
263
- "bytes": 7451,
264
- "version": "1.0.0"
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:c6d3d8714ed7cfdb1b59e228ced70a70808804dfb0ea8362822ce3de9d5d7578",
403
- "bytes": 9944,
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:6db39d465d7a6d20182970110327aee09f6d8eaea151940b30258ceb61e497d5",
452
- "bytes": 8606,
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:6ad10492655769bd8ed468b40d85f89583c879d3979bdd6f91bb088428a4cb3c",
459
- "bytes": 19364,
460
- "version": "\"1.1.0\""
465
+ "hash": "sha256:9cdb143e2605b4b00576de44fac17fc3d3858a64a5df65b9ea5a0fb797db10b9",
466
+ "bytes": 22206,
467
+ "version": "\"1.2.0\""
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:44c6b41bb28f47b254a31cc48453f23f63598a60877012b012f6ef2cfc3dbe05",
480
- "bytes": 11583,
481
- "version": "\"1.0.0\""
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:db8531b14d1153aa97ec8181536e0a1f625c1c45a65298a9aead81a8e2fb1e80",
515
- "bytes": 22166,
516
- "version": "\"1.0.5\""
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:4fc12f6d3761324c28763c09bcfb93f37f5cecb9fe1a3c0f3388cfc2ad463465",
606
- "bytes": 15351,
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:8893d77716074e43473b762eb90b8602e1a9cff4e3f19654ed654f03ed34f684",
627
- "bytes": 12315,
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:0828eab1eba12af3e6299a38faac7b3c74b372e4d7ffcf8533d06f60cd756b56",
851
- "bytes": 9235,
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:199b9abb865739d17b0654a3a67d116d95a2133140ffde92bda89d3ed9f41b98",
886
- "bytes": 14372,
887
- "version": "\"1.2.0\""
892
+ "hash": "sha256:c5a81cf5c936795781af919021ee59e6658bc92b55eb647fed51c0ae9c018cf2",
893
+ "bytes": 15332,
894
+ "version": "\"1.3.0\""
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:4ac1c8ee4c63e7bfd5e8f01997f6b59e2b0d5981d21947a42910db4f179a0710",
935
- "bytes": 10302,
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:90bab9eaea3d94e492e4b7972b760304a22ddbfe43621f09b0f62bdad587ffaa",
942
- "bytes": 9497,
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:f665c9690c07bde6d547f70d9c782d10bfa07f90d425760d218951ae580e12bc",
949
- "bytes": 8999,
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:5ebbe37b828d70f7e5190f49116fd56e75280cc9a39e5c53302064e211437215",
991
- "bytes": 15867,
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:f5fd8d8b7ca231d71e12304dc2173106a9d31bdbe041384b42a4678aa6ff0ea0",
1068
- "bytes": 13371,
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:4d17669ea77cf73b897d1b5749e77350a779539116d7185a29edd21e2fb8d6a3",
1131
- "bytes": 21518,
1132
- "version": "\"1.2.0\""
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:89783971358bf2b429a4c652467d75315a7f711ec0bc3f957f469700a58aafe1",
1138
- "bytes": 17809,
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:4c2a0036188a9625a4ee92e4b081c9be8ce3af692731365e40c5c781080966b7",
1152
- "bytes": 9871,
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:ee2820285c1db7dff1b630c01ed28493a0bad1dfc2df0bbe7a31bf28de1d6894",
1166
- "bytes": 31969,
1167
- "version": "\"1.1.0\""
1172
+ "hash": "sha256:94704167d585fae72ba43a363bab32cbb7f2fefe8e09618784be986228036534",
1173
+ "bytes": 33683,
1174
+ "version": "\"1.2.0\""
1168
1175
  },
1169
1176
  {
1170
1177
  "nombre": "terraform-experto",
@@ -1225,8 +1232,8 @@
1225
1232
  {
1226
1233
  "nombre": "validacion-ci-sistema",
1227
1234
  "path": "habilidades/validacion-ci-sistema/SKILL.md",
1228
- "hash": "sha256:fadb62fde9ff5dbdb76de5dae995e124aac08117716da502d6974de05bcaeb54",
1229
- "bytes": 7677,
1235
+ "hash": "sha256:f3a3eadcc7fae8490fe826f320306946965873c3bb71667b1b73a3876740a349",
1236
+ "bytes": 7712,
1230
1237
  "version": "\"1.0.0\""
1231
1238
  },
1232
1239
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saulwade/swl-ses",
3
- "version": "1.9.0",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 61 agentes, 181 habilidades, 45 comandos, 71 reglas y 45 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.0.0",
4
+ "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 60 agentes, 182 habilidades, 43 comandos, 69 reglas y 46 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.",
5
5
  "bin": {
6
6
  "swl-ses": "bin/swl-ses.js",
7
7
  "swl-telegram-bot": "bin/swl-telegram-bot.js",
package/plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "swl-ses",
3
- "version": "1.9.0",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot. 61 agentes, 181 habilidades, 45 comandos, 71 reglas y 45 hooks. 69 librerias. 11 lenguajes. Soporta Claude Code, Copilot, OpenCode, Codex y Gemini CLI. Loop evaluator-optimizer en /swl:nemesis (ADR-0021). 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.0.0",
4
+ "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot. 60 agentes, 182 habilidades, 43 comandos, 69 reglas y 46 hooks. 69 librerias. 11 lenguajes. Soporta Claude Code, Copilot, OpenCode, Codex y Gemini CLI. Loop evaluator-optimizer en /swl:nemesis (ADR-0021). 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.",
5
5
  "author": "Saul Wade Leon",
6
6
  "license": "MIT",
7
7
  "repository": "https://github.com/saul-wade/swl-ses",
@@ -41,6 +41,7 @@
41
41
  "habilidades/build-errors-swift",
42
42
  "habilidades/build-errors-typescript",
43
43
  "habilidades/calidad-anti-patrones-universales",
44
+ "habilidades/calidad-contract-testing",
44
45
  "habilidades/calidad-mutation-testing",
45
46
  "habilidades/changelog-generator",
46
47
  "habilidades/checklist-calidad",
@@ -248,8 +249,7 @@
248
249
  "agentes/revisor-swift-swl.md",
249
250
  "agentes/revisor-typescript-swl.md",
250
251
  "agentes/sre-swl.md",
251
- "agentes/tdd-qa-swl.md",
252
- "agentes/ux-disenador-swl.md"
252
+ "agentes/tdd-qa-swl.md"
253
253
  ],
254
254
  "hooks": {
255
255
  "PreToolUse": [
@@ -352,17 +352,13 @@
352
352
  },
353
353
  {
354
354
  "type": "command",
355
- "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}\""
356
- },
357
- {
358
- "type": "command",
359
- "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}\""
355
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/ciclo-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
360
356
  }
361
357
  ],
362
358
  "SubagentStop": [
363
359
  {
364
360
  "type": "command",
365
- "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}\""
361
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/ciclo-evolucion-subagente.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
366
362
  }
367
363
  ],
368
364
  "PreCompact": [
@@ -1,3 +1,13 @@
1
+ ---
2
+ paths:
3
+ - "**/*.tsx"
4
+ - "**/*.jsx"
5
+ - "**/*.vue"
6
+ - "**/*.svelte"
7
+ - "**/*.html"
8
+ - "**/*.css"
9
+ - "**/*.scss"
10
+ ---
1
11
  # Regla: Accesibilidad
2
12
 
3
13
  Esta regla es OBLIGATORIA para todo código frontend sin excepción.
@@ -1,3 +1,12 @@
1
+ ---
2
+ paths:
3
+ - "**/api/**"
4
+ - "**/routers/**"
5
+ - "**/controllers/**"
6
+ - "**/handlers/**"
7
+ - "**/endpoints/**"
8
+ - "**/openapi.{yaml,yml,json}"
9
+ ---
1
10
  # Regla: Diseño de APIs REST
2
11
 
3
12
  Esta regla es OBLIGATORIA para toda API REST expuesta, ya sea pública o interna.
@@ -1,3 +1,10 @@
1
+ ---
2
+ paths:
3
+ - "**/scripts/verificar-*.js"
4
+ - "**/MANUAL_USO.md"
5
+ - "**/manifiestos/**"
6
+ - "**/INVENTARIO.md"
7
+ ---
1
8
  # Regla: Auditorías documentales estructurales en SWL
2
9
 
3
10
  Esta regla es **OBLIGATORIA** y aplica a todo agente o agente humano que
@@ -1,3 +1,11 @@
1
+ ---
2
+ paths:
3
+ - "**/*.tf"
4
+ - "**/*.tfvars"
5
+ - "**/Dockerfile*"
6
+ - "**/*.bicep"
7
+ - "**/docker-compose*.{yml,yaml}"
8
+ ---
1
9
  # Regla: Infraestructura Cloud
2
10
 
3
11
  Esta regla es OBLIGATORIA para todo recurso desplegado en cloud sin excepción.
@@ -1,3 +1,8 @@
1
+ ---
2
+ paths:
3
+ - "**/agentes/**"
4
+ - "**/reglas/**"
5
+ ---
1
6
  # Regla: Fragmentos compartidos no-routables
2
7
 
3
8
  Esta regla es **OBLIGATORIA** para autores y mantenedores de agentes y reglas
@@ -31,7 +31,7 @@ Los skills generados por `auto-evolucion-swl` o `/swl:evolucionar`:
31
31
  NUNCA se incorporan directamente al sistema base sin revisión.
32
32
  - Requieren validación en al menos 3 sesiones de trabajo independientes
33
33
  antes de ser promovidos al perfil `completo`.
34
- - Deben pasar la verificación de `/swl:salud` sin degradar el score actual.
34
+ - Deben pasar la verificación de `/swl:status salud` sin degradar el score actual.
35
35
  - **Gate G8 — evidencia de calidad obligatoria**: antes de mover un skill
36
36
  desde `_userland/plugins/` a `habilidades/`, ejecutar
37
37
  `/swl:evaluar-skill <nombre>` y exigir badge ≥ **Plata** (score ≥ 70).
@@ -243,7 +243,7 @@ Ante un cambio que degrada el sistema:
243
243
  `SWL_DISABLED_HOOKS=nombre-hook` sin afectar el resto del sistema.
244
244
  - Los agentes nuevos NO reemplazan a los existentes sin un período de transición
245
245
  documentado. Durante la transición, ambas versiones coexisten.
246
- - Si `/swl:salud` baja su score tras un cambio: revertir antes de continuar.
246
+ - Si `/swl:status salud` baja su score tras un cambio: revertir antes de continuar.
247
247
 
248
248
  ### Freeze de cambios pre-release
249
249
 
@@ -251,7 +251,7 @@ Durante las 24 horas previas a un release:
251
251
 
252
252
  - Solo se permiten bug fixes críticos (PATCH).
253
253
  - No se agregan features ni reglas nuevas.
254
- - El comando `/swl:salud` debe pasar sin advertencias antes de publicar.
254
+ - El comando `/swl:status salud` debe pasar sin advertencias antes de publicar.
255
255
 
256
256
  ---
257
257
 
@@ -275,6 +275,6 @@ Los plugins instalados via `/swl:plugins install` tienen restricciones adicional
275
275
  - [ ] Ninguna supresión de hook activa sin justificación documentada
276
276
  - [ ] El CHANGELOG.md está actualizado con todos los cambios observables
277
277
  - [ ] Los schemas de validación pasan para todos los manifiestos modificados
278
- - [ ] El comando `/swl:salud` pasa sin errores ni advertencias críticas
278
+ - [ ] El comando `/swl:status salud` pasa sin errores ni advertencias críticas
279
279
  - [ ] La versión en `package.json` refleja el tipo de cambio realizado
280
280
  - [ ] Los plugins de terceros instalados siguen siendo compatibles con la versión nueva
package/reglas/hooks.md CHANGED
@@ -1,3 +1,9 @@
1
+ ---
2
+ paths:
3
+ - "**/*.tsx"
4
+ - "**/*.jsx"
5
+ - "**/next.config.{js,mjs,ts}"
6
+ ---
1
7
  # Regla: Hooks de Pre-commit y CI — Next.js
2
8
 
3
9
  Los hooks de pre-commit y las verificaciones de CI detectan los errores más
@@ -1,3 +1,7 @@
1
+ ---
2
+ paths:
3
+ - "**/agentes/*.md"
4
+ ---
1
5
  # Regla: Intent Engineering para agentes ALTO riesgo
2
6
 
3
7
  Esta regla es **OBLIGATORIA** y aplica al crear, modificar o promover agentes
@@ -1,3 +1,11 @@
1
+ ---
2
+ paths:
3
+ - "**/*.docx"
4
+ - "**/*.xlsx"
5
+ - "**/*.xls"
6
+ - "**/*.pptx"
7
+ - "**/*.ipynb"
8
+ ---
1
9
  # Regla: Lectura de documentos Office y Jupyter con MarkItDown
2
10
 
3
11
  Esta regla aplica cuando un agente necesita **leer el contenido** de un archivo
@@ -160,7 +160,7 @@ const conFeedback = applyFeedback(instinto, 'helpful');
160
160
  ```
161
161
 
162
162
  **Cuándo recomputar**:
163
- - `/swl:salud` reporta instintos con `effective_confidence < 0.3` para revisión.
163
+ - `/swl:status salud` reporta instintos con `effective_confidence < 0.3` para revisión.
164
164
  - `hooks/degradacion-instintos.js` puede marcar `status_proposed: degraded`
165
165
  cuando `shouldAutoDeprecate(instinto)` devuelve `true`.
166
166
  - `bootstrap-instintos.js` emite los nuevos instintos con `decay_half_life_days: 90`,
@@ -1,3 +1,9 @@
1
+ ---
2
+ paths:
3
+ - "**/*.tsx"
4
+ - "**/*.jsx"
5
+ - "**/next.config.{js,mjs,ts}"
6
+ ---
1
7
  # Regla: Patrones de Arquitectura — Next.js (App Router)
2
8
 
3
9
  El App Router de Next.js cambia fundamentalmente dónde y cómo se cargan datos.
@@ -1,3 +1,12 @@
1
+ ---
2
+ paths:
3
+ - "**/manifiestos/**"
4
+ - "**/agentes/**"
5
+ - "**/habilidades/**"
6
+ - "**/comandos/**"
7
+ - "**/hooks/**"
8
+ - "**/plugin.json"
9
+ ---
1
10
  # Regla: Registro obligatorio de componentes nuevos en manifiestos
2
11
 
3
12
  Esta regla es OBLIGATORIA para el proyecto **@saulwade/swl-ses**. Aplica
@@ -26,7 +35,7 @@ propagación de cambios" del `CLAUDE.md` del proyecto.
26
35
 
27
36
  El costo de registrar es ~30 segundos por componente (3 archivos a editar
28
37
  + un comando de regeneración). El costo de no registrar es: instalador roto
29
- para usuarios del paquete público, `npm run test:all` falla, `/swl:salud`
38
+ para usuarios del paquete público, `npm run test:all` falla, `/swl:status salud`
30
39
  reporta degradación, deuda acumulada difícil de detectar tras varios commits.
31
40
 
32
41
  ---
@@ -335,7 +335,7 @@ Precedente: ADR-0002 (skills) y ADR-0004 (agentes). Agregar Exclusion a un agent
335
335
 
336
336
  ### Auditoría
337
337
 
338
- `scripts/auditar-agentes-gaps.js` reporta cobertura. Integración con `/swl:salud`
338
+ `scripts/auditar-agentes-gaps.js` reporta cobertura. Integración con `/swl:status salud`
339
339
  mediante `SWL_AUDIT_AGENTES=1` (paso 5d).
340
340
 
341
341
  ### Ejemplo de frontmatter
@@ -1,3 +1,9 @@
1
+ ---
2
+ paths:
3
+ - "**/habilidades/**"
4
+ - "**/skills/**"
5
+ - "**/_userland/**"
6
+ ---
1
7
  # Regla: Estándar Oficial de Claude Agent Skills para el Sistema SWL
2
8
 
3
9
  **Aplica a**: Toda skill nueva o modificada en `habilidades/` y `skills/`