@saulwade/swl-ses 1.3.2 → 1.3.3

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/package.json CHANGED
@@ -1,87 +1,87 @@
1
- {
2
- "name": "@saulwade/swl-ses",
3
- "version": "1.3.2",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 59 agentes, 155 habilidades, 43 comandos, 64 reglas y 41 hooks. Soporta 11 lenguajes y 5 runtimes: Claude Code, Copilot, OpenCode, Codex y Gemini CLI. 100% en espanol (Mexico). Incluye gateway bidireccional con relay Telegram a Claude Code.",
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
- },
10
- "files": [
11
- "bin",
12
- "scripts",
13
- "manifiestos",
14
- "agentes",
15
- "habilidades",
16
- "comandos",
17
- "reglas",
18
- "hooks",
19
- "plantillas",
20
- "contextos",
21
- "instintos",
22
- "schemas",
23
- "_userland",
24
- "plugin.json",
25
- "CLAUDE.md"
26
- ],
27
- "scripts": {
28
- "postinstall": "echo '\n swl-software-engineering-system instalado.\n Ejecuta: npx swl-ses init\n'",
29
- "test": "node --test tests/lib/*.test.js tests/scripts/*.test.js tests/scripts/lib/*.test.js tests/hooks/*.test.js",
30
- "test:validate": "node scripts/validar.js",
31
- "test:manifest": "node scripts/validar-manifest.js",
32
- "test:smoke": "node scripts/smoke-test.js",
33
- "test:aislamiento": "node scripts/validar-tests-aislamiento.js",
34
- "test:all": "npm test && node scripts/validar.js && node scripts/validar-manifest.js",
35
- "test:userland": "node scripts/validar-userland-vacio.js",
36
- "test:release": "npm run test:all && npm run test:userland && npm run test:smoke",
37
- "doctor": "node scripts/doctor.js",
38
- "prepack": "node scripts/limpiar-artefactos-python.js && node scripts/validar-userland-vacio.js",
39
- "prepublishOnly": "npm run test:release",
40
- "publish:all": "node scripts/publicar.js",
41
- "publish:github": "node scripts/publicar.js --solo-github",
42
- "publish:npmjs": "node scripts/publicar.js --solo-npmjs",
43
- "publish:dry": "node scripts/publicar.js --dry-run",
44
- "generate:docs": "node scripts/generar-inventario.js",
45
- "gen-checklists": "node scripts/generar-checklists-consolidados.js",
46
- "gen-checklists:check": "node scripts/generar-checklists-consolidados.js --check",
47
- "field-report": "node scripts/field-report.js",
48
- "configure:branch-protection": "node scripts/configurar-branch-protection.js"
49
- },
50
- "engines": {
51
- "node": ">=22.0.0"
52
- },
53
- "keywords": [
54
- "claude-code",
55
- "github-copilot",
56
- "gemini-cli",
57
- "opencode",
58
- "codex-cli",
59
- "agentes",
60
- "skills",
61
- "multi-runtime",
62
- "spec-driven",
63
- "orquestacion",
64
- "ingenieria-software"
65
- ],
66
- "author": "Saul Wade Leon",
67
- "license": "MIT",
68
- "repository": {
69
- "type": "git",
70
- "url": "git+https://github.com/saul-wade/swl-ses.git"
71
- },
72
- "homepage": "https://github.com/saul-wade/swl-ses#readme",
73
- "bugs": {
74
- "url": "https://github.com/saul-wade/swl-ses/issues"
75
- },
76
- "publishConfig": {
77
- "registry": "https://registry.npmjs.org/",
78
- "access": "public"
79
- },
80
- "dependencies": {
81
- "docx": "^9.6.1"
82
- },
83
- "overrides": {
84
- "pako": "^2.1.0",
85
- "readable-stream": "^4.7.0"
86
- }
87
- }
1
+ {
2
+ "name": "@saulwade/swl-ses",
3
+ "version": "1.3.3",
4
+ "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 59 agentes, 155 habilidades, 43 comandos, 64 reglas y 41 hooks. Soporta 11 lenguajes y 5 runtimes: Claude Code, Copilot, OpenCode, Codex y Gemini CLI. 100% en espanol (Mexico). Incluye gateway bidireccional con relay Telegram a Claude Code.",
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
+ },
10
+ "files": [
11
+ "bin",
12
+ "scripts",
13
+ "manifiestos",
14
+ "agentes",
15
+ "habilidades",
16
+ "comandos",
17
+ "reglas",
18
+ "hooks",
19
+ "plantillas",
20
+ "contextos",
21
+ "instintos",
22
+ "schemas",
23
+ "_userland",
24
+ "plugin.json",
25
+ "CLAUDE.md"
26
+ ],
27
+ "scripts": {
28
+ "postinstall": "echo '\n swl-software-engineering-system instalado.\n Ejecuta: npx swl-ses init\n'",
29
+ "test": "node --test tests/lib/*.test.js tests/scripts/*.test.js tests/scripts/lib/*.test.js tests/hooks/*.test.js",
30
+ "test:validate": "node scripts/validar.js",
31
+ "test:manifest": "node scripts/validar-manifest.js",
32
+ "test:smoke": "node scripts/smoke-test.js",
33
+ "test:aislamiento": "node scripts/validar-tests-aislamiento.js",
34
+ "test:all": "npm test && node scripts/validar.js && node scripts/validar-manifest.js",
35
+ "test:userland": "node scripts/validar-userland-vacio.js",
36
+ "test:release": "npm run test:all && npm run test:userland && npm run test:smoke",
37
+ "doctor": "node scripts/doctor.js",
38
+ "prepack": "node scripts/limpiar-artefactos-python.js && node scripts/validar-userland-vacio.js",
39
+ "prepublishOnly": "npm run test:release",
40
+ "publish:all": "node scripts/publicar.js",
41
+ "publish:github": "node scripts/publicar.js --solo-github",
42
+ "publish:npmjs": "node scripts/publicar.js --solo-npmjs",
43
+ "publish:dry": "node scripts/publicar.js --dry-run",
44
+ "generate:docs": "node scripts/generar-inventario.js",
45
+ "gen-checklists": "node scripts/generar-checklists-consolidados.js",
46
+ "gen-checklists:check": "node scripts/generar-checklists-consolidados.js --check",
47
+ "field-report": "node scripts/field-report.js",
48
+ "configure:branch-protection": "node scripts/configurar-branch-protection.js"
49
+ },
50
+ "engines": {
51
+ "node": ">=22.0.0"
52
+ },
53
+ "keywords": [
54
+ "claude-code",
55
+ "github-copilot",
56
+ "gemini-cli",
57
+ "opencode",
58
+ "codex-cli",
59
+ "agentes",
60
+ "skills",
61
+ "multi-runtime",
62
+ "spec-driven",
63
+ "orquestacion",
64
+ "ingenieria-software"
65
+ ],
66
+ "author": "Saul Wade Leon",
67
+ "license": "MIT",
68
+ "repository": {
69
+ "type": "git",
70
+ "url": "git+https://github.com/saul-wade/swl-ses.git"
71
+ },
72
+ "homepage": "https://github.com/saul-wade/swl-ses#readme",
73
+ "bugs": {
74
+ "url": "https://github.com/saul-wade/swl-ses/issues"
75
+ },
76
+ "publishConfig": {
77
+ "registry": "https://registry.npmjs.org/",
78
+ "access": "public"
79
+ },
80
+ "dependencies": {
81
+ "docx": "^9.6.1"
82
+ },
83
+ "overrides": {
84
+ "pako": "^2.1.0",
85
+ "readable-stream": "^4.7.0"
86
+ }
87
+ }