{
  "name": "@saulwade/swl-ses",
  "version": "2.5.1",
  "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 61 agentes, 181 habilidades, 47 comandos, 77 reglas y 49 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.",
  "bin": {
    "swl-ses": "bin/swl-ses.js",
    "swl-telegram-bot": "bin/swl-telegram-bot.js",
    "swl-mcp-server": "bin/swl-mcp-server.js",
    "swl-webhook-server": "bin/swl-webhook-server.js"
  },
  "files": [
    "bin",
    "scripts",
    "manifiestos",
    "agentes",
    "habilidades",
    "comandos",
    "reglas",
    "hooks",
    "gateway",
    "plantillas",
    "contextos",
    "instintos",
    "schemas",
    "_userland",
    "plugin.json",
    "CLAUDE.md",
    "llms.txt"
  ],
  "scripts": {
    "postinstall": "echo '\n  swl-software-engineering-system instalado.\n  Ejecuta: npx swl-ses init\n'",
    "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",
    "test:validate": "node scripts/validar.js",
    "test:manifest": "node scripts/validar-manifest.js",
    "test:docs": "node scripts/verificar-docs-vs-codigo.js",
    "test:smoke": "node scripts/smoke-test.js",
    "test:aislamiento": "node scripts/validar-tests-aislamiento.js",
    "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 && node scripts/generar-comandos.js --check && node scripts/auditar-clases-conocidas.js && node scripts/canario-hooks.js",
    "test:userland": "node scripts/validar-userland-vacio.js",
    "test:release": "npm run test:all && npm run test:userland && npm run test:smoke && node scripts/canario-hooks.js --smoke",
    "doctor": "node scripts/doctor.js",
    "prepack": "node scripts/limpiar-artefactos-python.js && node scripts/validar-userland-vacio.js",
    "prepublishOnly": "npm run test:release",
    "publish:all": "node scripts/publicar.js",
    "publish:github": "node scripts/publicar.js --solo-github",
    "publish:npmjs": "node scripts/publicar.js --solo-npmjs",
    "publish:dry": "node scripts/publicar.js --dry-run",
    "generate:docs": "node scripts/generar-inventario.js && node scripts/generar-comandos.js",
    "gen-comandos": "node scripts/generar-comandos.js",
    "gen-comandos:check": "node scripts/generar-comandos.js --check",
    "gen-checklists": "node scripts/generar-checklists-consolidados.js",
    "gen-checklists:check": "node scripts/generar-checklists-consolidados.js --check",
    "gen:feature-list": "node scripts/derivar-feature-list.js",
    "gen:feature-list:check": "node scripts/derivar-feature-list.js --check",
    "field-report": "node scripts/field-report.js",
    "configure:branch-protection": "node scripts/configurar-branch-protection.js"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "keywords": [
    "claude-code",
    "github-copilot",
    "gemini-cli",
    "opencode",
    "codex-cli",
    "agentes",
    "skills",
    "multi-runtime",
    "spec-driven",
    "orquestacion",
    "ingenieria-software"
  ],
  "author": "Saul Wade Leon",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saul-wade/swl-ses.git"
  },
  "homepage": "https://github.com/saul-wade/swl-ses#readme",
  "bugs": {
    "url": "https://github.com/saul-wade/swl-ses/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "docx": "^9.6.1"
  },
  "overrides": {
    "pako": "^2.1.0",
    "readable-stream": "^4.7.0"
  }
}
