tercul-backend/internal
google-labs-jules[bot] a68db7b694 refactor(app): move composition root to main.go
Refactored the application's dependency injection and server setup to improve modularity and adhere to the Dependency Inversion Principle.

- Moved the instantiation of all application services from `internal/app/app.go` to the composition root in `cmd/api/main.go`.
- The `app.NewApplication` function now accepts pre-built service interfaces, making the `app` package a simple container.
- Updated `internal/testutil/integration_test_utils.go` to reflect the new DI pattern, ensuring tests align with the refactored structure.
- Corrected build errors that arose from the refactoring, including import conflicts and incorrect function calls.
- Updated `TASKS.md` to mark the 'Refactor Dependency Injection' task as complete.
2025-10-07 14:05:19 +00:00
..
adapters Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
app refactor(app): move composition root to main.go 2025-10-07 14:05:19 +00:00
data Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
domain feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
enrichment feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
jobs Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
observability feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
platform Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
testutil refactor(app): move composition root to main.go 2025-10-07 14:05:19 +00:00