vault backup: 2026-05-13 18:05:28

This commit is contained in:
Vadym Samoilenko 2026-05-13 18:05:28 +01:00
parent 60bf59c233
commit 4cfd453c34
2 changed files with 10 additions and 0 deletions

View file

@ -119,6 +119,10 @@ Key env vars (see `.env.prod.example` for complete list):
- RBAC enforced server-side; all reviewer actions emit audit log entries
## Sessions
### 2026-05-13 Fix dictionary embedding errors where AI
**Asked:** Fix dictionary embedding errors where AI receives incomplete context and glossary during translation.
**Done:** Implemented locale fallback in glossary service and fixed AI ingestion to pass complete brand context and glossary terms.
### 2026-05-13 Fix dictionary/glossary not working with incorrect
**Asked:** Fix dictionary/glossary not working with incorrect translations due to incomplete context passed to AI.
**Done:** Resolved locale fallback issues in glossary service and AI ingestion to properly match language variants and pass complete glossary context to prompts.

View file

@ -206,3 +206,9 @@ tags: [daily]
- 18:01 (1min) | `Shumiland`
- **Asked:** Fix blog display in admin panel and verify EZY API payment status retrieval.
- **Done:** Identified partial lead storage issue during ticket purchase and outlined API integration requirements for payment status.
- 18:03 | `video-accessibility`
- **Asked:** Fix dictionary embedding errors where AI receives incomplete context and glossary during translation.
- **Done:** Implemented locale fallback in glossary service and fixed AI ingestion to pass complete brand context and glossary terms.
- 18:04 | `Shumiland`
- **Asked:** Fix admin dashboard display issues for blogs, pages, leads, locations and verify payment status from Ezy API.
- **Done:** Committed eslint fixes and gallery CMS wiring, deployed app with docker compose to production.