Files
MtoRagSystem/RETRIEX_PATCH_22_LANGUAGE_CLEANUP_CONFIG_README.md
team 1 b5cc12e8d5 p22
2026-05-03 20:50:15 +02:00

34 lines
908 B
Markdown

# RetrieX Patch p22 - Language Cleanup Config Resolver
## Ziel
p22 fuehrt die technische Zugriffsschicht fuer die in p21 angelegte zentrale Sprachbereinigung ein.
## Inhalt
- Neue Config-Fassade: `src/Config/LanguageCleanupConfig.php`
- Service-Registrierung in `config/services.yaml`
- Audit-Mapping in `ConfigSourceAuditProvider`
- Resolver fuer:
- Cleanup-Profile
- Stopwords je Profil
- Phrasen je Profil
- Meta-Terms je Profil
- Protected Terms je Profil
## Wichtig
- Keine Commerce-/Agent-Runtime-Umschaltung in diesem Patch.
- Bestehende Stopword-Logik bleibt kompatibel.
- Protected Terms werden bei Profil-Stopwords nicht entfernt/ausgegeben.
- Keine externe Stopword-Library.
## Checks
```bash
bin/console mto:agent:config:validate
bin/console mto:agent:regression:test
bin/console mto:agent:config:audit-source --details
bin/console mto:agent:config:audit-patterns --details
```