Updated agent naming convention guidelines

This commit is contained in:
Thorsten Sommer 2026-03-21 19:03:26 +01:00
parent 1f05bc3197
commit 02896e1ca2
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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 - **MudBlazor** - Component library requires DI setup in Program.cs
- **Encryption** - Initialized before Rust service is marked ready - **Encryption** - Initialized before Rust service is marked ready
- **Message Bus** - Singleton event bus for cross-component communication inside the .NET app - **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. - **Empty lines** - Avoid adding extra empty lines at the end of files.
## Changelogs ## Changelogs