Area: architecture · Effort: S\n\nWhat: Create a NestJS interceptor that wraps all responses in a { data, meta } envelope.\n\nWhy: Inconsistent response shapes require frontend to handle each endpoint differently.\n\nHints:\n- Implement NestInterceptor and register globally in `main.ts
Area: architecture · Effort: S\n\nWhat: Create a NestJS interceptor that wraps all responses in a
{ data, meta }envelope.\n\nWhy: Inconsistent response shapes require frontend to handle each endpoint differently.\n\nHints:\n- ImplementNestInterceptorand register globally in `main.ts