new struct md files

This commit is contained in:
team 1
2026-05-04 19:15:22 +02:00
parent 1af158c8a9
commit 5b066d8f8b
109 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# RetrieX configuration centralization fix
This patch centralizes additional low-risk word and pattern lists without changing their defaults.
## Changed areas
- `SearchRepairConfig` now reads repair vocabulary from `config/retriex/vocabulary.yaml` via `DomainVocabularyConfig`.
- `CommerceIntentConfig`, `IntentLightConfig`, and `SalesIntentConfig` now read their lists from `config/retriex/intent.yaml`.
- Existing PHP defaults remain in the classes as fallbacks.
- Existing scalar thresholds and prompt wording are unchanged.
## Safety notes
The YAML values mirror the previous PHP defaults 1:1. The patch is meant to simplify maintenance and configuration, not to broaden or alter matching behavior.
After installing, clear the Symfony cache and run the known 1.4.2 regression prompts.