Summary
Implement a Routes-F dependency health check endpoint.
Requirements
GET /api/routes-f/deps checks upstream dependency status (stubbed).
- Return
healthy: boolean and list of deps.
- Simulate checks with fixed values.
Notes
- Should be safe to call without auth.
Acceptance Criteria
- Response is stable and typed.
- Tests cover response shape.