supabase_read_service
Drop-in replacement for smartsuite_service. All reads go through here.
Connections
- depends on: supabase-service
- replaced: smartsuite-service for reads
- consumed by: auto-validation-service
- consumed by: confidence-routing-service
- consumed by: stripe-service
- consumed by: payment-reconciliation
- consumed by: invoice-service
Notes
- Same API as smartsuite_service (list_records, get_record, etc.)
- Added: list_records_by_ids(), count_records(), get_project_with_account()
- Part of the SmartSuite → Supabase migration