@qubiit/lmagent 2.6.0 → 2.6.2

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 (39) hide show
  1. package/AGENTS.md +1 -1
  2. package/CLAUDE.md +3 -3
  3. package/README.md +20 -14
  4. package/install.js +1 -1
  5. package/package.json +1 -1
  6. package/rules/_bootstrap.md +2 -2
  7. package/scripts/create_skill.js +2 -2
  8. package/scripts/validate_skills.js +3 -3
  9. package/skills/ai-agent-engineer/SKILL.md +1 -1
  10. package/skills/api-designer/SKILL.md +1 -1
  11. package/skills/architect/SKILL.md +1 -1
  12. package/skills/automation-engineer/SKILL.md +1 -1
  13. package/skills/backend-engineer/SKILL.md +1 -1
  14. package/skills/bmad-methodology/SKILL.md +1 -1
  15. package/skills/browser-agent/SKILL.md +1 -1
  16. package/skills/code-reviewer/SKILL.md +1 -1
  17. package/skills/data-engineer/SKILL.md +1 -1
  18. package/skills/devops-engineer/SKILL.md +1 -1
  19. package/skills/document-generator/SKILL.md +1 -1
  20. package/skills/frontend-engineer/SKILL.md +1 -1
  21. package/skills/git-workflow/SKILL.md +1 -1
  22. package/skills/mcp-builder/SKILL.md +1 -1
  23. package/skills/mobile-engineer/SKILL.md +1 -1
  24. package/skills/orchestrator/SKILL.md +1 -1
  25. package/skills/performance-engineer/SKILL.md +1 -1
  26. package/skills/product-manager/SKILL.md +1 -1
  27. package/skills/prompt-engineer/SKILL.md +1 -1
  28. package/skills/qa-engineer/SKILL.md +1 -1
  29. package/skills/scrum-master/SKILL.md +1 -1
  30. package/skills/security-analyst/SKILL.md +1 -1
  31. package/skills/seo-auditor/SKILL.md +1 -1
  32. package/skills/spec-driven-dev/SKILL.md +1 -1
  33. package/skills/supabase-expert/SKILL.md +1 -1
  34. package/skills/swe-agent/SKILL.md +1 -1
  35. package/skills/systematic-debugger/SKILL.md +1 -1
  36. package/skills/tech-lead/SKILL.md +1 -1
  37. package/skills/technical-writer/SKILL.md +1 -1
  38. package/skills/testing-strategist/SKILL.md +1 -1
  39. package/skills/ux-ui-designer/SKILL.md +1 -1
package/AGENTS.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🤖 LMAgent Intelligence Catalog
2
2
 
3
- > Catálogo completo de capacidades del ecosistema **LMAgent v2.5.0**.
3
+ > Catálogo completo de capacidades del ecosistema **LMAgent v2.6.2**.
4
4
  > Última actualización: 2026-02-11
5
5
 
6
6
  ---
package/CLAUDE.md CHANGED
@@ -1,12 +1,12 @@
1
- # LMAgent Framework v2.5.0 - Claude Code Instructions
1
+ # LMAgent Framework v2.6.2 - Claude Code Instructions
2
2
 
3
3
  > [!IMPORTANT]
4
- > **ANTES DE HACER CUALQUIER COSA**: Este proyecto usa el framework **LMAgent v2.5.0**.
4
+ > **ANTES DE HACER CUALQUIER COSA**: Este proyecto usa el framework **LMAgent v2.6.2**.
5
5
  > **DEBES** leer `AGENTS.md` y `rules/_bootstrap.md` antes de implementar cualquier cambio.
6
6
 
7
7
  ## Framework
8
8
 
9
- Estás trabajando con **LMAgent v2.5.0**, un framework para desarrollo de automatizaciones y agentes de IA. Organiza las capacidades del agente en tres pilares: **Skills**, **Rules** y **Workflows**.
9
+ Estás trabajando con **LMAgent v2.6.2**, un framework para desarrollo de automatizaciones y agentes de IA. Organiza las capacidades del agente en tres pilares: **Skills**, **Rules** y **Workflows**.
10
10
 
11
11
  ## ⚡ Inicio Rápido
