@saulwade/swl-ses 1.7.3 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CLAUDE.md +196 -196
  2. package/README.md +578 -578
  3. package/agentes/auto-evolucion-swl.md +7 -7
  4. package/agentes/disenador-ui-swl.md +12 -0
  5. package/agentes/investigador-ux-swl.md +9 -0
  6. package/agentes/perfilador-usuario-swl.md +2 -2
  7. package/agentes/ux-disenador-swl.md +6 -0
  8. package/comandos/swl/evaluar-skill.md +1 -1
  9. package/comandos/swl/evolucion-estado.md +5 -5
  10. package/comandos/swl/evolucionar.md +2 -2
  11. package/comandos/swl/inbox.md +1 -1
  12. package/comandos/swl/reflect-skills.md +2 -2
  13. package/comandos/swl/salud.md +1 -1
  14. package/habilidades/ai-runtime-security/SKILL.md +2 -2
  15. package/habilidades/auto-evolucion-protocolo/SKILL.md +2 -2
  16. package/habilidades/benchmark-memoria/SKILL.md +2 -2
  17. package/habilidades/drift-detection/SKILL.md +3 -3
  18. package/habilidades/eval-framework/SKILL.md +1 -1
  19. package/habilidades/guardrail-semantico/SKILL.md +4 -4
  20. package/habilidades/proceso-ddia-streaming/SKILL.md +4 -4
  21. package/habilidades/swl-claudemd/SKILL.md +2 -2
  22. package/habilidades/testing-python/SKILL.md +1 -1
  23. package/habilidades/tracing-processor/SKILL.md +1 -1
  24. package/hooks/actualizar-perfil-usuario.js +2 -2
  25. package/hooks/aiisms-detector.js +2 -2
  26. package/hooks/auto-evolucion.js +1 -1
  27. package/hooks/captura-feedback-usuario.js +2 -2
  28. package/hooks/claudemd-bloat-detector.js +2 -2
  29. package/hooks/claudemd-duplicacion-detector.js +1 -1
  30. package/hooks/guardrail-modelo.js +2 -2
  31. package/hooks/lib/memory-search.js +1 -1
  32. package/hooks/lib/nudge-tracker.js +1 -1
  33. package/hooks/metricas-evolucion.js +3 -3
  34. package/hooks/rotar-audit-auto.js +2 -2
  35. package/hooks/validar-formato-post-subagente.js +2 -2
  36. package/hooks/validar-intent-spec.js +1 -1
  37. package/hooks/validar-planning-paths.js +134 -0
  38. package/manifiestos/hooks-config.json +20 -11
  39. package/manifiestos/modulos.json +1352 -1351
  40. package/manifiestos/planning-paths.json +44 -0
  41. package/manifiestos/skills-lock.json +13 -13
  42. package/package.json +92 -92
  43. package/plugin.json +372 -372
  44. package/reglas/gobernanza.md +1 -1
  45. package/reglas/harness-claude-code.md +39 -0
  46. package/reglas/memoria-consolidada.md +7 -7
  47. package/reglas/sin-duplicacion-reglas-globales.md +1 -1
  48. package/scripts/auditar-agentes-gaps.js +1 -1
  49. package/scripts/auditar-cobertura-frameworks.js +2 -2
  50. package/scripts/auditar-skills-gaps.js +2 -2
  51. package/scripts/benchmark-memoria.js +3 -3
  52. package/scripts/inferir-herramientas-permitidas.js +1 -1
  53. package/scripts/instalador.js +48 -0
  54. package/scripts/lib/dashboard-widgets.js +3 -3
  55. package/scripts/lib/drift-detector.js +3 -3
  56. package/scripts/lib/eval-metrics-store.js +3 -3
  57. package/scripts/lib/gitignore-manifest.js +3 -3
  58. package/scripts/mcp-server/README.md +1 -1
  59. package/scripts/mcp-server/telemetry.js +2 -2
  60. package/scripts/reflect-skills.js +4 -4
  61. package/scripts/rotar-audit-logs.js +2 -2
  62. package/scripts/run-skill-evals.js +2 -2
@@ -0,0 +1,44 @@
1
+ {
2
+ "descripcion": "Allowlist canonica de directorios top-level de .planning/. Fuente de verdad unica para hooks/validar-planning-paths.js y para los agentes/comandos que escriben artefactos. Convencion: paths runtime/tecnicos en ingles; vocabulario GSD de cara al usuario en espanol. Ver ADR-0031 y reglas/analizar-directorios-antes-de-escribir.md.",
3
+ "version": "1.0.0",
4
+ "convencion": {
5
+ "runtime_tecnico": "ingles",
6
+ "vocabulario_gsd_usuario": "espanol",
7
+ "regla": "El nombre del data dir espeja el idioma del comando que escribe en el. No partir un par comando<->directorio en dos idiomas."
8
+ },
9
+ "directorios": [
10
+ { "nombre": "adrs", "idioma": "neutral", "categoria": "neutral", "proposito": "Architecture Decision Records (acronimo)" },
11
+ { "nombre": "analysis", "idioma": "en", "categoria": "runtime", "proposito": "Reportes de analisis de tokens (token-analysis.py)" },
12
+ { "nombre": "archive", "idioma": "en", "categoria": "runtime", "proposito": "Logs de auditoria rotados (.gz mensuales) e inbox archivado" },
13
+ { "nombre": "audit", "idioma": "en", "categoria": "canonico", "proposito": "Output de /swl:nemesis y auditorias (findings/iter-N)" },
14
+ { "nombre": "auto-evolution", "idioma": "en", "categoria": "runtime", "proposito": "Telemetria de terminacion de subagentes (agentes.jsonl)" },
15
+ { "nombre": "backups", "idioma": "en", "categoria": "runtime", "proposito": "Backups de instalacion por version" },
16
+ { "nombre": "benchmark", "idioma": "en", "categoria": "runtime", "proposito": "Resultados de benchmark de retrieval de memoria" },
17
+ { "nombre": "comms", "idioma": "en", "categoria": "runtime", "proposito": "Mensajes inter-agente (agent-comms)" },
18
+ { "nombre": "cron", "idioma": "en", "categoria": "runtime", "proposito": "Estado de jobs programados (/swl:cron)" },
19
+ { "nombre": "design", "idioma": "en", "categoria": "canonico", "proposito": "Output de agentes de diseno: UI-SPEC.md, discovery visual, tokens" },
20
+ { "nombre": "evolution", "idioma": "en", "categoria": "runtime", "proposito": "Ciclo de auto-evolucion: nudges, metricas, evoluciones, alertas" },
21
+ { "nombre": "fases", "idioma": "es", "categoria": "vocabulario-gsd", "proposito": "Artefactos del ciclo GSD (0N-CONTEXTO/PLAN/RESUMEN). Espanol por coherencia con comandos *-fase. EXCEPCION documentada." },
22
+ { "nombre": "gateway", "idioma": "en", "categoria": "runtime", "proposito": "Sesiones del gateway (/swl:gateway)" },
23
+ { "nombre": "inbox", "idioma": "en", "categoria": "runtime", "proposito": "Cola de comandos entrantes" },
24
+ { "nombre": "knowledge", "idioma": "en", "categoria": "runtime", "proposito": "Outputs de investigacion reutilizables (knowledge/outputs)" },
25
+ { "nombre": "locks", "idioma": "en", "categoria": "runtime", "proposito": "Locks de concurrencia (singleton-guard, consolidation-lock)" },
26
+ { "nombre": "red-team", "idioma": "en", "categoria": "runtime", "proposito": "Fixtures adversariales del agente red-team" },
27
+ { "nombre": "research", "idioma": "en", "categoria": "runtime", "proposito": "Outputs de investigador-swl" },
28
+ { "nombre": "runs", "idioma": "en", "categoria": "runtime", "proposito": "Estado de corridas de workflows/evals" },
29
+ { "nombre": "sessions", "idioma": "en", "categoria": "runtime", "proposito": "Sesiones archivadas + search-index (memoria-busqueda)" },
30
+ { "nombre": "traces", "idioma": "en", "categoria": "runtime", "proposito": "Trazas OTLP-lite de ejecucion de agentes" },
31
+ { "nombre": "user-profile", "idioma": "en", "categoria": "runtime", "proposito": "Estado del perfilador de usuario (dirty.json)" },
32
+ { "nombre": "wiki", "idioma": "neutral", "categoria": "runtime", "proposito": "Wiki de conocimiento del proyecto" }
33
+ ],
34
+ "archivos_top_level_conocidos": [
35
+ "APRENDIZAJES.md", "ESTADO.md", "HOJA-RUTA.md", "PROYECTO.md", "REQUISITOS.md",
36
+ "COMPACTACION.md", "METRICAS.md", "AUDITORIA.md", "PLUGINS.md", "DEUDA-TECNICA.md",
37
+ "REPORTE-GRAFO.md", "feature-list.json", "gateway-sessions.json", "audit.jsonl",
38
+ "audit-merkle.jsonl", "continue-here.md"
39
+ ],
40
+ "excepciones_espanol": {
41
+ "fases": "Vocabulario GSD acoplado a comandos *-fase (intocables por decision del usuario).",
42
+ "AUDITORIA.md": "Archivo de gobernanza historico append-only; nombre en espanol consolidado."
43
+ }
44
+ }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "lockfileVersion": 1,
3
- "generatedAt": "2026-05-24T23:17:38.255Z",
3
+ "generatedAt": "2026-05-31T19:28:35.545Z",
4
4
  "skillsCount": 178,
