Add all TM channel mappings (UEFA, PrimeDualBenefit, etc.)

Only value/mass/onsite/outbound were mapped, so jobs with channel=UEFA
got "Unknown channel" and fell back to no TM matches, causing all LOW
confidence scores.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DJP 2026-04-10 19:20:36 -04:00
parent b0055c53ab
commit ee3de41723

View file

@ -29,6 +29,14 @@ CHANNEL_FILE_MAP: dict[str, str] = {
"mass": "flat_MASS_{lc}.json",
"onsite": "flat_Onsite_{lc}.json",
"outbound": "flat_Outbound_{lc}.json",
"uefa": "flat_UEFA_{lc}.json",
"doubledonut": "flat_DoubleDonut_{lc}.json",
"euselection": "flat_EUSelection_{lc}.json",
"primedualbenefit": "flat_PrimeDualBenefit_{lc}.json",
"primegourmetguard": "flat_PrimeGourmetGuard_{lc}.json",
"primemidfunnel": "flat_PrimeMidfunnel_{lc}.json",
"primespeed": "flat_PrimeSpeed_{lc}.json",
"thekiss": "flat_TheKiss_{lc}.json",
}