siesa-agents 2.1.55 → 2.1.56
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.
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Paquete para instalar y configurar el ecosistema **BMAD v6** con los agentes esp
|
|
|
11
11
|
Esta versión está diseñada y optimizada para el siguiente stack tecnológico empresarial:
|
|
12
12
|
|
|
13
13
|
**Frontend:**
|
|
14
|
-
- Vite
|
|
14
|
+
- Vite 7+ como bundler (builds rápidos, HMR instantáneo)
|
|
15
15
|
- TanStack Router 1+ (file-based routing, type-safe)
|
|
16
16
|
- React 18+ con TypeScript (strict mode)
|
|
17
17
|
- TanStack Query 5+ para server state
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
Based on Frontend Development Standards and Clean Architecture Implementation
|
|
5
5
|
|
|
6
6
|
### Technology Stack
|
|
7
|
-
- **Framework**: Vite
|
|
7
|
+
- **Framework**: Vite 7+ with TanStack Router
|
|
8
8
|
- **Language**: TypeScript (strict mode)
|
|
9
9
|
- **Styling**: TailwindCSS + Shadcn/ui + Radix UI
|
|
10
10
|
- **State Management**: Zustand + TanStack Query
|