This commit is contained in:
team 1
2026-04-30 16:07:20 +02:00
parent 12577be636
commit b3b294bfc2
4 changed files with 187 additions and 188 deletions

View File

@@ -0,0 +1,23 @@
# 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.