diff --git a/CLAUDE.md b/CLAUDE.md index b5d02ac..9c39902 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -87,7 +87,6 @@ The Flask backend follows a clean architecture pattern: - **Routes** (`app/routes/`): Handle HTTP requests/responses, delegate to services - **Services** (`app/services/`): Contain all business logic, pure functions when possible - **Application Factory** (`app/__init__.py`): Creates and configures Flask app -- **Tests** (`tests/`): Comprehensive test coverage for services and routes Key principles: - Routes should be thin - only handle HTTP concerns