Nuxt 4+ Development Progressive guidance for Nuxt 4+ projects (v4.3+) with latest patterns and conventions. When to Use Working with: - Server routes (API endpoints, server middleware, server utils) - File-based routing (pages, layouts, route groups) - Nuxt middleware (route guards, navigation) - Nuxt plugins (app extensions) - Nuxt-specific features (auto-imports, layers, modules) Available Guidance Read specific files based on current work: - references/server.md - API routes, server middleware, validation (Zod), WebSocket, SSE - references/routing.md - File-based routing, route groups, typ…