12
12
 
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  by QuBit
11
11
  ```
12
12
 
13
- ![Version](https://img.shields.io/badge/Version-2.5.0-purple?style=for-the-badge) ![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge) ![Agentic](https://img.shields.io/badge/AI-Agentic_Workflow-cyan?style=for-the-badge)
13
+ ![Version](https://img.shields.io/badge/Version-2.6.2-purple?style=for-the-badge) ![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge) ![Agentic](https://img.shields.io/badge/AI-Agentic_Workflow-cyan?style=for-the-badge)
14
14
 
15
15
  > **"Separate the reasoning from the execution."**
16
16
  > LMAgent is the foundational runtime that empowers your AI Agents with standardized **Skills**, **Rules**, and **Workflows** across any IDE (Cursor, Windsurf, VSCode, Zed, Qodo).
@@ -63,6 +63,20 @@ lmagent doctor
63
63
 
64
64
  ---
65
65
 
66
+ ## 🛠️ Creating New Skills
67
+ Need a custom agent? Use the interactive generator:
68
+
69
+ ```bash
70
+ # Verify structure of existing skills
71
+ npx lmagent validate
72
+
73
+ # Create a new skill interactively
74
+ npx lmagent create-skill
75
+ ```
76
+ This will generate the standard directory structure and `SKILL.md` template for you.
77
+
78
+ ---
79
+
66
80
  ## 🛠️ CLI Reference
67
81
 
68
82
  LMAgent includes a powerful CLI to manage your AI context.
@@ -187,15 +201,17 @@ LMAgent creates a **Single Source of Truth** in your home directory.
187
201
  ### 🧩 Multi-IDE Support
188
202
 
189
203
 
204
+ | IDE | Status | Config Path |
205
+ | :--- | :--- | :--- |
190
206
  | **Cursor** | ✅ Full | `.cursor/` |
191
207
  | **Windsurf** | ✅ Full | `.windsurf/` |
192
208
  | **VSCode / Copilot** | ✅ Full | `.github/` |
193
209
  | **Zed** | ✅ Full | `.rules/` |
194
- | **Continue** | ✅ Full | `.continue/` |
195
- | **Trae** | ✅ Full | `.trae/` |
196
210
  | **Antigravity** | ✅ Full | `.agent/` |
197
- | **Cline / Roo Code** | ✅ Full | `.clinerules/` / `.roo/` |
198
211
  | **Claude Code** | ✅ Full | `.claude/` |
212
+ | **Cline / Roo Code** | ✅ Full | `.clinerules/` / `.roo/` |
213
+ | **Continue** | ✅ Full | `.continue/` |
214
+ | **Trae** | ✅ Full | `.trae/` |
199
215
  | **Qodo** | ✅ Full | `agents/` |
200
216
  | **Amp / Kimi / Replit** | ✅ Full | `.agents/` |
201
217
  | **Augment** | ✅ Full | `.augment/` |
@@ -230,17 +246,7 @@ LMAgent creates a **Single Source of Truth** in your home directory.
230
246
  We welcome contributions to expand the **Universal Agent Brain**.
231
247
  Check out `CONTRIBUTING.md` to add new Skills, Rules, or IDE support.
232
248
 
233
- ### 🛠️ Creating New Skills
234
- Need a custom agent? Use the interactive generator:
235
-
236
- ```bash
237
- # Verify structure of existing skills
238
- npx lmagent validate
239
249
 
