patch 7.2

This commit is contained in:
team 1
2026-04-30 15:47:30 +02:00
parent 1731d10746
commit 12577be636

View File

@@ -0,0 +1,29 @@
# RetrieX Patch 7.0c - AgentRunner Shop-Prompt YAML-only
Scope:
- Converts the remaining AgentRunnerConfig `shop_prompt.*` accessors to required YAML values.
- Covers shop prompt rules, labels, language preservation, meta-query guard, context fallback and context anchor enrichment.
- Keeps unknown translation replacement languages optional and returns an empty map when a language is not configured.
Changed files:
- src/Config/AgentRunnerConfig.php
Not changed:
- PromptBuilder
- Retrieval
- CommerceQueryParser
- ShopService / Shop matching
- SSE / Frontend
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 effect:
- AgentRunnerConfig should no longer report `shop_prompt.*` fallback accessors.
- Regression baseline should remain green.