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