# RetrieX Patch 8 - CommerceIntentConfig YAML-only Scope: - Move `CommerceIntentConfig` lists, regex patterns, labels, and score thresholds to YAML-only access. - Keep `CommerceQueryParser`, `ShopService`, `PromptBuilder`, Retrieval, SSE, and frontend unchanged. Changed files: - `config/retriex/intent.yaml` - `src/Config/CommerceIntentConfig.php` - `src/Config/RetriexEffectiveConfigProvider.php` After applying, run: ```bash php bin/console cache:clear php bin/console mto:agent:config:validate php bin/console mto:agent:config:audit-source --details php bin/console mto:agent:regression:test ``` Expected: - `CommerceIntentConfig` fallback accessors disappear from the source audit. - Regression baseline remains green.