job-pro 1.0.84 → 1.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +19 -16
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -194,22 +194,25 @@ USAGE
|
|
|
194
194
|
by ATS family (Bespoke / Feishu / Beisen Wecruit / Beisen iTalent / Moka
|
|
195
195
|
/ Greenhouse-Lever / Liepin). Coverage summary at job.ha7ch.com.
|
|
196
196
|
|
|
197
|
-
PHASE 2 (auto-apply) — schema
|
|
198
|
-
✅ 3
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
197
|
+
PHASE 2 (auto-apply) — 50/50 schema-ok, **45/50 endpoint-verified**:
|
|
198
|
+
✅ multipart-anon (3) — xpeng / weride / hoyoverse. Anon submit, no session.
|
|
199
|
+
✅ multipart-session (20) — tencent / alibaba / pdd / meituan / mihoyo /
|
|
200
|
+
liauto / jd / oppo / trip / baidu / xiaohongshu /
|
|
201
|
+
netease / didi / pingan / sf / byd / bilibili /
|
|
202
|
+
kuaishou / huawei / antgroup. Needs session.
|
|
203
|
+
✅ feishu-3-step (9) — xiaomi / nio / minimax / zhipu / iqiyi / agibot /
|
|
204
|
+
zerooneai / baichuan / bytedance. atsx-throne tenant.
|
|
205
|
+
✅ moka-aes (8) — moonshot / megvii / deepseek / galaxyuniversal /
|
|
206
|
+
stepfun / cambricon / geely / weibo (proxies to Moka).
|
|
207
|
+
✅ beisen-italent (2) — iflytek / vivo.
|
|
208
|
+
✅ beisen-wecruit (2) — sensetime / horizonrobotics.
|
|
209
|
+
✅ cdp-real-browser (1) — lilith (puppeteer for ByteDance _signature bypass).
|
|
210
|
+
⛔ external (5) — hikvision / cicc / cainiao / webank (Liepin chat),
|
|
211
|
+
unitree (WeChat QR). Structurally non-API.
|
|
212
|
+
\`apply <postId>\` dry-runs the staged POST. \`--really-submit\` runs the
|
|
213
|
+
4-layer safety gate (env attest + staged.ready + endpoint_verified +
|
|
214
|
+
session<30d). Run \`job-pro list\` for the ✓ column or \`job-pro recon\`
|
|
215
|
+
for the live probe matrix. See docs/auto-apply.md.
|
|
213
216
|
|
|
214
217
|
VERBS (same surface for every company)
|
|
215
218
|
search <kw> search openings (free text)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "job-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.85",
|
|
4
4
|
"description": "Query Chinese big-tech campus recruiting + auto-apply from your terminal. 50 companies, all 50 live (46 via official APIs, 4 via Liepin third-party fallback). 45/50 with end-to-end verified apply endpoints; 5 structurally-external (Liepin IM × 4 + Unitree WeChat). No signup, no token, no server.",
|
|
5
5
|
"homepage": "https://job.ha7ch.com",
|
|
6
6
|
"repository": "https://github.com/HA7CH/job-pro",
|