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.