ICPI Root Compatibility Layer Status
Current Root Compatibility Hosting
The root repository.ts still contains
ICPI runtime delegation methods on TendersRepository:
upsertIcpiPricePoints(...)countIcpiPricePoints(...)listIcpiPricePoints(...)suggestIcpiItems(...)findLatestIcpiPricePoint(...)
These methods still forward to the dedicated ICPI child repository and therefore remain a temporary runtime compatibility layer.
What Was Removed In Sprint 46
The root repository no longer re-exports ICPI contract types from src/icpi/contracts.
That means root hosting has been narrowed from:
- compatibility type host