From c482d1fde1c2e17c5bf2b50de068534b9796b2dc Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Fri, 19 Dec 2025 21:57:33 +0800 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 7ea750e..515ee9d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,7 +19,7 @@ Backend server for Friendolls. - **Architecture**: - NestJS standard (Module -> Controller -> Service). - Use DI. - - Redis for caching and horizontal scaling (optional, falls back to local memory). + - Redis for caching and horizontal scaling. - **Database**: `PrismaService` only. No raw SQL. - **Validation**: strict `class-validator` DTOs (whitelisting enabled). - **Naming**: `PascalCase` (Classes), `camelCase` (vars/methods), `kebab-case` (files).