SVC Tenders Route Boundary
Status: VERIFIED
Sprint: Cleanup Sprint 07
Purpose
This note records the current route boundary cleanup inside services/svc-tenders after Sprint 07. It does not claim clean domain extraction. It documents the safer internal split that now exists.
Active Route Registration Shape
Central route shell
File:
services/svc-tenders/src/server.ts
Still owns:
- process/bootstrap setup
- config/db/pool setup
- auth middleware wiring
- tender/procurement routes
- auction declaration/internal auction routes
- ICPI / Butkhuzi / KES routes
- shared helper functions used by multiple route clusters
This remains a MIXED composition shell. It is smaller than before, but not yet fully decomposed.