@saulwade/swl-ses 2.2.3 → 2.3.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 (66) hide show
  1. package/CLAUDE.md +4 -4
  2. package/README.md +3 -3
  3. package/agentes/arquitecto-swl.md +1 -1
  4. package/agentes/auto-evolucion-swl.md +908 -908
  5. package/agentes/backend-csharp-swl.md +1 -1
  6. package/agentes/backend-go-swl.md +1 -1
  7. package/agentes/backend-java-swl.md +1 -1
  8. package/agentes/backend-rust-swl.md +1 -1
  9. package/agentes/evals/orquestador-swl.evals.json +1 -1
  10. package/agentes/implementador-swl.md +2 -2
  11. package/agentes/llm-apps-swl.md +1 -1
  12. package/agentes/orquestador-swl.md +7 -7
  13. package/agentes/pagos-swl.md +1 -1
  14. package/agentes/perfilador-usuario-swl.md +321 -321
  15. package/agentes/planificador-swl.md +1 -1
  16. package/agentes/producto-prd-swl.md +1 -1
  17. package/agentes/revisor-seguridad-swl.md +1 -1
  18. package/agentes/sre-swl.md +1 -1
  19. package/comandos/swl/aprobar-plan.md +146 -141
  20. package/comandos/swl/release.md +45 -8
  21. package/comandos/swl/status.md +343 -333
  22. package/comandos/swl/verificar.md +817 -817
  23. package/habilidades/compactacion-contexto/SKILL.md +3 -3
  24. package/habilidades/contenedores-docker/SKILL.md +3 -1
  25. package/habilidades/context-builder/SKILL.md +4 -4
  26. package/habilidades/control-profundidad/SKILL.md +5 -5
  27. package/habilidades/ejecutar-fase/SKILL.md +564 -541
  28. package/habilidades/extractor-de-aprendizajes/SKILL.md +3 -3
  29. package/habilidades/guardrail-semantico/SKILL.md +1 -1
  30. package/habilidades/harness-claude-code/SKILL.md +305 -305
  31. package/habilidades/meta-skills-estandar/recursos/skills-as-agents.md +1 -1
  32. package/habilidades/planear-fase/SKILL.md +15 -1
  33. package/habilidades/proceso-debate-adversarial/SKILL.md +191 -164
  34. package/habilidades/prompt-engineering/SKILL.md +5 -5
  35. package/habilidades/release-semver/SKILL.md +4 -1
  36. package/habilidades/tdd-workflow/SKILL.md +33 -1
  37. package/habilidades/workflow-claude-code/SKILL.md +6 -6
  38. package/hooks/captura-acciones-post.js +151 -0
  39. package/hooks/captura-acciones-session.js +155 -0
  40. package/hooks/lib/briefing.js +512 -474
  41. package/hooks/lib/captura-acciones.js +392 -0
  42. package/hooks/lib/context-builder.js +2 -2
  43. package/hooks/lib/model-router.js +1 -1
  44. package/hooks/lib/token-estimator.js +2 -0
  45. package/hooks/linea-estado.js +7 -5
  46. package/llms.txt +29 -29
  47. package/manifiestos/canonical-hashes.json +1964 -1310
  48. package/manifiestos/hooks-config.json +18 -0
  49. package/manifiestos/modulos.json +4 -0
  50. package/manifiestos/skills-lock.json +1282 -1282
  51. package/package.json +93 -93
  52. package/plugin.json +371 -371
  53. package/reglas/git-coauthor.md +100 -100
  54. package/reglas/memoria-consolidada.md +41 -0
  55. package/reglas/pruebas.md +15 -0
  56. package/reglas/seguridad-agentes.md +66 -0
  57. package/schemas/agent-frontmatter.schema.json +294 -294
  58. package/schemas/instinct.schema.json +161 -152
  59. package/scripts/bootstrap-instintos.js +25 -7
  60. package/scripts/lib/claude-sessions.js +1 -0
  61. package/scripts/lib/gitignore-manifest.js +44 -11
  62. package/scripts/lib/skill-metrics.js +41 -1
  63. package/scripts/lib/tool-cost-analyzer.js +1 -0
  64. package/scripts/publicar.js +34 -85
  65. package/scripts/verificar-trazabilidad.js +329 -298
  66. package/scripts/vendor/claude-usage/__pycache__/scanner.cpython-314.pyc +0 -0
