Butkhuzi Live Cutover Window
Exact Env Change Used
Live API seam change in services/api/.env:
- before: Butkhuzi traffic fell back through
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
Live API seam change in services/api/.env:
TENDERS_SERVICE_URL=http://localhost:4020BUTKHUZI_SERVICE_URL=http://localhost:4024The resulting live gateway seam is:
BUTKHUZI_SERVICE_URL=http://localhost:4024TENDERS_SERVICE_URL=http://localhost:4020http://localhost:4001/api/v1/health.http://localhost:4020/health.svc-butkhuzi on canonical target http://localhost:4024.http://localhost:4024/health.services/api/.env to set BUTKHUZI_SERVICE_URL=http://localhost:4024.:4001 so the env-only seam change took effect.Immediately after cutover on the live gateway:
GET /api/v1/butkhuzi/norms?page=1&pageSize=1GET /api/v1/butkhuzi/suggest?query=SNIP&limit=2GET /api/v1/butkhuzi/search?query=SNIP&page=1&pageSize=2POST /api/v1/butkhuzi/upsert without bearer tokenPOST /api/v1/butkhuzi/chunks/rebuild with dev impersonation bearer token and {"sourceKey":"SNIP"}Post-cutover health checks:
GET http://localhost:4001/api/v1/healthGET http://localhost:4020/healthGET http://localhost:4024/health:4020 as rollback target during the window.:4024.services/api/.env so Butkhuzi traffic points back to http://localhost:4020:
BUTKHUZI_SERVICE_URLBUTKHUZI_SERVICE_URL=http://localhost:4020:4001.