Restore startup banner output

This commit is contained in:
Hector van der Aa
2025-12-01 00:36:21 +01:00
parent 6d1434b1fe
commit 7a896c8b7c
13 changed files with 96 additions and 35 deletions

View File

@@ -95,6 +95,7 @@ Agents should insert at least:
- Improve error messages and errormapping logic.
- Add missing context fields to logs.
- Ensure compliance with this standard.
- Preserve the startup `println!` banner and metadata in `src/backend/src/main.rs` for debug visibility.
### Agents **may not**:
- Modify business logic, algorithms, backend behavior, or API responses (other than error messages).