fix(semantics): curator audit — Constant→Block, drop :Class suffix on relations

This commit is contained in:
2026-05-21 00:02:45 +03:00
parent 68740cd9ed
commit bd55697e94
3 changed files with 6618 additions and 6726 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,9 @@
# #region TranslationPreview [C:4] [TYPE Module] [SEMANTICS sqlalchemy, translate, preview, llm, review]
# @BRIEF Preview session management: fetch sample rows from Superset, send to LLM with context + filtered dictionary, return side-by-side results.
# @LAYER Domain
# @RELATION DEPENDS_ON -> [TranslationJob:Class]
# @RELATION DEPENDS_ON -> [TranslationPreviewSession:Class]
# @RELATION DEPENDS_ON -> [TranslationPreviewRecord:Class]
# @RELATION DEPENDS_ON -> [TranslationJob]
# @RELATION DEPENDS_ON -> [TranslationPreviewSession]
# @RELATION DEPENDS_ON -> [TranslationPreviewRecord]
# @RELATION DEPENDS_ON -> [LLMProviderService]
# @RELATION DEPENDS_ON -> [DictionaryManager]
# @RELATION DEPENDS_ON -> [SupersetClient]

View File

@@ -24,7 +24,7 @@ DEFAULT_EXECUTION_PROMPT_TEMPLATE: str = (
# #endregion DEFAULT_EXECUTION_PROMPT_TEMPLATE
# #region DEFAULT_PREVIEW_PROMPT_TEMPLATE [C:1] [TYPE Constant] [SEMANTICS prompt, template]
# #region DEFAULT_PREVIEW_PROMPT_TEMPLATE [C:1] [TYPE Block] [SEMANTICS prompt, template]
# @BRIEF Default LLM prompt template for preview (sample translation).
DEFAULT_PREVIEW_PROMPT_TEMPLATE: str = (