You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Router no longer crashes on list-form locale_coverage cards. Routing a Korean query against a card whose locale_coverage was a bare locale list (e.g. ["ko", "en"]) instead of the migrated dict shape raised AttributeError: 'list' object has no attribute 'get' and killed the whole /hep-storm / route run. The scorer now accepts both shapes. This was previously hot-patched only into the installed 1.1.5 runtime and regressed on update; the fix is now in the canonical source with a regression test.