hatch-surf/cmd/hatch
Chris Anderson 5bce1bd39b
Some checks are pending
CI / go (push) Waiting to run
CI / docker (push) Waiting to run
CI / lint-go (push) Waiting to run
CI / lint-docs (push) Waiting to run
CI / check-paperclip (push) Waiting to run
Phase 2.4: Testing & Deployment
- Wire face service into main.go with FACE_SERVICE_ENABLED toggle
- Add integration tests for AWS Rekognition (build tag: integration)
- Add performance benchmarks for face operations (build tag: performance)
- Fix PhotoRepository interface to use store types directly
- Remove duplicate PhotoInfo/FaceEmbeddingInfo types from face package
- Add go.mod replace directive for local module resolution

Integration tests: go test -tags=integration ./internal/face/...
Performance tests: go test -tags=performance -bench=. ./internal/face/...
Standard tests: go test ./...
2026-06-26 05:50:07 +02:00
..
cli_test.go feat: implement Phase 3 CLI Polish - Error handling, output formatting, completions 2026-06-24 05:17:58 +02:00
cli.go feat: implement Phase 3 CLI Polish - Error handling, output formatting, completions 2026-06-24 05:17:58 +02:00
main_test.go test: add integration tests for CLI package 2026-06-24 05:09:13 +02:00
main.go Phase 2.4: Testing & Deployment 2026-06-26 05:50:07 +02:00