# RetrieX Patch p24 - Agent RAG Evidence Cleanup Profile ## Goal Wire the Agent RAG evidence guard to the central `rag_evidence` cleanup profile from `language.yaml`. ## Scope - Adds `rag_evidence_guard.cleanup_profile: rag_evidence` to `config/retriex/agent.yaml`. - Merges profile stopwords with existing legacy `rag_evidence_guard.stop_terms` at runtime. - Keeps all legacy stop terms in place. - Adds config validation for the referenced cleanup profile. ## Safety No legacy lists are removed in this patch. No Commerce, Shop fallback, Retrieval scoring, or Prompt logic is changed.