Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
Текущая область: Гость
Категория: 10_normative | Версия: v1.0.0
Владелец: DOCUMENT_CUSTODIAN | Цикл пересмотра: 90 дней
Утверждающий орган: GOVERNANCE_ADMIN
Портал документации доступен только для чтения. Редактирование и mutation endpoints отключены.
Платформа Kvary изначально создана на грузинском языке. Там, где существует грузинская версия, именно грузинский язык является авторитетным для UI платформы, документации и юридического толкования.
Переводы на другие языки предоставляются только для удобства. Отдельные записи и flow могут изначально существовать на других языках и иметь собственный source/legal locale, но там, где доступна грузинская версия, для формулировок и толкования на уровне платформы приоритет имеет грузинский текст.
Метаданные неполные: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
This cleanup pass removed the remaining TypeScript-side Butkhuzi host residue from services/svc-tenders without restoring Butkhuzi as an active svc-tenders runtime.
The following retired TypeScript host files were explicitly checked and are no longer present on disk:
That means this final pass did not need to delete any remaining Butkhuzi TypeScript host files, because the TypeScript host slice was already physically retired.
ButkhuziRepository import remained even though the active Butkhuzi route host had already been retired from the TypeScript server composition.deleteButkhuziNormsBySource(...) passthrough still referenced this.butkhuziRepository even though the root TypeScript repository no longer owned active Butkhuzi hosting.ButkhuziRepository import from server.ts.deleteButkhuziNormsBySource(...) passthrough from repository.ts.butkhuziRepository
registerButkhuziRoutes
butkhuzi/contracts
butkhuzi/validation
inside services/svc-tenders/src TypeScript files.svc-tenders and why.js artifacts still reference Butkhuzi because they were generated before retirement and were not part of this focused TypeScript residue cleanup.svc-tenders on purpose via the extracted-service topology.svc-butkhuzi remains the canonical Butkhuzi runtime. This cleanup did not reintroduce Butkhuzi as an active svc-tenders host.
Because the retired .ts files are already gone, any editor errors still pointing at them are most likely stale TypeScript server or VS Code indexing state. A TypeScript server restart or window reload is recommended after this cleanup.