From 02896e1ca25101acf420dec225418742ef47bdc4 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 21 Mar 2026 19:03:26 +0100 Subject: [PATCH] Updated agent naming convention guidelines --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index f960b509..6bf4eb5f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -193,6 +193,7 @@ Multi-level confidence scheme allows users to control which providers see which - **MudBlazor** - Component library requires DI setup in Program.cs - **Encryption** - Initialized before Rust service is marked ready - **Message Bus** - Singleton event bus for cross-component communication inside the .NET app +- **Naming conventions** - Constants, enum members, and `static readonly` fields use `UPPER_SNAKE_CASE` such as `MY_CONSTANT`. - **Empty lines** - Avoid adding extra empty lines at the end of files. ## Changelogs