patch 8
This commit is contained in:
23
RETRIEX_PATCH_8_COMMERCE_INTENT_YAML_ONLY_README.md
Normal file
23
RETRIEX_PATCH_8_COMMERCE_INTENT_YAML_ONLY_README.md
Normal 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.
|
||||
Reference in New Issue
Block a user