From 5bbc5aa1eadc2b6c9a66d26877ddf2a80eba0189 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 31 May 2026 17:16:49 +0200 Subject: [PATCH] fix(ai): correct snake_case in json instructions --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 67593378b..9eff785d0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -278,7 +278,7 @@ After adjusting the source string, you need to call the respective translation l **Naming Conventions:** - Go: Standard Go conventions (PascalCase for exports, camelCase for private) - Vue: PascalCase for components, camelCase for composables -- API endpoints: kebab-case in URLs, camelCase in JSON +- API endpoints: kebab-case in URLs, snake_case in JSON **Permissions and Permissions:** - Always implement Permissions interface for new models