From 12577be636340c72db0972c022337bbedffbcb5a Mon Sep 17 00:00:00 2001 From: team 1 Date: Thu, 30 Apr 2026 15:47:30 +0200 Subject: [PATCH] patch 7.2 --- ...7_0C_AGENT_SHOP_PROMPT_YAML_ONLY_README.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 RETRIEX_PATCH_7_0C_AGENT_SHOP_PROMPT_YAML_ONLY_README.md diff --git a/RETRIEX_PATCH_7_0C_AGENT_SHOP_PROMPT_YAML_ONLY_README.md b/RETRIEX_PATCH_7_0C_AGENT_SHOP_PROMPT_YAML_ONLY_README.md new file mode 100644 index 0000000..f973c52 --- /dev/null +++ b/RETRIEX_PATCH_7_0C_AGENT_SHOP_PROMPT_YAML_ONLY_README.md @@ -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.