svc-tenders Root Repository Hardening
Date: 2026-03-17 Sprint: Cleanup Sprint 11
Purpose
This document records the state of the remaining root repository after Sprint 11:
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
svc-tenders Root Repository HardeningDate: 2026-03-17 Sprint: Cleanup Sprint 11
This document records the state of the remaining root repository after Sprint 11:
The goal of Sprint 11 was not to make the root repository look “clean.”
The goal was to make it truthful.
After Sprint 11, remaining root responsibility is explicitly partitioned into these buckets:
These remain root-owned by policy even if their implementation now delegates to named submodules.
output_allocationsImplementation module:
Root surface:
services/svc-tenders/src/repository.ts
createOutputAllocationupdateOutputAllocationfindOutputAllocationByIdlistOutputAllocationsWhy still root-owned:
Verdict:
VERIFIEDREALsettleAuction(...)Implementation module:
Root surface:
services/svc-tenders/src/repository.ts
settleAuctionWhy still root-owned:
Verdict:
VERIFIEDREALCurrent location:
Representative methods:
countKesOrchestratorCaseslistKesOrchestratorCasesgetKesOrchestratorCaseDetailgetKesOrchestratorCaseProjectiongetKesOrchestratorProcessMapupsertKesOrchestratorProcessMapWhy this is not labeled tender-owned:
Verdict:
VERIFIEDREALCurrent location:
Representative methods:
listAllVacanciescountAllVacanciesfindVacancyByIdPreferred active path today:
Verdict:
VERIFIEDMIXEDCurrent location:
Representative methods:
listAllAccommodationscountAllAccommodationsfindAccommodationByIdfindMyAccommodationListingByIdPreferred active paths today:
Verdict:
VERIFIEDMIXEDStill present in the root file:
Verdict:
VERIFIEDReason:
Even though ownership is unresolved, the SQL/persistence is no longer mixed directly into the central root class body.
This improves clarity without pretending the final owner is known.
settleAuction(...) remains root-owned in meaning, but its implementation is no longer just another anonymous block inside the root repository.
That makes the cross-domain nature more obvious.
KES still lives in the root repository, but the code comments and docs now describe it as a shared/mixed transitional persistence block rather than silently treating it as ordinary tender persistence.
Vacancy/accommodation compatibility readers remain, but they are now explicitly framed as residue rather than peers of the active read repositories.
output_allocations into auction ownershipSprint 12 should focus on:
repository.ts