@saulwade/swl-ses 2.6.1 → 2.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.
- package/CLAUDE.md +14 -2
- package/README.md +65 -18
- package/agentes/_intent-spec.md +73 -73
- package/agentes/_propose-step.md +90 -90
- package/bin/swl-ses.js +10 -0
- package/comandos/swl/brainstorm.md +1 -0
- package/comandos/swl/briefing.md +119 -119
- package/comandos/swl/contribuir.md +233 -233
- package/comandos/swl/deuda-codigo.md +97 -97
- package/comandos/swl/mcp-status.md +1 -0
- package/gateway/lib/event-channel.js +191 -191
- package/habilidades/agent-deep-links/SKILL.md +148 -148
- package/habilidades/backend-async-postgres-testing/SKILL.md +216 -216
- package/habilidades/backend-error-design/SKILL.md +221 -221
- package/habilidades/backend-production-resilience/SKILL.md +288 -288
- package/habilidades/calidad-anti-patrones-universales/SKILL.md +105 -1
- package/habilidades/calidad-contract-testing/SKILL.md +165 -165
- package/habilidades/calidad-mutation-testing/SKILL.md +25 -1
- package/habilidades/checklist-seguridad/recursos/stride-cobertura.md +60 -60
- package/habilidades/ci-cd-pipelines/SKILL.md +5 -1
- package/habilidades/css-moderno/SKILL.md +7 -1
- package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
- package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
- package/habilidades/estructura-proyecto-claude/recursos/mcp-json-template.json +57 -57
- package/habilidades/extractor-de-aprendizajes/SKILL.md +5 -1
- package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
- package/habilidades/harness-claude-code/SKILL.md +3 -2
- package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
- package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
- package/habilidades/perfil-usuario/SKILL.md +200 -200
- package/habilidades/prevencion-sobreingenieria/recursos/EXAMPLES.md +580 -580
- package/habilidades/prevencion-sobreingenieria/recursos/soluciones-nativas.md +166 -166
- package/habilidades/prevencion-sobreingenieria/recursos/variables-residuales-post-refactor.md +85 -85
- package/habilidades/proceso-ddia-streaming/SKILL.md +231 -231
- package/habilidades/proceso-discovery-machote/SKILL.md +157 -157
- package/habilidades/proceso-dynamic-workflows/SKILL.md +60 -0
- package/habilidades/proceso-dynamic-workflows/recursos/template-adversarial-verify.js +65 -65
- package/habilidades/proceso-dynamic-workflows/recursos/template-triage.js +65 -65
- package/habilidades/proceso-intent-engineering/SKILL.md +269 -269
- package/habilidades/proceso-modular-split/SKILL.md +256 -256
- package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
- package/habilidades/swl-claudemd/recursos/contrato-aprender.md +83 -83
- package/habilidades/swl-claudemd/recursos/duplicacion-reglas-globales.md +85 -85
- package/habilidades/swl-claudemd/recursos/plantillas-init.md +94 -94
- package/habilidades/tdd-workflow/recursos/gherkin-bdd.md +111 -111
- package/hooks/calidad-pre-commit.js +159 -10
- package/hooks/ciclo-evolucion-subagente.js +26 -26
- package/hooks/ciclo-evolucion.js +26 -26
- package/hooks/contexto-subagente.js +68 -68
- package/hooks/lib/auto-consolidator.js +335 -335
- package/hooks/lib/ciclo-evolucion.js +47 -47
- package/hooks/lib/deep-links.js +185 -185
- package/hooks/lib/error-classifier.js +308 -308
- package/hooks/lib/notificacion-formato.js +45 -11
- package/hooks/lib/provenance-tracker.js +191 -191
- package/hooks/lib/raiz-proyecto.js +35 -4
- package/hooks/lib/resource-quota.js +122 -122
- package/hooks/lib/retry-jitter.js +165 -165
- package/hooks/lib/security-net.js +201 -201
- package/hooks/lib/skill-auditor.js +588 -588
- package/hooks/lib/sync-status.js +228 -228
- package/hooks/lib/taint-tracker.js +107 -107
- package/hooks/lib/text-similarity.js +241 -241
- package/hooks/lib/toon-compressor.js +245 -245
- package/hooks/notificacion-telegram.js +5 -11
- package/hooks/session-briefing.js +12 -4
- package/instintos/autonomia.yaml +27 -27
- package/instintos/prompt-appendices.yaml +57 -57
- package/llms.txt +1 -1
- package/manifiestos/agent-output-schemas.json +57 -57
- package/manifiestos/canonical-hashes.json +662 -0
- package/manifiestos/harness-ir.json +47536 -0
- package/manifiestos/hooks-config.json +469 -469
- package/manifiestos/invariantes-criticos.json +30 -30
- package/manifiestos/policy-bundle.json +2065 -0
- package/manifiestos/policy-corpus-w2.json +3926 -0
- package/manifiestos/runtime-adapters-core3.json +208 -0
- package/manifiestos/runtime-conformance.json +139 -0
- package/manifiestos/skills-lock.json +43 -43
- package/package.json +2 -2
- package/plantillas/auditor-veto-template.md +105 -105
- package/plantillas/github-workflows/release-please.yml +44 -44
- package/plantillas/github-workflows/swl-ci.yml +107 -107
- package/plantillas/github-workflows/swl-security.yml +51 -51
- package/plugin.json +2 -2
- package/reglas/accesibilidad.md +10 -10
- package/reglas/auditorias-documentales-estructurales.md +7 -7
- package/reglas/cloud-infra.md +8 -8
- package/reglas/consultar-vault-primero.md +195 -195
- package/reglas/git-workflow.md +1 -0
- package/reglas/hooks.md +6 -6
- package/reglas/intent-engineering.md +218 -218
- package/reglas/markitdown.md +8 -8
- package/reglas/monitor-ci.md +12 -0
- package/reglas/patrones.md +6 -6
- package/reglas/testing.md +7 -7
- package/reglas/tests-cleanup.md +224 -224
- package/schemas/agent-message.schema.json +73 -73
- package/schemas/agent-output-implementacion.schema.json +114 -114
- package/schemas/agent-output-planificacion.schema.json +150 -150
- package/schemas/agent-output-review.schema.json +98 -98
- package/schemas/diary-entry.schema.json +112 -112
- package/schemas/gate-state.schema.json +76 -0
- package/schemas/harness-ir.schema.json +369 -0
- package/schemas/hook-profiles.schema.json +54 -54
- package/schemas/hooks-config.schema.json +89 -89
- package/schemas/legacy-gates.schema.json +45 -0
- package/schemas/modulos.schema.json +38 -38
- package/schemas/perfiles.schema.json +36 -36
- package/schemas/plugin.schema.json +77 -77
- package/schemas/policy-bundle.schema.json +140 -0
- package/schemas/policy-enforcement.schema.json +117 -0
- package/schemas/policy-operation.schema.json +261 -0
- package/schemas/runtime-adapter.schema.json +176 -0
- package/schemas/runtime-build-attestation.schema.json +100 -0
- package/schemas/runtime-conformance.schema.json +239 -0
- package/schemas/runtime-diagnostic.schema.json +395 -0
- package/schemas/skill-evals.schema.json +119 -119
- package/schemas/skill-frontmatter.schema.json +245 -245
- package/schemas/w4-certification-request.schema.json +72 -0
- package/schemas/w4-certification-verdict.schema.json +224 -0
- package/schemas/w4-corpus.schema.json +172 -0
- package/schemas/w4-mutation-report.schema.json +116 -0
- package/schemas/w4-replay-result.schema.json +164 -0
- package/schemas/w4-scoring-report.schema.json +89 -0
- package/scripts/audit-tools/audit-history.js +330 -330
- package/scripts/audit-tools/bundle-tracker.js +290 -290
- package/scripts/audit-tools/canary-monitor.js +352 -352
- package/scripts/audit-tools/code-profiler.js +605 -605
- package/scripts/audit-tools/dep-doctor.js +320 -320
- package/scripts/audit-tools/env-validator.js +206 -206
- package/scripts/audit-tools/lib/fs-walk.js +48 -48
- package/scripts/audit-tools/lib/output.js +23 -23
- package/scripts/audit-tools/migration-checker.js +392 -392
- package/scripts/audit-tools/pentest-scanner.js +1436 -1436
- package/scripts/bootstrap-instintos.js +3 -0
- package/scripts/cli/aprobar-plan.js +73 -73
- package/scripts/cli/briefing.js +23 -23
- package/scripts/cli/ciclo-evolucion.js +26 -26
- package/scripts/cli/derivar-feature-list.js +25 -25
- package/scripts/cli/detectar-host.js +27 -27
- package/scripts/cli/diary-entry.js +69 -69
- package/scripts/cli/execution-state.js +18 -18
- package/scripts/cli/gateway-notify.js +41 -41
- package/scripts/cli/liberar-fase.js +42 -42
- package/scripts/cli/mark-evolved.js +56 -56
- package/scripts/cli/metricas-dora.js +26 -26
- package/scripts/cli/near-duplicate.js +55 -55
- package/scripts/cli/notificaciones.js +123 -123
- package/scripts/cli/propose-step.js +29 -29
- package/scripts/cli/schedule-parse.js +19 -19
- package/scripts/cli/sugerir-modelo.js +20 -20
- package/scripts/cli/verificar-plan.js +36 -36
- package/scripts/cli/verificar-trazabilidad.js +35 -35
- package/scripts/comandos/install-asistido.js +8 -7
- package/scripts/configurar-branch-protection.js +418 -418
- package/scripts/detectar-aprendizajes-duplicados.js +151 -151
- package/scripts/doctor.js +61 -36
- package/scripts/generar-checklists-consolidados.js +273 -273
- package/scripts/generar-claims-runtime.js +1342 -0
- package/scripts/generar-harness-ir.js +257 -0
- package/scripts/generar-inventario.js +52 -54
- package/scripts/generar-policy-bundle.js +202 -0
- package/scripts/instalador.js +26 -7
- package/scripts/lib/approval-receipts.js +190 -0
- package/scripts/lib/artefactos-python.js +43 -43
- package/scripts/lib/benchmark-metrics.js +160 -160
- package/scripts/lib/budget-enforcer.js +252 -252
- package/scripts/lib/certificacion-loop-state.js +421 -0
- package/scripts/lib/ci-reader.js +193 -193
- package/scripts/lib/ciclo-autonomo/yaml-instintos.js +56 -0
- package/scripts/lib/clasificar-directorio.js +92 -0
- package/scripts/lib/contadores-inventario.js +217 -217
- package/scripts/lib/detectar-host-swl.js +175 -175
- package/scripts/lib/detectar-runtime.js +29 -20
- package/scripts/lib/detectar-stack-detallado.js +307 -307
- package/scripts/lib/detector-autoduplicacion-intra-archivo.js +234 -234
- package/scripts/lib/detector-reglas-duplicadas.js +220 -220
- package/scripts/lib/eval-metrics-store.js +218 -218
- package/scripts/lib/eval-quality.js +171 -171
- package/scripts/lib/eval-schemas.js +144 -144
- package/scripts/lib/eval-self-correct.js +106 -106
- package/scripts/lib/eval-validator.js +185 -185
- package/scripts/lib/evidence-verifier.js +192 -0
- package/scripts/lib/evidencia-release.js +322 -322
- package/scripts/lib/frontmatter-canonico.js +509 -0
- package/scripts/lib/gate-engine.js +871 -0
- package/scripts/lib/gate-hooks-requires.js +249 -249
- package/scripts/lib/gate-licencias.js +212 -212
- package/scripts/lib/git-config-preflight.js +48 -0
- package/scripts/lib/git-metricas.js +257 -257
- package/scripts/lib/harness-ir.js +778 -0
- package/scripts/lib/harness-source-snapshot.js +309 -0
- package/scripts/lib/integrity-ledger.js +1147 -0
- package/scripts/lib/jaccard-similarity.js +98 -98
- package/scripts/lib/legacy-gate-migration.js +324 -0
- package/scripts/lib/limpiar-basura-global.js +45 -2
- package/scripts/lib/longmemeval-runner.js +125 -125
- package/scripts/lib/metricas-dora.js +204 -204
- package/scripts/lib/notificaciones-telegram.js +1 -0
- package/scripts/lib/npm-version.js +1 -0
- package/scripts/lib/paquetes-conocidos.js +50 -50
- package/scripts/lib/plan-lock.js +61 -13
- package/scripts/lib/policy-broker.js +338 -0
- package/scripts/lib/policy-bundle.js +342 -0
- package/scripts/lib/policy-context-provider.js +310 -0
- package/scripts/lib/policy-contract.js +479 -0
- package/scripts/lib/policy-verifier-utils.js +65 -0
- package/scripts/lib/pr-analyzer.js +399 -399
- package/scripts/lib/principal-verifier.js +178 -0
- package/scripts/lib/prompt-builder.js +264 -264
- package/scripts/lib/resolver-plan-fase.js +37 -37
- package/scripts/lib/rrf-fusion.js +175 -175
- package/scripts/lib/runtime-adapter-contract.js +267 -0
- package/scripts/lib/runtime-artifact-verifier.js +426 -0
- package/scripts/lib/runtime-build-attestation.js +127 -0
- package/scripts/lib/runtime-bundle-installer.js +586 -0
- package/scripts/lib/runtime-compiler.js +327 -0
- package/scripts/lib/runtime-conformance.js +202 -0
- package/scripts/lib/runtime-doctor-core3.js +567 -0
- package/scripts/lib/runtime-doctor-input.js +59 -0
- package/scripts/lib/runtime-operation-adapter.js +267 -0
- package/scripts/lib/schema-version.js +164 -164
- package/scripts/lib/semantic-search.js +252 -252
- package/scripts/lib/signed-envelope.js +545 -0
- package/scripts/lib/single-use-store.js +359 -0
- package/scripts/lib/skills-externas.js +31 -0
- package/scripts/lib/transformadores/codex.js +15 -8
- package/scripts/lib/transformadores/gemini.js +79 -5
- package/scripts/lib/w4-attestation-adapter.js +158 -0
- package/scripts/lib/w4-canario.js +337 -0
- package/scripts/lib/w4-claims.js +182 -0
- package/scripts/lib/w4-corpus-generador.js +542 -0
- package/scripts/lib/w4-gate-c5.js +115 -0
- package/scripts/lib/w4-harness-bajo-prueba.js +155 -0
- package/scripts/lib/w4-matriz-combos.js +55 -0
- package/scripts/lib/w4-motor-mutacion.js +1348 -0
- package/scripts/lib/w4-motor-replay.js +735 -0
- package/scripts/lib/w4-pin-origen.js +54 -0
- package/scripts/lib/w4-publicar-request.js +132 -0
- package/scripts/lib/w4-revocacion.js +62 -0
- package/scripts/lib/w4-runtimes-core3.js +38 -0
- package/scripts/lib/w4-scorer-certificacion.js +692 -0
- package/scripts/lib/w4-superficie-candidato.js +49 -0
- package/scripts/lib/w4-veredicto.js +452 -0
- package/scripts/lib/w4-verificar-veredicto.js +302 -0
- package/scripts/limpiar-artefactos-python.js +131 -131
- package/scripts/migrar-csv-a-array.js +168 -168
- package/scripts/migrar-fase-dominio.js +200 -200
- package/scripts/migrar-gates-legacy.js +108 -0
- package/scripts/publicar-certification-request.js +115 -0
- package/scripts/runtime-doctor.js +107 -0
- package/scripts/tui/componentes/selector-multi.js +189 -189
- package/scripts/tui/componentes/selector-unico.js +158 -158
- package/scripts/tui/ejecutores.js +375 -375
- package/scripts/tui/lib/colores.js +129 -129
- package/scripts/tui/lib/render.js +264 -264
- package/scripts/tui/lib/teclas.js +113 -113
- package/scripts/tui/pantallas/install-wizard.js +12 -7
- package/scripts/tui/pantallas/menu-principal.js +52 -52
- package/scripts/tui/pantallas/progreso.js +274 -274
- package/scripts/tui/pantallas/resumen.js +132 -132
- package/scripts/validar-userland-vacio.js +110 -110
- package/scripts/verificar-aislamiento-swl-eval.js +87 -0
- package/scripts/verificar-empaquetado-downstream.js +375 -0
- package/scripts/verificar-loop-constructor.js +215 -0
- package/scripts/verificar-trazabilidad.js +13 -6
- package/scripts/verificar-veredicto-real.js +84 -0
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schemaVersion": "1.0.0",
|
|
3
|
+
"kind": "swl-runtime-adapters-core3",
|
|
4
|
+
"effectiveMode": "proposal_only",
|
|
5
|
+
"coreSet": ["claude-code", "codex-cli", "gemini-cli"],
|
|
6
|
+
"surfaces": [
|
|
7
|
+
"instructions",
|
|
8
|
+
"agents",
|
|
9
|
+
"skills",
|
|
10
|
+
"rules",
|
|
11
|
+
"commands",
|
|
12
|
+
"hooks",
|
|
13
|
+
"operationTranslation"
|
|
14
|
+
],
|
|
15
|
+
"runtimes": [
|
|
16
|
+
{
|
|
17
|
+
"id": "claude-code",
|
|
18
|
+
"installerTarget": "claude",
|
|
19
|
+
"binaries": ["claude", "claude.exe"],
|
|
20
|
+
"versionProbe": {
|
|
21
|
+
"args": ["--version"],
|
|
22
|
+
"timeoutMs": 5000,
|
|
23
|
+
"maxOutputBytes": 16384,
|
|
24
|
+
"allowedExitCodes": [0],
|
|
25
|
+
"parsePattern": "^([0-9]+\\.[0-9]+\\.[0-9]+)(?:\\s.*)?$"
|
|
26
|
+
},
|
|
27
|
+
"nativeEvents": ["PreToolUse"],
|
|
28
|
+
"outputFormats": {
|
|
29
|
+
"instructions": "markdown",
|
|
30
|
+
"agents": "markdown-frontmatter",
|
|
31
|
+
"skills": "markdown-frontmatter",
|
|
32
|
+
"rules": "markdown",
|
|
33
|
+
"commands": "markdown-frontmatter",
|
|
34
|
+
"hooks": "json"
|
|
35
|
+
},
|
|
36
|
+
"capabilities": {
|
|
37
|
+
"instructions": {
|
|
38
|
+
"state": "native",
|
|
39
|
+
"reason": "CLAUDE.md es una superficie nativa de instrucciones.",
|
|
40
|
+
"source": "https://code.claude.com/docs/en/memory"
|
|
41
|
+
},
|
|
42
|
+
"agents": {
|
|
43
|
+
"state": "native",
|
|
44
|
+
"reason": "Claude Code carga subagentes declarados por archivo.",
|
|
45
|
+
"source": "https://code.claude.com/docs/en/sub-agents"
|
|
46
|
+
},
|
|
47
|
+
"skills": {
|
|
48
|
+
"state": "native",
|
|
49
|
+
"reason": "Claude Code descubre skills desde directorios documentados.",
|
|
50
|
+
"source": "https://code.claude.com/docs/en/skills"
|
|
51
|
+
},
|
|
52
|
+
"rules": {
|
|
53
|
+
"state": "native",
|
|
54
|
+
"reason": "Las reglas se cargan como memoria modular del proyecto.",
|
|
55
|
+
"source": "https://code.claude.com/docs/en/memory"
|
|
56
|
+
},
|
|
57
|
+
"commands": {
|
|
58
|
+
"state": "emulated",
|
|
59
|
+
"reason": "Los comandos SWL se proyectan como skills; commands queda legacy.",
|
|
60
|
+
"source": "https://code.claude.com/docs/en/skills"
|
|
61
|
+
},
|
|
62
|
+
"hooks": {
|
|
63
|
+
"state": "native",
|
|
64
|
+
"reason": "PreToolUse puede bloquear una tool call antes de ejecutarla.",
|
|
65
|
+
"source": "https://code.claude.com/docs/en/hooks"
|
|
66
|
+
},
|
|
67
|
+
"operationTranslation": {
|
|
68
|
+
"state": "emulated",
|
|
69
|
+
"reason": "SWL traduce el payload nativo al contrato de operación W2.",
|
|
70
|
+
"source": "https://code.claude.com/docs/en/hooks"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"officialSources": [
|
|
74
|
+
{ "url": "https://code.claude.com/docs/en/memory", "verifiedOn": "2026-07-16" },
|
|
75
|
+
{ "url": "https://code.claude.com/docs/en/sub-agents", "verifiedOn": "2026-07-16" },
|
|
76
|
+
{ "url": "https://code.claude.com/docs/en/skills", "verifiedOn": "2026-07-16" },
|
|
77
|
+
{ "url": "https://code.claude.com/docs/en/hooks", "verifiedOn": "2026-07-16" }
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "codex-cli",
|
|
82
|
+
"installerTarget": "codex",
|
|
83
|
+
"binaries": ["codex", "codex.exe"],
|
|
84
|
+
"versionProbe": {
|
|
85
|
+
"args": ["--version"],
|
|
86
|
+
"timeoutMs": 5000,
|
|
87
|
+
"maxOutputBytes": 16384,
|
|
88
|
+
"allowedExitCodes": [0],
|
|
89
|
+
"parsePattern": "^codex-cli\\s+([0-9]+\\.[0-9]+\\.[0-9]+)(?:\\s.*)?$"
|
|
90
|
+
},
|
|
91
|
+
"nativeEvents": ["PreToolUse"],
|
|
92
|
+
"outputFormats": {
|
|
93
|
+
"instructions": "markdown",
|
|
94
|
+
"agents": "toml",
|
|
95
|
+
"skills": "markdown-frontmatter",
|
|
96
|
+
"rules": "markdown",
|
|
97
|
+
"commands": "none",
|
|
98
|
+
"hooks": "json"
|
|
99
|
+
},
|
|
100
|
+
"capabilities": {
|
|
101
|
+
"instructions": {
|
|
102
|
+
"state": "native",
|
|
103
|
+
"reason": "Codex descubre instrucciones jerárquicas en AGENTS.md.",
|
|
104
|
+
"source": "https://learn.chatgpt.com/docs/agent-configuration/agents-md"
|
|
105
|
+
},
|
|
106
|
+
"agents": {
|
|
107
|
+
"state": "native",
|
|
108
|
+
"reason": "Codex carga agentes TOML desde scopes de usuario y proyecto.",
|
|
109
|
+
"source": "https://learn.chatgpt.com/docs/agent-configuration/subagents"
|
|
110
|
+
},
|
|
111
|
+
"skills": {
|
|
112
|
+
"state": "native",
|
|
113
|
+
"reason": "Codex descubre skills bajo el contrato .agents/skills.",
|
|
114
|
+
"source": "https://learn.chatgpt.com/docs/build-skills"
|
|
115
|
+
},
|
|
116
|
+
"rules": {
|
|
117
|
+
"state": "emulated",
|
|
118
|
+
"reason": "Las reglas SWL se incorporan a instrucciones AGENTS.md.",
|
|
119
|
+
"source": "https://learn.chatgpt.com/docs/agent-configuration/agents-md"
|
|
120
|
+
},
|
|
121
|
+
"commands": {
|
|
122
|
+
"state": "emulated",
|
|
123
|
+
"reason": "La invocación SWL se ofrece mediante skills, sin command file propio.",
|
|
124
|
+
"source": "https://learn.chatgpt.com/docs/build-skills"
|
|
125
|
+
},
|
|
126
|
+
"hooks": {
|
|
127
|
+
"state": "native",
|
|
128
|
+
"reason": "PreToolUse bloquea superficies soportadas, con cobertura incompleta.",
|
|
129
|
+
"source": "https://learn.chatgpt.com/docs/hooks"
|
|
130
|
+
},
|
|
131
|
+
"operationTranslation": {
|
|
132
|
+
"state": "emulated",
|
|
133
|
+
"reason": "SWL traduce eventos soportados; tools no cubiertas se deniegan.",
|
|
134
|
+
"source": "https://learn.chatgpt.com/docs/hooks"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"officialSources": [
|
|
138
|
+
{ "url": "https://learn.chatgpt.com/docs/agent-configuration/agents-md", "verifiedOn": "2026-07-16" },
|
|
139
|
+
{ "url": "https://learn.chatgpt.com/docs/agent-configuration/subagents", "verifiedOn": "2026-07-16" },
|
|
140
|
+
{ "url": "https://learn.chatgpt.com/docs/build-skills", "verifiedOn": "2026-07-16" },
|
|
141
|
+
{ "url": "https://learn.chatgpt.com/docs/hooks", "verifiedOn": "2026-07-16" }
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "gemini-cli",
|
|
146
|
+
"installerTarget": "gemini",
|
|
147
|
+
"binaries": ["gemini", "gemini.cmd", "gemini.exe"],
|
|
148
|
+
"versionProbe": {
|
|
149
|
+
"args": ["--version"],
|
|
150
|
+
"timeoutMs": 5000,
|
|
151
|
+
"maxOutputBytes": 16384,
|
|
152
|
+
"allowedExitCodes": [0],
|
|
153
|
+
"parsePattern": "^([0-9]+\\.[0-9]+\\.[0-9]+)(?:\\s.*)?$"
|
|
154
|
+
},
|
|
155
|
+
"nativeEvents": ["BeforeTool"],
|
|
156
|
+
"outputFormats": {
|
|
157
|
+
"instructions": "markdown",
|
|
158
|
+
"agents": "markdown-frontmatter",
|
|
159
|
+
"skills": "markdown-frontmatter",
|
|
160
|
+
"rules": "markdown",
|
|
161
|
+
"commands": "toml",
|
|
162
|
+
"hooks": "json"
|
|
163
|
+
},
|
|
164
|
+
"capabilities": {
|
|
165
|
+
"instructions": {
|
|
166
|
+
"state": "native",
|
|
167
|
+
"reason": "Gemini CLI carga contexto jerárquico desde GEMINI.md.",
|
|
168
|
+
"source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md"
|
|
169
|
+
},
|
|
170
|
+
"agents": {
|
|
171
|
+
"state": "unverified",
|
|
172
|
+
"reason": "Los subagentes siguen en preview y requieren evaluación W4.",
|
|
173
|
+
"source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md"
|
|
174
|
+
},
|
|
175
|
+
"skills": {
|
|
176
|
+
"state": "native",
|
|
177
|
+
"reason": "Las extensiones Gemini pueden empaquetar skills declarativas.",
|
|
178
|
+
"source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md"
|
|
179
|
+
},
|
|
180
|
+
"rules": {
|
|
181
|
+
"state": "emulated",
|
|
182
|
+
"reason": "Las reglas SWL se proyectan como archivos de contexto Gemini.",
|
|
183
|
+
"source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md"
|
|
184
|
+
},
|
|
185
|
+
"commands": {
|
|
186
|
+
"state": "native",
|
|
187
|
+
"reason": "Gemini CLI define comandos custom mediante archivos TOML.",
|
|
188
|
+
"source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md"
|
|
189
|
+
},
|
|
190
|
+
"hooks": {
|
|
191
|
+
"state": "native",
|
|
192
|
+
"reason": "BeforeTool es el evento nativo previo a una tool call.",
|
|
193
|
+
"source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/writing-hooks.md"
|
|
194
|
+
},
|
|
195
|
+
"operationTranslation": {
|
|
196
|
+
"state": "emulated",
|
|
197
|
+
"reason": "SWL traduce BeforeTool al contrato de operación W2.",
|
|
198
|
+
"source": "https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/writing-hooks.md"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"officialSources": [
|
|
202
|
+
{ "url": "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md", "verifiedOn": "2026-07-16" },
|
|
203
|
+
{ "url": "https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/reference.md", "verifiedOn": "2026-07-16" },
|
|
204
|
+
{ "url": "https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/writing-hooks.md", "verifiedOn": "2026-07-16" }
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schemaVersion": "1.0.0",
|
|
3
|
+
"kind": "swl-runtime-claims-bootstrap",
|
|
4
|
+
"sourceCensus": {
|
|
5
|
+
"repositoryPath": ".planning/audit/certificacion-10/runtime-census.json",
|
|
6
|
+
"sha256": "4099ca2f61a2c47d7e108fe9dac78ce057369e20fa660d05ae0692d1a5ceb718",
|
|
7
|
+
"denominator": 7
|
|
8
|
+
},
|
|
9
|
+
"migration": {
|
|
10
|
+
"harnessIrPhase": 29,
|
|
11
|
+
"evaluatorPhase": 32,
|
|
12
|
+
"requiresSchemaMajor": true
|
|
13
|
+
},
|
|
14
|
+
"domains": [
|
|
15
|
+
{ "id": "adopcion", "securityCritical": false },
|
|
16
|
+
{ "id": "discovery-producto", "securityCritical": false },
|
|
17
|
+
{ "id": "arquitectura-planeacion", "securityCritical": false },
|
|
18
|
+
{ "id": "implementacion", "securityCritical": false },
|
|
19
|
+
{ "id": "calidad", "securityCritical": false },
|
|
20
|
+
{ "id": "seguridad", "securityCritical": true },
|
|
21
|
+
{ "id": "entrega-operacion", "securityCritical": false },
|
|
22
|
+
{ "id": "mantenimiento", "securityCritical": false },
|
|
23
|
+
{ "id": "aprendizaje", "securityCritical": false }
|
|
24
|
+
],
|
|
25
|
+
"runtimes": [
|
|
26
|
+
{
|
|
27
|
+
"id": "claude-code",
|
|
28
|
+
"installerTarget": "claude",
|
|
29
|
+
"certificationStatus": "unverified",
|
|
30
|
+
"domains": {
|
|
31
|
+
"adopcion": "unverified",
|
|
32
|
+
"discovery-producto": "unverified",
|
|
33
|
+
"arquitectura-planeacion": "unverified",
|
|
34
|
+
"implementacion": "unverified",
|
|
35
|
+
"calidad": "unverified",
|
|
36
|
+
"seguridad": "unverified",
|
|
37
|
+
"entrega-operacion": "unverified",
|
|
38
|
+
"mantenimiento": "unverified",
|
|
39
|
+
"aprendizaje": "unverified"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "openclaude",
|
|
44
|
+
"installerTarget": "openclaude",
|
|
45
|
+
"certificationStatus": "unverified",
|
|
46
|
+
"domains": {
|
|
47
|
+
"adopcion": "unverified",
|
|
48
|
+
"discovery-producto": "unverified",
|
|
49
|
+
"arquitectura-planeacion": "unverified",
|
|
50
|
+
"implementacion": "unverified",
|
|
51
|
+
"calidad": "unverified",
|
|
52
|
+
"seguridad": "unverified",
|
|
53
|
+
"entrega-operacion": "unverified",
|
|
54
|
+
"mantenimiento": "unverified",
|
|
55
|
+
"aprendizaje": "unverified"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "opencode",
|
|
60
|
+
"installerTarget": "opencode",
|
|
61
|
+
"certificationStatus": "unverified",
|
|
62
|
+
"domains": {
|
|
63
|
+
"adopcion": "unverified",
|
|
64
|
+
"discovery-producto": "unverified",
|
|
65
|
+
"arquitectura-planeacion": "unverified",
|
|
66
|
+
"implementacion": "unverified",
|
|
67
|
+
"calidad": "unverified",
|
|
68
|
+
"seguridad": "unverified",
|
|
69
|
+
"entrega-operacion": "unverified",
|
|
70
|
+
"mantenimiento": "unverified",
|
|
71
|
+
"aprendizaje": "unverified"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "gemini-cli",
|
|
76
|
+
"installerTarget": "gemini",
|
|
77
|
+
"certificationStatus": "unverified",
|
|
78
|
+
"domains": {
|
|
79
|
+
"adopcion": "unverified",
|
|
80
|
+
"discovery-producto": "unverified",
|
|
81
|
+
"arquitectura-planeacion": "unverified",
|
|
82
|
+
"implementacion": "unverified",
|
|
83
|
+
"calidad": "unverified",
|
|
84
|
+
"seguridad": "unverified",
|
|
85
|
+
"entrega-operacion": "unverified",
|
|
86
|
+
"mantenimiento": "unverified",
|
|
87
|
+
"aprendizaje": "unverified"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "cursor",
|
|
92
|
+
"installerTarget": "cursor",
|
|
93
|
+
"certificationStatus": "unverified",
|
|
94
|
+
"domains": {
|
|
95
|
+
"adopcion": "unverified",
|
|
96
|
+
"discovery-producto": "unverified",
|
|
97
|
+
"arquitectura-planeacion": "unverified",
|
|
98
|
+
"implementacion": "unverified",
|
|
99
|
+
"calidad": "unverified",
|
|
100
|
+
"seguridad": "unverified",
|
|
101
|
+
"entrega-operacion": "unverified",
|
|
102
|
+
"mantenimiento": "unverified",
|
|
103
|
+
"aprendizaje": "unverified"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "codex-cli",
|
|
108
|
+
"installerTarget": "codex",
|
|
109
|
+
"certificationStatus": "unverified",
|
|
110
|
+
"domains": {
|
|
111
|
+
"adopcion": "unverified",
|
|
112
|
+
"discovery-producto": "unverified",
|
|
113
|
+
"arquitectura-planeacion": "unverified",
|
|
114
|
+
"implementacion": "unverified",
|
|
115
|
+
"calidad": "unverified",
|
|
116
|
+
"seguridad": "unverified",
|
|
117
|
+
"entrega-operacion": "unverified",
|
|
118
|
+
"mantenimiento": "unverified",
|
|
119
|
+
"aprendizaje": "unverified"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "github-copilot",
|
|
124
|
+
"installerTarget": "copilot",
|
|
125
|
+
"certificationStatus": "unverified",
|
|
126
|
+
"domains": {
|
|
127
|
+
"adopcion": "unverified",
|
|
128
|
+
"discovery-producto": "unverified",
|
|
129
|
+
"arquitectura-planeacion": "unverified",
|
|
130
|
+
"implementacion": "unverified",
|
|
131
|
+
"calidad": "unverified",
|
|
132
|
+
"seguridad": "unverified",
|
|
133
|
+
"entrega-operacion": "unverified",
|
|
134
|
+
"mantenimiento": "unverified",
|
|
135
|
+
"aprendizaje": "unverified"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"lockfileVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-20T21:16:29.446Z",
|
|
4
4
|
"skillsCount": 181,
|
|
5
|
-
"lockHash": "sha256:
|
|
5
|
+
"lockHash": "sha256:28277358f19563ea2d1beaa88c37154a4dcee59bb127f0d52dda7f6a87189cf4",
|
|
6
6
|
"skills": [
|
|
7
7
|
{
|
|
8
8
|
"nombre": "accesibilidad-a11y",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
{
|
|
22
22
|
"nombre": "agent-deep-links",
|
|
23
23
|
"path": "habilidades/agent-deep-links/SKILL.md",
|
|
24
|
-
"hash": "sha256:
|
|
25
|
-
"bytes":
|
|
24
|
+
"hash": "sha256:4fb8150dc13c0d07381701d110c259a452d6b04f981b08e0478e24c38ea9dcab",
|
|
25
|
+
"bytes": 7900,
|
|
26
26
|
"version": "1.0.0"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
@@ -112,15 +112,15 @@
|
|
|
112
112
|
{
|
|
113
113
|
"nombre": "backend-async-postgres-testing",
|
|
114
114
|
"path": "habilidades/backend-async-postgres-testing/SKILL.md",
|
|
115
|
-
"hash": "sha256:
|
|
116
|
-
"bytes":
|
|
115
|
+
"hash": "sha256:70dbf2b6934feada1f62d2dab2edb635b678e2b9bbf3be0375a31e2e33becec0",
|
|
116
|
+
"bytes": 12584,
|
|
117
117
|
"version": "\"1.0.1\""
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"nombre": "backend-error-design",
|
|
121
121
|
"path": "habilidades/backend-error-design/SKILL.md",
|
|
122
|
-
"hash": "sha256:
|
|
123
|
-
"bytes":
|
|
122
|
+
"hash": "sha256:3be8263e2f2a5682ff2243088bbdc9ae7e5e7df59495d39d6fed4ba246e641dc",
|
|
123
|
+
"bytes": 11106,
|
|
124
124
|
"version": "\"1.0.0\""
|
|
125
125
|
},
|
|
126
126
|
{
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
{
|
|
134
134
|
"nombre": "backend-production-resilience",
|
|
135
135
|
"path": "habilidades/backend-production-resilience/SKILL.md",
|
|
136
|
-
"hash": "sha256:
|
|
137
|
-
"bytes":
|
|
136
|
+
"hash": "sha256:82e47b4e1d4296fd10f0d0610963fdc9f2b7b931dfc0fc1d8af73730657b7fb2",
|
|
137
|
+
"bytes": 13620,
|
|
138
138
|
"version": "\"1.0.0\""
|
|
139
139
|
},
|
|
140
140
|
{
|
|
@@ -245,23 +245,23 @@
|
|
|
245
245
|
{
|
|
246
246
|
"nombre": "calidad-anti-patrones-universales",
|
|
247
247
|
"path": "habilidades/calidad-anti-patrones-universales/SKILL.md",
|
|
248
|
-
"hash": "sha256:
|
|
249
|
-
"bytes":
|
|
250
|
-
"version": "\"1.0.
|
|
248
|
+
"hash": "sha256:ad7b14841eb803d0f84f003b55d93da327296ef9e9ec6bacaae5e3816e8f2042",
|
|
249
|
+
"bytes": 17089,
|
|
250
|
+
"version": "\"1.0.1\""
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"nombre": "calidad-contract-testing",
|
|
254
254
|
"path": "habilidades/calidad-contract-testing/SKILL.md",
|
|
255
|
-
"hash": "sha256:
|
|
256
|
-
"bytes":
|
|
255
|
+
"hash": "sha256:dc91fc323fa1f721a5957ad72f5403987c8e49ee0dc059e987bb131e4492f292",
|
|
256
|
+
"bytes": 9391,
|
|
257
257
|
"version": "\"1.0.0\""
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"nombre": "calidad-mutation-testing",
|
|
261
261
|
"path": "habilidades/calidad-mutation-testing/SKILL.md",
|
|
262
|
-
"hash": "sha256:
|
|
263
|
-
"bytes":
|
|
264
|
-
"version": "\"1.0.
|
|
262
|
+
"hash": "sha256:d19417d42ad445f84e32a71c3458635d4cee93034521425acc761b37f62b8917",
|
|
263
|
+
"bytes": 12821,
|
|
264
|
+
"version": "\"1.0.2\""
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"nombre": "changelog-generator",
|
|
@@ -294,9 +294,9 @@
|
|
|
294
294
|
{
|
|
295
295
|
"nombre": "ci-cd-pipelines",
|
|
296
296
|
"path": "habilidades/ci-cd-pipelines/SKILL.md",
|
|
297
|
-
"hash": "sha256:
|
|
298
|
-
"bytes":
|
|
299
|
-
"version": "\"1.0.
|
|
297
|
+
"hash": "sha256:9e9a7ae9db0f2f81f5785c27877b35723d4edfc8baa47ec97756f924d9998307",
|
|
298
|
+
"bytes": 10114,
|
|
299
|
+
"version": "\"1.0.2\""
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
"nombre": "cloud-aws",
|
|
@@ -357,9 +357,9 @@
|
|
|
357
357
|
{
|
|
358
358
|
"nombre": "css-moderno",
|
|
359
359
|
"path": "habilidades/css-moderno/SKILL.md",
|
|
360
|
-
"hash": "sha256:
|
|
361
|
-
"bytes":
|
|
362
|
-
"version": "\"1.1.
|
|
360
|
+
"hash": "sha256:10b0c7c3dac471eb1e6fa4528a3a230bfec1cae0a87c84c49c3dcae8d336b2e6",
|
|
361
|
+
"bytes": 10356,
|
|
362
|
+
"version": "\"1.1.1\""
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"nombre": "datos-etl",
|
|
@@ -518,9 +518,9 @@
|
|
|
518
518
|
{
|
|
519
519
|
"nombre": "extractor-de-aprendizajes",
|
|
520
520
|
"path": "habilidades/extractor-de-aprendizajes/SKILL.md",
|
|
521
|
-
"hash": "sha256:
|
|
522
|
-
"bytes":
|
|
523
|
-
"version": "\"1.0.
|
|
521
|
+
"hash": "sha256:2bd253a31012e4872e5ea98bfda2777953aa85735178192ba69ff0a7371031b6",
|
|
522
|
+
"bytes": 29060,
|
|
523
|
+
"version": "\"1.0.9\""
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
526
|
"nombre": "fastapi-experto",
|
|
@@ -602,9 +602,9 @@
|
|
|
602
602
|
{
|
|
603
603
|
"nombre": "harness-claude-code",
|
|
604
604
|
"path": "habilidades/harness-claude-code/SKILL.md",
|
|
605
|
-
"hash": "sha256:
|
|
606
|
-
"bytes":
|
|
607
|
-
"version": "\"1.0.
|
|
605
|
+
"hash": "sha256:9ea25f3fcbc01a936cabd2d4840e42db007a8590d17976f1046ffaa497ba1891",
|
|
606
|
+
"bytes": 21735,
|
|
607
|
+
"version": "\"1.0.7\""
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"nombre": "iam-secretos",
|
|
@@ -847,8 +847,8 @@
|
|
|
847
847
|
{
|
|
848
848
|
"nombre": "perfil-usuario",
|
|
849
849
|
"path": "habilidades/perfil-usuario/SKILL.md",
|
|
850
|
-
"hash": "sha256:
|
|
851
|
-
"bytes":
|
|
850
|
+
"hash": "sha256:6887b812f57b357ef289e6f66efe17e4e92b4ce4458e5492a8f7b426fdd08deb",
|
|
851
|
+
"bytes": 9019,
|
|
852
852
|
"version": "\"1.0.0\""
|
|
853
853
|
},
|
|
854
854
|
{
|
|
@@ -938,8 +938,8 @@
|
|
|
938
938
|
{
|
|
939
939
|
"nombre": "proceso-ddia-streaming",
|
|
940
940
|
"path": "habilidades/proceso-ddia-streaming/SKILL.md",
|
|
941
|
-
"hash": "sha256:
|
|
942
|
-
"bytes":
|
|
941
|
+
"hash": "sha256:59ae94da3e656871416c0b47944bf4fae02215c4d3cf7e2f826f206483341515",
|
|
942
|
+
"bytes": 9518,
|
|
943
943
|
"version": null
|
|
944
944
|
},
|
|
945
945
|
{
|
|
@@ -952,16 +952,16 @@
|
|
|
952
952
|
{
|
|
953
953
|
"nombre": "proceso-discovery-machote",
|
|
954
954
|
"path": "habilidades/proceso-discovery-machote/SKILL.md",
|
|
955
|
-
"hash": "sha256:
|
|
956
|
-
"bytes":
|
|
955
|
+
"hash": "sha256:8b6de90ddc971dbdf9d86745792d0149e8d44de5b3c24e9b1399ff643f146972",
|
|
956
|
+
"bytes": 10120,
|
|
957
957
|
"version": "\"1.0.0\""
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
"nombre": "proceso-dynamic-workflows",
|
|
961
961
|
"path": "habilidades/proceso-dynamic-workflows/SKILL.md",
|
|
962
|
-
"hash": "sha256:
|
|
963
|
-
"bytes":
|
|
964
|
-
"version":
|
|
962
|
+
"hash": "sha256:cd7d772b132b38ebb6578727f72f263a6703e07cfceafd0730f435701ff73d5b",
|
|
963
|
+
"bytes": 14210,
|
|
964
|
+
"version": "\"1.0.2\""
|
|
965
965
|
},
|
|
966
966
|
{
|
|
967
967
|
"nombre": "proceso-ingenieria-requerimientos",
|
|
@@ -973,15 +973,15 @@
|
|
|
973
973
|
{
|
|
974
974
|
"nombre": "proceso-intent-engineering",
|
|
975
975
|
"path": "habilidades/proceso-intent-engineering/SKILL.md",
|
|
976
|
-
"hash": "sha256:
|
|
977
|
-
"bytes":
|
|
976
|
+
"hash": "sha256:38cfc73217d54b61e93685dd7bf5f5cb6433e1fc6bccbc0f5a076764ada0418d",
|
|
977
|
+
"bytes": 11064,
|
|
978
978
|
"version": null
|
|
979
979
|
},
|
|
980
980
|
{
|
|
981
981
|
"nombre": "proceso-modular-split",
|
|
982
982
|
"path": "habilidades/proceso-modular-split/SKILL.md",
|
|
983
|
-
"hash": "sha256:
|
|
984
|
-
"bytes":
|
|
983
|
+
"hash": "sha256:2ede321545b53721ddeda31f186843d97274b9adbd52f52ca33cb8db143b4ad2",
|
|
984
|
+
"bytes": 14020,
|
|
985
985
|
"version": "\"1.0.0\""
|
|
986
986
|
},
|
|
987
987
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saulwade/swl-ses",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Sistema de
|
|
3
|
+
"version": "2.8.0",
|
|
4
|
+
"description": "Sistema de ingeniería de software auto-evolutivo para proyectos downstream, políglota en 11 lenguajes, con 61 agentes, 181 habilidades, 48 comandos, 77 reglas, 49 hooks, instalación multi-target, MCP, gateway y auditoría Nemesis. Siete targets runtime con compatibilidad experimental y certificación pendiente de evidencia externa.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"swl-ses": "bin/swl-ses.js",
|
|
7
7
|
"swl-telegram-bot": "bin/swl-telegram-bot.js",
|