From deed06fadab249f76ea6185c89ff767c625fd9f1 Mon Sep 17 00:00:00 2001 From: busya Date: Sun, 5 Jul 2026 08:54:38 +0300 Subject: [PATCH] refactor(frontend): remove @PURPOSE duplicates, merge into @BRIEF (INV_4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ProviderConfig: remove duplicate @LAYER/@PURPOSE/@UX_STATE block - SemanticLayerReview: generic @BRIEF → detailed @PURPOSE text, remove duplicate @LAYER/@SEMANTICS - ExecutionMappingReview: same — generic @BRIEF → @PURPOSE detail - TaskRunner: remove duplicate @SEMANTICS/@PURPOSE/@LAYER block - ValidationFindingsPanel: generic @BRIEF → @PURPOSE detail, remove duplicate @LAYER/@SEMANTICS All: INV_4 compliance — single source of truth for contract metadata in #region HTML comment, no scattered duplicates --- .../dataset-review/ExecutionMappingReview.svelte | 5 +---- .../components/dataset-review/SemanticLayerReview.svelte | 5 +---- .../dataset-review/ValidationFindingsPanel.svelte | 5 +---- frontend/src/lib/components/llm/ProviderConfig.svelte | 8 +------- frontend/src/lib/components/tasks/TaskRunner.svelte | 9 +-------- 5 files changed, 5 insertions(+), 27 deletions(-) diff --git a/frontend/src/lib/components/dataset-review/ExecutionMappingReview.svelte b/frontend/src/lib/components/dataset-review/ExecutionMappingReview.svelte index c1f33fea..cc77ae60 100644 --- a/frontend/src/lib/components/dataset-review/ExecutionMappingReview.svelte +++ b/frontend/src/lib/components/dataset-review/ExecutionMappingReview.svelte @@ -1,9 +1,6 @@ - - - - + diff --git a/frontend/src/lib/components/dataset-review/SemanticLayerReview.svelte b/frontend/src/lib/components/dataset-review/SemanticLayerReview.svelte index 951b350d..b2759207 100644 --- a/frontend/src/lib/components/dataset-review/SemanticLayerReview.svelte +++ b/frontend/src/lib/components/dataset-review/SemanticLayerReview.svelte @@ -1,9 +1,6 @@ - - - - + diff --git a/frontend/src/lib/components/dataset-review/ValidationFindingsPanel.svelte b/frontend/src/lib/components/dataset-review/ValidationFindingsPanel.svelte index 2dcea54f..1eae7c14 100644 --- a/frontend/src/lib/components/dataset-review/ValidationFindingsPanel.svelte +++ b/frontend/src/lib/components/dataset-review/ValidationFindingsPanel.svelte @@ -1,9 +1,6 @@ - - - - + diff --git a/frontend/src/lib/components/llm/ProviderConfig.svelte b/frontend/src/lib/components/llm/ProviderConfig.svelte index b32928a5..8637e09c 100644 --- a/frontend/src/lib/components/llm/ProviderConfig.svelte +++ b/frontend/src/lib/components/llm/ProviderConfig.svelte @@ -2,13 +2,7 @@ - +