@saulwade/swl-ses 2.2.0 → 2.2.1

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 (74) hide show
  1. package/CLAUDE.md +199 -196
  2. package/README.md +597 -579
  3. package/agentes/arquitecto-swl.md +0 -5
  4. package/agentes/backend-python-swl.md +0 -5
  5. package/agentes/implementador-swl.md +0 -5
  6. package/agentes/nemesis-auditor-swl.md +0 -5
  7. package/agentes/orquestador-swl.md +0 -5
  8. package/agentes/planificador-swl.md +0 -5
  9. package/agentes/revisor-codigo-swl.md +0 -5
  10. package/comandos/swl/adoptar-proyecto.md +253 -258
  11. package/comandos/swl/aprender.md +823 -828
  12. package/comandos/swl/claudemd.md +234 -239
  13. package/comandos/swl/ejecutar-fase.md +0 -5
  14. package/comandos/swl/nuevo-proyecto.md +200 -205
  15. package/comandos/swl/release.md +19 -5
  16. package/comandos/swl/revisar-impacto.md +0 -5
  17. package/habilidades/agent-browser/SKILL.md +0 -5
  18. package/habilidades/angular-moderno/SKILL.md +0 -5
  19. package/habilidades/api-rest-diseno/SKILL.md +0 -5
  20. package/habilidades/aprendizaje-continuo/SKILL.md +0 -5
  21. package/habilidades/auth-patrones/SKILL.md +0 -5
  22. package/habilidades/build-errors-nextjs/SKILL.md +0 -5
  23. package/habilidades/changelog-generator/SKILL.md +174 -179
  24. package/habilidades/checklist-seguridad/SKILL.md +0 -5
  25. package/habilidades/contenedores-docker/SKILL.md +0 -5
  26. package/habilidades/datos-etl/SKILL.md +0 -5
  27. package/habilidades/doc-sync/SKILL.md +0 -5
  28. package/habilidades/extractor-de-aprendizajes/SKILL.md +0 -5
  29. package/habilidades/fastapi-experto/SKILL.md +0 -5
  30. package/habilidades/frontend-avanzado/SKILL.md +0 -5
  31. package/habilidades/iam-secretos/SKILL.md +0 -5
  32. package/habilidades/manejo-errores/SKILL.md +0 -5
  33. package/habilidades/mapear-codebase/SKILL.md +0 -5
  34. package/habilidades/meta-skills-estandar/SKILL.md +0 -5
  35. package/habilidades/monitoring-alertas/SKILL.md +0 -5
  36. package/habilidades/nextjs-experto/SKILL.md +0 -5
  37. package/habilidades/nextjs-testing/SKILL.md +0 -5
  38. package/habilidades/node-experto/SKILL.md +0 -5
  39. package/habilidades/orquestacion-async/SKILL.md +0 -5
  40. package/habilidades/patrones-python/SKILL.md +227 -232
  41. package/habilidades/planear-fase/SKILL.md +336 -341
  42. package/habilidades/postgresql-experto/SKILL.md +0 -5
  43. package/habilidades/prevencion-sobreingenieria/SKILL.md +0 -5
  44. package/habilidades/protocolo-revision-swl/SKILL.md +0 -5
  45. package/habilidades/react-experto/SKILL.md +0 -5
  46. package/habilidades/release-semver/SKILL.md +0 -5
  47. package/habilidades/swl-claudemd/SKILL.md +0 -5
  48. package/habilidades/tdd-workflow/SKILL.md +710 -715
  49. package/habilidades/testing-python/SKILL.md +335 -340
  50. package/habilidades/verificar-trabajo/SKILL.md +0 -5
  51. package/hooks/lib/evolution-tracker.js +191 -35
  52. package/llms.txt +1 -1
  53. package/manifiestos/canonical-hashes.json +656 -0
  54. package/manifiestos/modulos.json +3 -0
  55. package/manifiestos/skills-lock.json +70 -70
  56. package/package.json +1 -1
  57. package/plugin.json +1 -1
  58. package/scripts/generar-canonical-hashes.js +147 -0
  59. package/scripts/instalador.js +126 -53
  60. package/scripts/lib/audit-evolved.js +71 -0
  61. package/scripts/lib/canonical-hash.js +94 -0
  62. package/scripts/lib/evolved-fuente.js +138 -0
  63. package/scripts/remediar-evolved-instaladas.js +239 -0
  64. package/scripts/validar.js +14 -0
  65. package/scripts/verificar-evolucion.js +36 -0
  66. package/scripts/verificar-release.js +33 -0
  67. package/agentes/.evolved.json +0 -9
  68. package/comandos/swl/.evolved.json +0 -23
  69. package/habilidades/auth-patrones/.evolved.json +0 -9
  70. package/habilidades/extractor-de-aprendizajes/.evolved.json +0 -9
  71. package/habilidades/instalar-sistema/.evolved.json +0 -9
  72. package/habilidades/manejo-errores/.evolved.json +0 -9
  73. package/habilidades/node-experto/.evolved.json +0 -9
  74. package/habilidades/release-semver/.evolved.json +0 -9
@@ -2,11 +2,6 @@
2
2
  name: postgresql-experto
3
3
  description: PostgreSQL avanzado. JSONB, arrays, tipos personalizados, búsqueda de texto completo, window functions, CTEs recursivos, Row Level Security y funciones almacenadas.
4
4
  version: "1.2.0"