5
- "lockHash": "sha256:1c37732adb57b8daf54b93978d2559419f65e73a7e85cc83af449408c9f7ec44",
5
+ "lockHash": "sha256:f07035b2ff0ef1b26e28fcad6bd0a4761d2ea50ff15dae34f1ffb0bb9602a263",
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:c85c95a32ff6c2d4fd549e85c7eb508534bc310fcac23bd8301fdc48e4f2b36e",
39
- "bytes": 17571,
38
+ "hash": "sha256:d8169a868ed608826289905f8b10fd5c1ab90a463d420f8f911fa4dc9472ce62",
39
+ "bytes": 17574,
40
40
  "version": "\"1.0.1\""
41
41
  },
42
42
  {
@@ -91,7 +91,7 @@
91
91
  {
92
92
  "nombre": "auto-evolucion-protocolo",
93
93
  "path": "habilidades/auto-evolucion-protocolo/SKILL.md",
94
- "hash": "sha256:34ad4c880f92ce3cf292cf9d6a61317ff37423b37850f84153bf0ed81015f478",
94
+ "hash": "sha256:08ad103b606087739d1bbbaf06f794bf52703bd490a1857ca98fe28f7fa6a31e",
95
95
  "bytes": 14669,
96
96
  "version": "\"1.1.1\""
97
97
  },
@@ -140,7 +140,7 @@
140
140
  {
141
141
  "nombre": "benchmark-memoria",
142
142
  "path": "habilidades/benchmark-memoria/SKILL.md",
143
- "hash": "sha256:9f2c36b648fb667d6edce9135e04226d2f932f6b23eef6b27625ef72eee9c77e",
143
+ "hash": "sha256:d241d7cfdeddaaee0fe84af8c89a05994dbe9ce2f17590d674e72c93198a627f",
144
144
  "bytes": 7484,
145
145
  "version": "\"1.0.0\""
146
146
  },
@@ -441,7 +441,7 @@
441
441
  {
442
442
  "nombre": "drift-detection",
443
443
  "path": "habilidades/drift-detection/SKILL.md",
444
- "hash": "sha256:964015d447075eded4620a1b8f51fc30d3730a70dc21b6cb9907a5132928aaa6",
444
+ "hash": "sha256:6db39d465d7a6d20182970110327aee09f6d8eaea151940b30258ceb61e497d5",
445
445
  "bytes": 8606,
446
446
  "version": "1.0.0"
447
447
  },
@@ -476,7 +476,7 @@
476
476
  {
477
477
  "nombre": "eval-framework",
478
478
  "path": "habilidades/eval-framework/SKILL.md",
479
- "hash": "sha256:0b00cfaa631e0bd6af0bf5d9a01aa54fcc7d0656b8c9760c97d56f8493fdfb5d",
479
+ "hash": "sha256:18edc007967aea17a9dcb051dc9c75dd999d96d0c0255d91947c254255bcd2e1",
480
480
  "bytes": 7778,
481
481
  "version": "\"1.0.0\""
482
482
  },
@@ -588,7 +588,7 @@
588
588
  {
589
589
  "nombre": "guardrail-semantico",
590
590
  "path": "habilidades/guardrail-semantico/SKILL.md",
591
- "hash": "sha256:e17ce90aa87a7d523e70451473a2ebb9981bd88e1fd3dbc9e9e00de42455b85f",
591
+ "hash": "sha256:093f731edee0f1d5b0c13d14b91edf3964ef78b08178c7468f0185fcdeb8041d",
592
592
  "bytes": 14270,
593
593
  "version": "\"1.0.0\""
594
594
  },
@@ -931,7 +931,7 @@
931
931
  {
932
932
  "nombre": "proceso-ddia-streaming",
933
933
  "path": "habilidades/proceso-ddia-streaming/SKILL.md",
934
- "hash": "sha256:89602349bbdd2a41d46077b46c3450be1f467b04f9f2233c90f551e187bd59ed",
934
+ "hash": "sha256:90bab9eaea3d94e492e4b7972b760304a22ddbfe43621f09b0f62bdad587ffaa",
935
935
  "bytes": 9497,
936
936
  "version": null
937
937
  },
@@ -1106,7 +1106,7 @@
1106
1106
  {
1107
1107
  "nombre": "swl-claudemd",
1108
1108
  "path": "habilidades/swl-claudemd/SKILL.md",
1109
- "hash": "sha256:0f5eed29f3fedb3bca8036ae5680901712520b31190ad416700c732b2b5897e4",
1109
+ "hash": "sha256:4d17669ea77cf73b897d1b5749e77350a779539116d7185a29edd21e2fb8d6a3",
1110
1110
  "bytes": 21518,
1111
1111
  "version": "\"1.2.0\""
1112
1112
  },
@@ -1155,7 +1155,7 @@
1155
1155
  {
1156
1156
  "nombre": "testing-python",
1157
1157
  "path": "habilidades/testing-python/SKILL.md",
1158
- "hash": "sha256:701ec10d954d9e2d08820aa46d8f72ff7eba5a0ff96695d10bdce5c7d15b233d",
1158
+ "hash": "sha256:4bdeba28d408e888325fcf5723d1171748beb35b3d2ef0bc9044f377abe66255",
1159
1159
  "bytes": 16984,
1160
1160
  "version": "\"1.2.1\""
1161
1161
  },
@@ -1169,7 +1169,7 @@
1169
1169
  {
1170
1170
  "nombre": "tracing-processor",
1171
1171
  "path": "habilidades/tracing-processor/SKILL.md",
1172
- "hash": "sha256:9169324366852e1206a2888dee07c563a76b25617a8bbaeff7b22f7204dce51b",
1172
+ "hash": "sha256:2b73f55d90891b7e0345df8724d93ec0a7db2a8585b3ac92b1a8fbaff40e83c5",
1173
1173
  "bytes": 11812,
1174
1174
  "version": "\"1.0.0\""
1175
1175
  },
package/package.json CHANGED
@@ -1,92 +1,92 @@
1
- {
2
- "name": "@saulwade/swl-ses",
3
- "version": "1.7.3",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 61 agentes, 178 habilidades, 44 comandos, 71 reglas y 43 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.7.3 agrega skill calidad-anti-patrones-universales (catalogo de 10 anti-patrones nombrados) + utility scripts/lib/pr-analyzer.js (analizador zero-deps de PRs) + 3 sub-secciones nuevas en estilo-sin-ai-isms (agencia falsa, narrador-distancia, aperturas Wh-).",
5
- "bin": {
6
- "swl-ses": "bin/swl-ses.js",
7
- "swl-telegram-bot": "bin/swl-telegram-bot.js",
8
- "swl-mcp-server": "bin/swl-mcp-server.js",
9
- "swl-webhook-server": "bin/swl-webhook-server.js"
10
- },
11
- "files": [
12
- "bin",
13
- "scripts",
14
- "manifiestos",
15
- "agentes",
16
- "habilidades",
17
- "comandos",
18
- "reglas",
19
- "hooks",
20
- "gateway",
21
- "plantillas",
22
- "contextos",
23
- "instintos",
24
- "schemas",
25
- "_userland",
26
- "plugin.json",
27
- "CLAUDE.md"
28
- ],
29
- "scripts": {
30
- "postinstall": "echo '\n swl-software-engineering-system instalado.\n Ejecuta: npx swl-ses init\n'",
31
- "test": "node --test tests/lib/*.test.js tests/scripts/*.test.js tests/scripts/lib/*.test.js tests/scripts/tui/*.test.js tests/hooks/*.test.js tests/hooks/lib/*.test.js tests/habilidades/*.test.js tests/gateway/*.test.js tests/bin/*.test.js tests/transformadores/*.test.js tests/mcp-server/*.test.js",
32
- "test:validate": "node scripts/validar.js",
33
- "test:manifest": "node scripts/validar-manifest.js",
34
- "test:docs": "node scripts/verificar-docs-vs-codigo.js",
35
- "test:smoke": "node scripts/smoke-test.js",
36
- "test:aislamiento": "node scripts/validar-tests-aislamiento.js",
37
- "test:all": "npm test && node scripts/validar.js && node scripts/validar-manifest.js && node scripts/verificar-docs-vs-codigo.js && node scripts/derivar-feature-list.js --check",
38
- "test:userland": "node scripts/validar-userland-vacio.js",
39
- "test:release": "npm run test:all && npm run test:userland && npm run test:smoke",
40
- "doctor": "node scripts/doctor.js",
41
- "prepack": "node scripts/limpiar-artefactos-python.js && node scripts/validar-userland-vacio.js",
42
- "prepublishOnly": "npm run test:release",
43
- "publish:all": "node scripts/publicar.js",
44
- "publish:github": "node scripts/publicar.js --solo-github",
45
- "publish:npmjs": "node scripts/publicar.js --solo-npmjs",
46
- "publish:dry": "node scripts/publicar.js --dry-run",
47
- "generate:docs": "node scripts/generar-inventario.js",
48
- "gen-checklists": "node scripts/generar-checklists-consolidados.js",
49
- "gen-checklists:check": "node scripts/generar-checklists-consolidados.js --check",
50
- "gen:feature-list": "node scripts/derivar-feature-list.js",
51
- "gen:feature-list:check": "node scripts/derivar-feature-list.js --check",
52
- "field-report": "node scripts/field-report.js",
53
- "configure:branch-protection": "node scripts/configurar-branch-protection.js"
54
- },
55
- "engines": {
56
- "node": ">=22.0.0"
57
- },
58
- "keywords": [
59
- "claude-code",
60
- "github-copilot",
61
- "gemini-cli",
62
- "opencode",
63
- "codex-cli",
64
- "agentes",
65
- "skills",
66
- "multi-runtime",
67
- "spec-driven",
68
- "orquestacion",
69
- "ingenieria-software"
70
- ],
71
- "author": "Saul Wade Leon",
72
- "license": "MIT",
73
- "repository": {
74
- "type": "git",
75
- "url": "git+https://github.com/saul-wade/swl-ses.git"
76
- },
77
- "homepage": "https://github.com/saul-wade/swl-ses#readme",
78
- "bugs": {
79
- "url": "https://github.com/saul-wade/swl-ses/issues"
80
- },
81
- "publishConfig": {
82
- "registry": "https://registry.npmjs.org/",
83
- "access": "public"
84
- },
85
- "dependencies": {
86
- "docx": "^9.6.1"
87
- },
88
- "overrides": {
89
- "pako": "^2.1.0",
90
- "readable-stream": "^4.7.0"
91
- }
92
- }
1
+ {
2
+ "name": "@saulwade/swl-ses",
3
+ "version": "1.8.0",
4
+ "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 61 agentes, 178 habilidades, 44 comandos, 71 reglas y 44 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
+ "bin": {
6
+ "swl-ses": "bin/swl-ses.js",
7
+ "swl-telegram-bot": "bin/swl-telegram-bot.js",
8
+ "swl-mcp-server": "bin/swl-mcp-server.js",
9
+ "swl-webhook-server": "bin/swl-webhook-server.js"
10
+ },
11
+ "files": [
12
+ "bin",
13
+ "scripts",
14
+ "manifiestos",
15
+ "agentes",
16
+ "habilidades",
17
+ "comandos",
18
+ "reglas",
19
+ "hooks",
20
+ "gateway",
21
+ "plantillas",
22
+ "contextos",
23
+ "instintos",
24
+ "schemas",
25
+ "_userland",
26
+ "plugin.json",
27
+ "CLAUDE.md"
28
+ ],
29
+ "scripts": {
30
+ "postinstall": "echo '\n swl-software-engineering-system instalado.\n Ejecuta: npx swl-ses init\n'",
31
+ "test": "node --test tests/lib/*.test.js tests/scripts/*.test.js tests/scripts/lib/*.test.js tests/scripts/tui/*.test.js tests/hooks/*.test.js tests/hooks/lib/*.test.js tests/habilidades/*.test.js tests/gateway/*.test.js tests/bin/*.test.js tests/transformadores/*.test.js tests/mcp-server/*.test.js",
32
+ "test:validate": "node scripts/validar.js",
33
+ "test:manifest": "node scripts/validar-manifest.js",
34
+ "test:docs": "node scripts/verificar-docs-vs-codigo.js",
35
+ "test:smoke": "node scripts/smoke-test.js",
36
+ "test:aislamiento": "node scripts/validar-tests-aislamiento.js",
37
+ "test:all": "npm test && node scripts/validar.js && node scripts/validar-manifest.js && node scripts/verificar-docs-vs-codigo.js && node scripts/derivar-feature-list.js --check",
38
+ "test:userland": "node scripts/validar-userland-vacio.js",
39
+ "test:release": "npm run test:all && npm run test:userland && npm run test:smoke",
40
+ "doctor": "node scripts/doctor.js",
41
+ "prepack": "node scripts/limpiar-artefactos-python.js && node scripts/validar-userland-vacio.js",
42
+ "prepublishOnly": "npm run test:release",
43
+ "publish:all": "node scripts/publicar.js",
44
+ "publish:github": "node scripts/publicar.js --solo-github",
45
+ "publish:npmjs": "node scripts/publicar.js --solo-npmjs",
46
+ "publish:dry": "node scripts/publicar.js --dry-run",
47
+ "generate:docs": "node scripts/generar-inventario.js",
48
+ "gen-checklists": "node scripts/generar-checklists-consolidados.js",
49
+ "gen-checklists:check": "node scripts/generar-checklists-consolidados.js --check",
50
+ "gen:feature-list": "node scripts/derivar-feature-list.js",
51
+ "gen:feature-list:check": "node scripts/derivar-feature-list.js --check",
52
+ "field-report": "node scripts/field-report.js",
53
+ "configure:branch-protection": "node scripts/configurar-branch-protection.js"
54
+ },
55
+ "engines": {
56
+ "node": ">=22.0.0"
57
+ },
58
+ "keywords": [
59
+ "claude-code",
60
+ "github-copilot",
61
+ "gemini-cli",
62
+ "opencode",
63
+ "codex-cli",
64
+ "agentes",
65
+ "skills",
66
+ "multi-runtime",
67
+ "spec-driven",
68
+ "orquestacion",
69
+ "ingenieria-software"
70
+ ],
71
+ "author": "Saul Wade Leon",
72
+ "license": "MIT",
73
+ "repository": {
74
+ "type": "git",
75
+ "url": "git+https://github.com/saul-wade/swl-ses.git"
76
+ },
77
+ "homepage": "https://github.com/saul-wade/swl-ses#readme",
78
+ "bugs": {
79
+ "url": "https://github.com/saul-wade/swl-ses/issues"
80
+ },
81
+ "publishConfig": {
82
+ "registry": "https://registry.npmjs.org/",
83
+ "access": "public"
84
+ },
85
+ "dependencies": {
86
+ "docx": "^9.6.1"
87
+ },
88
+ "overrides": {
89
+ "pako": "^2.1.0",
90
+ "readable-stream": "^4.7.0"
91
+ }
92
+ }