# Pull Request ## Summary ## Changes Made - - - ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Performance improvement - [ ] Code refactoring ## Affected Services - [ ] Frontend (React UI) - [ ] Server (FastAPI backend) - [ ] MCP Server (Model Context Protocol) - [ ] Agents (PydanticAI service) - [ ] Database (migrations/schema) - [ ] Docker/Infrastructure - [ ] Documentation site ## Testing - [ ] All existing tests pass - [ ] Added new tests for new functionality - [ ] Manually tested affected user flows - [ ] Docker builds succeed for all services ### Test Evidence ```bash # Example: python -m pytest tests/ # Example: cd archon-ui-main && npm run test ``` ## Checklist - [ ] My code follows the service architecture patterns - [ ] If using an AI coding assistant, I used the CLAUDE.md rules - [ ] I have added tests that prove my fix/feature works - [ ] All new and existing tests pass locally - [ ] My changes generate no new warnings - [ ] I have updated relevant documentation - [ ] I have verified no regressions in existing features ## Breaking Changes ## Additional Notes