5
- evolved: true
6
- evolved-from: "1.1.0"
7
- evolved-at: "2026-05-20"
8
- evolved-by: "aprender"
9
- evolved-note: "4 gotchas nuevos consolidados SIGM L-152/L-153/L-156 + SIGAF 2026-05-15: race condition SELECT-then-write fuera de transaction (CONFIRMADO x4), UPDATE WHERE col1 sin dimensiones de scoping, drift triple Literal↔validator↔ENUM, partial unique index con WHERE requiere predicado puro (no subqueries)"
10
5
  herramientasPermitidas: [Read, Grep]
11
6
  exclusiones:
12
7
  - "No cargar para optimización de queries SQL (EXPLAIN ANALYZE, índices, partitioning) — para optimización cargar `sql-optimizacion`."
@@ -8,11 +8,6 @@ description: >
8
8
  cuando el agente tiende a agregar abstracciones especulativas o tocar código
9
9
  fuera del alcance solicitado.
10
10
  version: "1.2.0"
11
- evolved: true
12
- evolved-from: "1.1.0"
13
- evolved-at: "2026-05-22"
14
- evolved-by: "absorcion-temp-karpathy"
15
- evolved-note: "Recurso nuevo: recursos/EXAMPLES.md con 9 ejemplos MAL→BIEN adaptados del repo andrej-karpathy-skills (MIT). Cierra gap de regla skills-estandar.md § Convención EXAMPLES.md."
16
11
  herramientasPermitidas: [Read, Grep]
17
12
  toolsRequeridos: Read, Grep, Glob
18
13
  exclusiones:
@@ -10,11 +10,6 @@ description: >
10
10
  ejecutar-fase corre en modo --iterative (task por task) o cuando se solicita
11
11
  revisión acotada a un commit / patch específico.
12
12
  version: "1.0.1"
13
- evolved: true
14
- evolved-from: "1.0.0"
15
- evolved-at: "2026-05-16"
16
- evolved-by: "aprender"
17
- evolved-note: "v1.0.1: sección 'Validación de afirmaciones de existencia/no-existencia' formaliza regla `verificar-citas-normativas § Familia 2` aplicada a revisores. Origen: 2 falsos positivos del revisor externo en PR #28 v1.5.2."
18
13
  herramientasPermitidas: [Read, Grep, Glob, Bash]
19
14
  exclusiones:
20
15
  - "No cargar para revisión de fase completa multi-archivo — usar el flujo estándar del revisor con `/swl:revisar` y `/swl:verificar`."
@@ -2,11 +2,6 @@
2
2
  name: react-experto
3
3
  description: React + Next.js mejores prácticas modernas. Cubre Server Components vs Client Components, data fetching patterns (RSC, React Query, SWR, Server Actions), state management (useState, Zustand, Jotai), performance (memo, lazy, Suspense, streaming) y Next.js App Router patterns.
4
4
  version: "1.2.0"
5
- evolved: true
6
- evolved-from: "1.1.1"
7
- evolved-at: "2026-05-12"
8
- evolved-by: "aprender"
9
- evolved-note: "Backport L-138 SIGM: Sidebar/menu con RBAC debe ocultar secciones cuyos items quedan todos filtrados; previo L-105 setState in useEffect"
10
5
  herramientasPermitidas: [Read]
11
6
  exclusiones:
12
7
  - "No cargar para optimización de rendimiento React (memo, useMemo, useCallback, virtualización, code splitting) — para rendimiento cargar `react-optimizacion`."
@@ -2,11 +2,6 @@
2
2
  name: release-semver
3
3
  description: Versionado semántico (SemVer). Cuándo bumpar major/minor/patch, changelogs convencionales, estrategia de tags y proceso de release completo.
4
4
  version: "1.0.2"
5
- evolved: true
6
- evolved-from: "1.0.1"
7
- evolved-at: "2026-05-02"
8
- evolved-by: "aprender"
9
- evolved-note: "Sección nueva: publish a múltiples registries (npmjs + GitHub Packages) — republish-only pattern y auth GitHub Packages no soporta npm login"
10
5
  herramientasPermitidas: [Read, Bash]
11
6
  exclusiones:
12
7
  - "No cargar para versionar el sistema SWL — el bump de versión de swl-ses sigue el checklist de 15 ubicaciones documentado en `/swl:release`; este skill cubre SemVer general para proyectos de usuario, no el proceso interno de release del sistema."
@@ -9,11 +9,6 @@ exclusiones:
9
9
  - "No cargar para validar otros archivos (.md de docs, READMEs) — solo CLAUDE.md tiene contrato canónico."
10
10
  - "No cargar para generar el bloque del installer en CLAUDE.md de proyectos destino — eso lo hace scripts/lib/transformadores/claude.js."
11
11
  evolvable: true
12
- evolved: true
13
- evolved-from: "1.1.0"
14
- evolved-at: "2026-05-22"
15
- evolved-by: "aprender"
16
- evolved-note: "Dimensión 8 — detección de duplicación de reglas globales (catálogo declarativo en scripts/lib/reglas-globales-conocidas.json). Refactor propone reemplazo canónico. Hook claudemd-duplicacion-detector.js complementa la capa async. Aplica regla nueva reglas/sin-duplicacion-reglas-globales.md (v1.7.0)."
17
12
  ---
18
13
 
19
14
  # Habilidad: Tratamiento profesional de CLAUDE.md