feat: agregar agente build-wails para apps desktop

Nuevo agente para crear y compilar aplicaciones Wails (Go + React).
Soporta compilación cross-platform: Linux, Windows, macOS.
Incluye script de creación de proyecto con DevFactory y frontend-lib integrados.
This commit is contained in:
2026-03-22 19:00:07 +01:00
parent 8f7dbcf196
commit 1529e55d25
8 changed files with 1113 additions and 0 deletions
@@ -0,0 +1,8 @@
go 1.22
use (
.
// DevFactory - librería Go funcional
// Descomentar y ajustar path si usas DevFactory
// ~/.local_agentes/backend
)