## Description Brief summary of what this PR does. ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Testing Describe what testing you performed. - [ ] Tested locally (go test ./...) - [ ] Tested in Docker Compose dev environment - [ ] Verified frontend builds (npm run build) ## Checklist - [ ] My code follows the project conventions (see AGENTS.md) - [ ] I have self-reviewed my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new compiler or lint warnings - [ ] I have added tests that prove my fix is effective or my feature works - [ ] New and existing unit tests pass locally with my changes