From 298d01ae44c5b4f3c9b72b33348cbf327ab5ad27 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Fri, 6 Mar 2026 20:15:47 -0800 Subject: [PATCH] Only enable ATS types that work with generic applier Ashby and unknown_external work. Greenhouse, Lever, Jobvite have visible CAPTCHAs. Workday requires login. Keep those disabled until proper handlers are built. Co-Authored-By: Claude Opus 4.6 --- job_applier.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/job_applier.mjs b/job_applier.mjs index 7453dd1..a961029 100644 --- a/job_applier.mjs +++ b/job_applier.mjs @@ -35,8 +35,7 @@ import { const DEFAULT_ENABLED_APPLY_TYPES = [ 'easy_apply', 'wellfound', - 'greenhouse', 'lever', 'ashby', 'workday', 'jobvite', - 'unknown_external', + 'ashby', 'unknown_external', ]; const isPreview = process.argv.includes('--preview');