@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.
- package/CLAUDE.md +8 -8
- package/README.md +12 -12
- 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/investigador-ux-swl.md +5 -5
- package/agentes/orquestador-swl.md +7 -7
- package/agentes/perfilador-usuario-swl.md +308 -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/comandos/swl/actualizar.md +1 -1
- package/comandos/swl/aprender.md +2 -2
- package/comandos/swl/aprobar-plan.md +152 -0
- package/comandos/swl/ayuda.md +3 -3
- package/comandos/swl/discutir-fase.md +20 -2
- package/comandos/swl/ejecutar-fase.md +53 -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 +17 -1
- package/comandos/swl/plugins.md +1 -1
- package/comandos/swl/release.md +1 -1
- package/comandos/swl/status.md +279 -0
- package/comandos/swl/verificar.md +26 -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 +11 -1
- package/habilidades/diagrama-arquitectura/SKILL.md +1 -1
- package/habilidades/drift-detection/SKILL.md +179 -179
- package/habilidades/ejecutar-fase/SKILL.md +64 -14
- 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 +25 -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 +45 -5
- package/habilidades/validacion-ci-sistema/SKILL.md +3 -3
- package/hooks/calidad-pre-commit.js +340 -3
- 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/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/spec-gate.js +211 -0
- package/hooks/tdd-gate.js +241 -0
- package/hooks/validar-intent-spec.js +30 -10
- package/llms.txt +6 -6
- package/manifiestos/hooks-config.json +26 -17
- package/manifiestos/modulos.json +17 -14
- package/manifiestos/skills-lock.json +63 -56
- package/package.json +2 -2
- package/plugin.json +6 -10
- package/reglas/accesibilidad.md +10 -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/fragmentos-compartidos.md +5 -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/patrones.md +6 -0
- package/reglas/registro-componentes-nuevos.md +10 -1
- package/reglas/seguridad-agentes.md +1 -1
- package/reglas/skills-estandar.md +6 -0
- package/reglas/testing.md +7 -0
- package/reglas/tests-cleanup.md +4 -0
- package/reglas/usar-sistema-swl.md +1 -1
- package/scripts/lib/gitignore-manifest.js +29 -1
- package/scripts/lib/plan-lock.js +275 -0
- package/scripts/migrar-fase-dominio.js +0 -1
- package/scripts/verificar-trazabilidad.js +292 -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/verificar-citas-temporales.md +0 -139
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,11 +807,12 @@
|
|
|
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
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/
|
|
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/
|
|
1027
|
-
"hooks/
|
|
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-
|
|
4
|
-
"skillsCount":
|
|
5
|
-
"lockHash": "sha256:
|
|
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:
|
|
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.
|
|
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:
|
|
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: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:
|
|
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.
|
|
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:
|
|
1229
|
-
"bytes":
|
|
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": "
|
|
4
|
-
"description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con
|
|
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": "
|
|
4
|
-
"description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot.
|
|
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/
|
|
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/
|
|
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": [
|
package/reglas/accesibilidad.md
CHANGED
package/reglas/api-diseno.md
CHANGED
|
@@ -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.
|
package/reglas/cloud-infra.md
CHANGED
package/reglas/gobernanza.md
CHANGED
|
@@ -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
package/reglas/markitdown.md
CHANGED
|
@@ -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`,
|
package/reglas/patrones.md
CHANGED
|
@@ -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
|