CI/CD
Recommended CI/CD pipeline (GitHub Actions):
- Run unit tests for each service
- Build Docker images
- Push images to registry
- Deploy to staging and run smoke tests
- Promote to production
Service-specific notes:
- Pattern service includes ML training/evaluation pipelines (DVC + MLflow)
- Orchestration service depends on
GEMINI_API_KEYfor live decisioning
Example docs workflow exists in .github/workflows/docs-deploy.yml and can be extended to build all services.