fix(tradein): coarse-geo downgrade no longer shielded by Tier C anchor (#693) #720

Merged
bot-reviewer merged 1 commit from fix/693-tier-c-coarse into main 2026-05-30 12:34:11 +00:00

1 commit

Author SHA1 Message Date
090a5c6e91 fix(tradein): coarse-geo downgrade no longer shielded by Tier C anchor (#693)
QA re-smoke after #718 (fixup 2/3): canonical 'фывапролд 999' → ЕКБ
city-centroid still returned medium. Root cause: the coarse-geo gate guard
was anchor_tier is None, but a coarse geocode landing on the dense city
centroid lets Tier C (micro-radius ≤500 m) collect ≥5 comps → anchor_tier='C'
→ guard blocked the downgrade. Tier C is NOT same-building (#691); it is just
random flats within 500 m of a meaningless centroid — exactly the false
confidence this issue targets. Digit-free garbage ('ёъхзщшг') proves
_geocode_is_coarse already returned True; only the anchor guard blocked it.

Protect ONLY Tier A (real same-building comps); coarse geo + Tier C now
downgrades to low + flag. Add prod-diagnostic log of geo fields (QA request).

Refs #693
2026-05-30 15:27:16 +03:00