tether-relay.
What is guaranteed
These checks run before merge:../tether-relay-app/tether-relay/api/src/index.ts../tether-relay-app/tether-relay/tools/sendgrid-inbound/src/index.ts- Mounted router files under those entry points
- Every documented path and method in
api-reference/openapi.yamlis derived from backend route declarations. - Path params are normalized from Express syntax (
:id) to OpenAPI syntax ({id}). - Auth requirements from global and route-level middleware are reflected in endpoint security metadata.
What is not guaranteed by route sync alone
- Request body and response field shape correctness.
- Business logic correctness inside controllers/services.
- Database and third-party dependency behavior.