Files
MtoRagSystem/RETRIEX_P29_SHOP_RESULT_DEDUPE_HARDENING_README.md
team 1 c4bf41cd47 p29
2026-05-04 09:36:20 +02:00

667 B

RetrieX p29 - Shop Result Dedupe Hardening

Purpose:

  • Prevent repeated shop product records from being passed into prompts or rendered in fallback output.
  • Treat product number as the strongest deduplication key, so SKU variants with slightly different display names do not appear repeatedly.
  • Keep the existing shop ranking and technical suitability logic unchanged.

Changed files:

  • src/Commerce/ShopSearchService.php
  • src/Agent/PromptBuilder.php

Validation:

bin/console mto:agent:config:validate
bin/console mto:agent:regression:test
bin/console mto:agent:config:audit-source --details
bin/console mto:agent:config:audit-patterns --details