240
- # Create a new skill interactively
241
- npx lmagent create-skill
242
- ```
243
- This will generate the standard directory structure and `SKILL.md` template for you.
244
250
 
245
251
 
246
252
  ---
package/install.js CHANGED
@@ -337,7 +337,7 @@ const IDE_CONFIGS = [
337
337
  program
338
338
  .name('lmagent')
339
339
  .description('CLI para instalar skills y reglas de LMAgent')
340
- .version('2.6.0'); // Version bump
340
+ .version('2.6.2'); // Version bump
341
341
 
342
342
  program.command('install')
343
343
  .description('Instalar skills, rules y workflows en el IDE del proyecto')
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.6.0",
6
+ "version": "2.6.2",
7
7
  "description": "CLI to install LMAgent skills and rules into your IDE",
8
8
  "main": "install.js",
9
9
  "bin": {
@@ -1,6 +1,6 @@
1
1
  # 🚀 LMAgent Bootstrap — Instrucciones Iniciales
2
2
 
3
- > **Tipo**: `rule` | **Versión**: 2.5.0 | **Prioridad**: MÁXIMA
3
+ > **Tipo**: `rule` | **Versión**: 2.6.2 | **Prioridad**: MÁXIMA
4
4
  > Esta regla se aplica **SIEMPRE** como primer paso antes de cualquier tarea.
5
5
 
6
6
  ---
@@ -15,7 +15,7 @@
15
15
 
16
16
  ## 🧠 Framework
17
17
 
18
- Estás trabajando con **LMAgent v2.5.0**. Antes de implementar cualquier cambio:
18
+ Estás trabajando con **LMAgent v2.6.2**. Antes de implementar cualquier cambio:
19
19
 
20
20
  1. **Lee `AGENTS.md`** — Catálogo completo de skills, rules y workflows
21
21
  2. **Clasifica la tarea** — Nivel 0-4 según complejidad (ver `rules/workflow.md`)
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * LMAgent Skill Generator — v2.5.6
4
+ * LMAgent Skill Generator — v2.6.0
5
5
  *
6
6
  * Genera la estructura completa de un nuevo skill interactivamente.
7
7
  *
@@ -212,7 +212,7 @@ Antes de considerar una tarea terminada, verifica TODO:
212
212
 
213
213
  // ─── Main ─────────────────────────────────────────────────────
214
214
  async function main() {
215
- console.log(c.bold('\n🛠️ LMAgent Skill Generator v2.5.6\n'));
215
+ console.log(c.bold('\n🛠️ LMAgent Skill Generator v2.6.2\n'));
216
216
 
217
217
  const prompt = createPrompt();
218
218
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * LMAgent Skills Validator — v2.5.6
4
+ * LMAgent Skills Validator — v2.6.0
5
5
  *
6
6
  * Valida la integridad de todos los skills del framework.
7
7
  * Verifica: frontmatter YAML, campos obligatorios, estructura de directorio.
@@ -29,7 +29,7 @@ const SKILLS_DIR = join(ROOT, 'skills');
29
29
  // ─── Configuración ────────────────────────────────────────────
30
30
  const REQUIRED_FIELDS = ['name', 'description', 'role', 'type', 'version', 'icon', 'expertise', 'activates_on', 'triggers'];
31
31
  const VALID_TYPES = ['agent_persona', 'methodology'];
32
- const CURRENT_VERSION = 2.5;
32
+ const CURRENT_VERSION = 2.6;
33
33
  const OPTIONAL_DIRS = ['scripts', 'references', 'assets'];
34
34
 
35
35
  // ─── Colores (sin dependencias) ───────────────────────────────
@@ -194,7 +194,7 @@ function validateSkill(skillDir) {
194
194
  function main() {
195
195
  const filterSkill = process.argv[2];
196
196
 
197
- console.log(gradient.pastel.multiline('\n🚀 LMAgent Skills Validator v2.5.0\n'));
197
+ console.log(gradient.pastel.multiline('\n🚀 LMAgent Skills Validator v2.6.2\n'));
198
198
  console.log(chalk.dim(` Directorio: ${SKILLS_DIR}`));
199
199
  console.log(chalk.dim(` Campos obligatorios: ${REQUIRED_FIELDS.length}`));
200
200
  console.log('');
@@ -3,7 +3,7 @@ name: AI Agent Engineer
3
3
  description: Especialista en diseño, desarrollo y optimización de agentes de inteligencia artificial y flujos RAG.
4
4
  role: Diseño y Desarrollo de Agentes IA
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🤖
8
8
  expertise:
9
9
  - LLM integration
@@ -3,7 +3,7 @@ name: API Designer
3
3
  description: Arquitecto de APIs REST y GraphQL con enfoque en diseño consistente, documentación OpenAPI y experiencia del desarrollador.
4
4
  role: Especialista en Diseño de APIs y Developer Experience
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🔌
8
8
  expertise:
9
9
  - REST API design
@@ -3,7 +3,7 @@ name: Architect
3
3
  description: Diseño de arquitectura de software, patrones de diseño y estructuración de sistemas robustos.
4
4
  role: Senior Solutions Architect - Diseño de Sistemas Distribuidos
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🏛️
8
8
  expertise:
9
9
  - System Design
@@ -3,7 +3,7 @@ name: Automation Engineer
3
3
  description: Automatización de flujos de trabajo, procesos repetitivos e integración de herramientas.
4
4
  role: Automatización e Integraciones
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: ⚙️
8
8
  expertise:
9
9
  - n8n workflows
@@ -3,7 +3,7 @@ name: Backend Engineer
3
3
  description: Desarrollo de lógica de servidor, gestión de bases de datos, APIs y servicios escalables.
4
4
  role: Senior Backend Engineer & Tech Lead - Ingeniería de Software Robusta
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: ⚙️
8
8
  expertise:
9
9
  - Python 3.12+ (FastAPI, SQLModel, Pydantic v2)
@@ -3,7 +3,7 @@ name: BMAD Methodology
3
3
  description: Experto en la aplicación de la metodología Best Model Agent Driven (BMAD).
4
4
  role: Scale-Adaptive Intelligence & Project Orchestration
5
5
  type: methodology
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🧠
8
8
  expertise:
9
9
  - Scale-Adaptive Intelligence (Levels 0-4)
@@ -3,7 +3,7 @@ name: Browser Agent
3
3
  description: Automatización inteligente de navegador con Playwright/Puppeteer para scraping, auditorías, flujos interactivos y extracción de datos.
4
4
  role: Automatización de Navegador para Agentes IA
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🌐
8
8
  expertise:
9
9
  - Browser Automation (Playwright, Puppeteer)
@@ -3,7 +3,7 @@ name: Code Reviewer
3
3
  description: Especialista en revisiones de código sistemáticas, asegurando calidad, seguridad y mantenibilidad.
4
4
  role: Experto en Code Review y Calidad de Código
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🔍
8
8
  expertise:
9
9
  - Code review sistemático
@@ -3,7 +3,7 @@ name: Data Engineer / DBA
3
3
  description: Gestión de pipelines de datos, almacenamiento, procesamiento y análisis de información.
4
4
  role: Diseño y Administración de Bases de Datos
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🗜️
8
8
  expertise:
9
9
  - PostgreSQL/MySQL
@@ -3,7 +3,7 @@ name: DevOps Engineer
3
3
  description: Configuración de CI/CD, infraestructura en la nube, contenedores y automatización de despliegues.
4
4
  role: Infrastructure, CI/CD y Operaciones
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🚀
8
8
  expertise:
9
9
  - Docker/Kubernetes
@@ -3,7 +3,7 @@ name: Document Generator
3
3
  description: Generación programática de documentos formales (PDF, DOCX, XLSX, PPTX) con librerías especializadas.
4
4
  role: Generación de Documentos de Oficina
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 📄
8
8
  expertise:
9
9
  - PDF Generation (pdfmake, jsPDF, Puppeteer)
@@ -3,7 +3,7 @@ name: Frontend Engineer
3
3
  description: Desarrollo de interfaces de usuario modernas, responsivas y centradas en la experiencia del usuario.
4
4
  role: Desarrollo de Interfaces de Usuario
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🎨
8
8
  expertise:
9
9
  - React 18+ / Next.js 14+
@@ -3,7 +3,7 @@ name: Git Workflow
3
3
  description: Experto en estrategias de branching, flujos de trabajo Git, y gestión de releases.
4
4
  role: Especialista en Git Workflows y Release Management
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🌿
8
8
  expertise:
9
9
  - Git branching strategies
@@ -3,7 +3,7 @@ name: MCP Builder
3
3
  description: Experto en construir MCP Servers, Tools, Resources y Prompts para extender agentes de IA.
4
4
  role: Especialista en Model Context Protocol y Agent Tooling
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🔧
8
8
  expertise:
9
9
  - Model Context Protocol (MCP)
@@ -3,7 +3,7 @@ name: Mobile Engineer
3
3
  description: Desarrollo de aplicaciones móviles utilizando React Native, Expo y otras tecnologías nativas.
4
4
  role: Desarrollo de Aplicaciones Móviles
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 📱
8
8
  expertise:
9
9
  - React Native / Expo
@@ -3,7 +3,7 @@ name: Orchestrator
3
3
  description: Agente orquestador encargado de dirigir las solicitudes al experto más adecuado.
4
4
  role: Meta-Agent que decide qué persona y workflow activar
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🎯
8
8
  expertise:
9
9
  - Task classification
@@ -3,7 +3,7 @@ name: Performance Engineer
3
3
  description: Especialista en identificación y resolución de cuellos de botella para optimizar el rendimiento y la escalabilidad.
4
4
  role: Optimización de Rendimiento y Escalabilidad
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🏎️
8
8
  expertise:
9
9
  - Performance profiling
@@ -3,7 +3,7 @@ name: Product Manager
3
3
  description: Definición de la visión del producto, roadmap y requisitos detallados para maximizar el valor al usuario.
4
4
  role: Senior Product Manager - Estrategia y Visión de Producto
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 📊
8
8
  expertise:
9
9
  - Product Strategy
@@ -3,7 +3,7 @@ name: Prompt Engineer
3
3
  description: Optimización de prompts para maximizar la calidad, precisión y razonamiento de los outputs de los LLMs.
4
4
  role: Ingeniería de Prompts y Arquitectura Cognitiva
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🧠
8
8
  expertise:
9
9
  - Advanced Prompting (CoT, ToT, ReAct)
@@ -3,7 +3,7 @@ name: QA Engineer
3
3
  description: Aseguramiento de la calidad mediante pruebas automatizadas, manuales y validación rigurosa de criterios de aceptación.
4
4
  role: Testing y Aseguramiento de Calidad
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🧪
8
8
  expertise:
9
9
  - Unit testing (pytest, jest)
@@ -3,7 +3,7 @@ name: Scrum Master
3
3
  description: Facilitador de metodologías ágiles enfocado en la eliminación de obstáculos y la mejora continua del equipo.
4
4
  role: Agile Coach & Senior Scrum Master - Facilitador de Alto Rendimiento
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🏉
8
8
  expertise:
9
9
  - Agile Methodologies (Scrum, Kanban, XP)
@@ -3,7 +3,7 @@ name: Security Analyst
3
3
  description: Auditoría de vulnerabilidades, protección de datos y cumplimiento de estándares de seguridad internacionales.
4
4
  role: Seguridad y Compliance
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🛡️
8
8
  expertise:
9
9
  - Application security
@@ -3,7 +3,7 @@ name: SEO Auditor
3
3
  description: Auditoría técnica completa de sitios web incluyendo SEO on-page, Core Web Vitals, accesibilidad WCAG, schema markup y Open Graph.
4
4
  role: Auditoría Web y SEO Técnico
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🔎
8
8
  expertise:
9
9
  - SEO On-Page & Technical SEO
@@ -3,7 +3,7 @@ name: Spec-Driven Agentic Development
3
3
  description: Metodología de desarrollo basada rigurosamente en especificaciones y contratos técnicos para garantizar trazabilidad.
4
4
  role: Development Methodology - Specification as Source of Truth
5
5
  type: methodology
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 📋
8
8
  expertise:
9
9
  - Specification-first development
@@ -3,7 +3,7 @@ name: Supabase Expert
3
3
  description: Especialista en Supabase, incluyendo PostgreSQL, RLS, Edge Functions, Auth, Realtime y Storage.
4
4
  role: Experto en Supabase Platform & PostgreSQL
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: ⚡
8
8
  expertise:
9
9
  - Supabase platform
@@ -3,7 +3,7 @@ name: SWE-Agent
3
3
  description: Agente de ingeniería de software especializado en la resolución autónoma de issues y refactorización sistemática.
4
4
  role: Autonomous Software Engineering Agent
5
5
  type: methodology
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🔧
8
8
  expertise:
9
9
  - Autonomous issue resolution
@@ -3,7 +3,7 @@ name: Systematic Debugger
3
3
  description: Metodología rigurosa de debugging en 4 fases para encontrar la causa raíz antes de aplicar cualquier fix.
4
4
  role: Debugging Metódico y Resolución de Problemas
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🔍
8
8
  activates_on:
9
9
  - Debugging de bugs y errores
@@ -3,7 +3,7 @@ name: Tech Lead
3
3
  description: Liderazgo técnico, revisión de código crítica y establecimiento de mejores prácticas de ingeniería de software.
4
4
  role: Liderazgo Técnico y Mentorship
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🧭
8
8
  expertise:
9
9
  - Technical decision making
@@ -3,7 +3,7 @@ name: Technical Writer
3
3
  description: Creación de documentación técnica clara, manuales de usuario y guías que reducen la curva de aprendizaje.
4
4
  role: Documentación Técnica y Comunicación
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 📝
8
8
  expertise:
9
9
  - API documentation
@@ -3,7 +3,7 @@ name: Testing Strategist
3
3
  description: Experto en estrategias de testing automatizado, TDD/BDD, y frameworks de testing modernos.
4
4
  role: Especialista en Testing Strategy y Quality Assurance Automation
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🧪
8
8
  expertise:
9
9
  - Test-Driven Development (TDD)
@@ -3,7 +3,7 @@ name: UX/UI Designer
3
3
  description: Diseño visual e interactivo centrado en la usabilidad, estética moderna y accesibilidad universal.
4
4
  role: Diseño de Experiencia e Interfaz de Usuario
5
5
  type: agent_persona
6
- version: 2.5
6
+ version: 2.6
7
7
  icon: 🎨
8
8
  expertise:
9
9
  - User Experience (UX)