package/package.json CHANGED
@@ -1,93 +1,93 @@
1
- {
2
- "name": "@saulwade/swl-ses",
3
- "version": "2.2.3",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 60 agentes, 182 habilidades, 44 comandos, 77 reglas y 48 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
- "llms.txt"
29
- ],
30
- "scripts": {
31
- "postinstall": "echo '\n swl-software-engineering-system instalado.\n Ejecuta: npx swl-ses init\n'",
32
- "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",
33
- "test:validate": "node scripts/validar.js",
34
- "test:manifest": "node scripts/validar-manifest.js",
35
- "test:docs": "node scripts/verificar-docs-vs-codigo.js",
36
- "test:smoke": "node scripts/smoke-test.js",
37
- "test:aislamiento": "node scripts/validar-tests-aislamiento.js",
38
- "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",
39
- "test:userland": "node scripts/validar-userland-vacio.js",
40
- "test:release": "npm run test:all && npm run test:userland && npm run test:smoke",
41
- "doctor": "node scripts/doctor.js",
42
- "prepack": "node scripts/limpiar-artefactos-python.js && node scripts/validar-userland-vacio.js",
43
- "prepublishOnly": "npm run test:release",
44
- "publish:all": "node scripts/publicar.js",
45
- "publish:github": "node scripts/publicar.js --solo-github",
46
- "publish:npmjs": "node scripts/publicar.js --solo-npmjs",
47
- "publish:dry": "node scripts/publicar.js --dry-run",
48
- "generate:docs": "node scripts/generar-inventario.js",
49
- "gen-checklists": "node scripts/generar-checklists-consolidados.js",
50
- "gen-checklists:check": "node scripts/generar-checklists-consolidados.js --check",
51
- "gen:feature-list": "node scripts/derivar-feature-list.js",
52
- "gen:feature-list:check": "node scripts/derivar-feature-list.js --check",
53
- "field-report": "node scripts/field-report.js",
54
- "configure:branch-protection": "node scripts/configurar-branch-protection.js"
55
- },
56
- "engines": {
57
- "node": ">=22.0.0"
58
- },
59
- "keywords": [
60
- "claude-code",
61
- "github-copilot",
62
- "gemini-cli",
63
- "opencode",
64
- "codex-cli",
65
- "agentes",
66
- "skills",
67
- "multi-runtime",
68
- "spec-driven",
69
- "orquestacion",
70
- "ingenieria-software"
71
- ],
72
- "author": "Saul Wade Leon",
73
- "license": "MIT",
74
- "repository": {
75
- "type": "git",
76
- "url": "git+https://github.com/saul-wade/swl-ses.git"
77
- },
78
- "homepage": "https://github.com/saul-wade/swl-ses#readme",
79
- "bugs": {
80
- "url": "https://github.com/saul-wade/swl-ses/issues"
81
- },
82
- "publishConfig": {
83
- "registry": "https://registry.npmjs.org/",
84
- "access": "public"
85
- },
86
- "dependencies": {
87
- "docx": "^9.6.1"
88
- },
89
- "overrides": {
90
- "pako": "^2.1.0",
91
- "readable-stream": "^4.7.0"
92
- }
93
- }
1
+ {
2
+ "name": "@saulwade/swl-ses",
3
+ "version": "2.3.0",
4
+ "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 60 agentes, 182 habilidades, 44 comandos, 77 reglas y 50 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
+ "llms.txt"
29
+ ],
30
+ "scripts": {
31
+ "postinstall": "echo '\n swl-software-engineering-system instalado.\n Ejecuta: npx swl-ses init\n'",
32
+ "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",
33
+ "test:validate": "node scripts/validar.js",
34
+ "test:manifest": "node scripts/validar-manifest.js",
35
+ "test:docs": "node scripts/verificar-docs-vs-codigo.js",
36
+ "test:smoke": "node scripts/smoke-test.js",
37
+ "test:aislamiento": "node scripts/validar-tests-aislamiento.js",
38
+ "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",
39
+ "test:userland": "node scripts/validar-userland-vacio.js",
40
+ "test:release": "npm run test:all && npm run test:userland && npm run test:smoke",
41
+ "doctor": "node scripts/doctor.js",
42
+ "prepack": "node scripts/limpiar-artefactos-python.js && node scripts/validar-userland-vacio.js",
43
+ "prepublishOnly": "npm run test:release",
44
+ "publish:all": "node scripts/publicar.js",
45
+ "publish:github": "node scripts/publicar.js --solo-github",
46
+ "publish:npmjs": "node scripts/publicar.js --solo-npmjs",
47
+ "publish:dry": "node scripts/publicar.js --dry-run",
48
+ "generate:docs": "node scripts/generar-inventario.js",
49
+ "gen-checklists": "node scripts/generar-checklists-consolidados.js",
50
+ "gen-checklists:check": "node scripts/generar-checklists-consolidados.js --check",
51
+ "gen:feature-list": "node scripts/derivar-feature-list.js",
52
+ "gen:feature-list:check": "node scripts/derivar-feature-list.js --check",
53
+ "field-report": "node scripts/field-report.js",
54
+ "configure:branch-protection": "node scripts/configurar-branch-protection.js"
55
+ },
56
+ "engines": {
57
+ "node": ">=22.0.0"
58
+ },
59
+ "keywords": [
60
+ "claude-code",
61
+ "github-copilot",
62
+ "gemini-cli",
63
+ "opencode",
64
+ "codex-cli",
65
+ "agentes",
66
+ "skills",
67
+ "multi-runtime",
68
+ "spec-driven",
69
+ "orquestacion",
70
+ "ingenieria-software"
71
+ ],
72
+ "author": "Saul Wade Leon",
73
+ "license": "MIT",
74
+ "repository": {
75
+ "type": "git",
76
+ "url": "git+https://github.com/saul-wade/swl-ses.git"
77
+ },
78
+ "homepage": "https://github.com/saul-wade/swl-ses#readme",
79
+ "bugs": {
80
+ "url": "https://github.com/saul-wade/swl-ses/issues"
81
+ },
82
+ "publishConfig": {
83
+ "registry": "https://registry.npmjs.org/",
84
+ "access": "public"
85
+ },
86
+ "dependencies": {
87
+ "docx": "^9.6.1"
88
+ },
89
+ "overrides": {
90
+ "pako": "^2.1.0",
91
+ "readable-stream": "^4.7.0"
92
+ }
93
+ }