SVC Tenders Helper Residue Pass
Scope
Sprint 12 was a safe residue pass on services/svc-tenders/src/repository.ts after the earlier file splits for:
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 10_normative | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: GOVERNANCE_ADMIN
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platform is originally created in Georgian. Where a Georgian version exists, Georgian is authoritative for platform UI, documentation, and legal interpretation.
Translations into other languages are provided for convenience. Some records may originate in other languages and carry their own source or legal locale for a specific flow, but where a Georgian version is available, the Georgian version prevails for platform-level wording and interpretation.
Metadata incomplete: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Sprint 12 was a safe residue pass on services/svc-tenders/src/repository.ts after the earlier file splits for:
This pass did not make new ownership decisions. It removed only helper residue that was clearly dead or clearly superseded by child-owned repository modules.
These remain in services/svc-tenders/src/repository.ts because they still support live root-owned behavior:
Examples:
appendEventHashChain(...)mapKesOrchestratorPayment(...)decryptPaymentNote(...)toVacancySummary(...)toAccommodationSummary(...)toAccommodationDetail(...)normalizeOptionalUpper(...)normalizeOptionalText(...)normalizeRecord(...)parseOptionalNumber(...)toIsoDateOnly(...)These remain intentionally:
TendersRepository that forward to child repositoriesExamples:
services/svc-tenders/src/tender/repository.tsservices/svc-tenders/src/auction/repository.tsservices/svc-tenders/src/declaration/repository.tsservices/svc-tenders/src/icpi/repository.tsservices/svc-tenders/src/butkhuzi/repository.tsThese were identified as safe to remove from the root repository because their live implementations already exist in child-owned modules:
The child-owned repositories already contain their own active copies:
services/svc-tenders/src/tender/repository.tsservices/svc-tenders/src/auction/repository.tsservices/svc-tenders/src/declaration/repository.tsThese were removed in Sprint 12:
PoolClient importThese were not touched beyond existing boundary comments because ownership is still unresolved or intentionally transitional:
No new runtime ownership moved in Sprint 12.
This sprint was a residue-removal pass, not a new extraction pass.
What changed instead:
services/svc-tenders/src/repository.tsDeleted from the root repository:
services/svc-tenders/src/repository/outputAllocations.tsoutput_allocations delegation
Still unresolved after Sprint 12:
output_allocationsservices/svc-tenders/src/repository.ts is now a more truthful shell: