fix(ai): correct snake_case in json instructions

This commit is contained in:
kolaente 2026-05-31 17:16:49 +02:00
parent 833e8e817c
commit 5bbc5aa1ea
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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