feat(job_scout): add Equinor/BFH, fix Windows SSL cert errors, tighten remote-location matching

Equinor (Workday) and BFH (Bern, playwright) wired up as new sources; artificial
intelligence/analytics-engineer keywords added so int'l-org listings (BIS) stop scoring
as noise. certifi-backed SSL context works around Workday certs failing verification
against a stale Windows root store.

location_matches() previously treated "remote + any single named EU country" as
CH-eligible, which let single-country residency-locked listings (e.g. Databricks'
"Remote - United Kingdom") pass as if they were open EU-wide. Now requires either a
pan-regional keyword (Europe/EMEA/Global/Worldwide) or 2+ distinct countries named.
Denmark is carved out as its own always-on relocation category (on-site or remote,
any company), replacing the previous Databricks-only opt-in.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-18 21:01:03 +02:00
co-authored by Claude Sonnet 5
parent 9645dbca8d
commit 3ad39117d6
3 changed files with 1464 additions and 24 deletions
+1
View File
@@ -1 +1,2 @@
playwright>=1.40,<2
certifi