job-pro 1.0.85 → 1.0.86

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/apply.js CHANGED
@@ -579,8 +579,8 @@ export async function executeFeishu3Step(staged, session, target) {
579
579
  ok: false,
580
580
  posted_to: staged.submit_endpoint,
581
581
  message: "executeFeishu3Step requires a captured session (~/.jobpro/<adapter>.session.json) " +
582
- "— Feishu apply endpoints all gate on candidate-session cookies. Install extension/ " +
583
- "in Chrome, log in to the careers site, click Export.",
582
+ "— Feishu apply endpoints all gate on candidate-session cookies. Run `job-pro extension` " +
583
+ "for the bundled MV3 path + install walkthrough, log into the careers site, click Export.",
584
584
  steps: [],
585
585
  };
586
586
  }
package/dist/index.js CHANGED
@@ -809,8 +809,8 @@ async function runCompany(adapter, company, rawArgs) {
809
809
  staged,
810
810
  submit_kind: kind,
811
811
  message: `${kind} submission requires a captured session at ` +
812
- `~/.jobpro/${company}.session.json. Install extension/ in Chrome, ` +
813
- `log in to the careers site, click Export.`,
812
+ `~/.jobpro/${company}.session.json. Run \`job-pro extension\` for ` +
813
+ `the bundled MV3 path + Chrome install walkthrough.`,
814
814
  }, compact);
815
815
  }
816
816
  const age = sessionAgeDays(session);
@@ -1104,7 +1104,7 @@ function printStatus(compact) {
1104
1104
  // Sessions
1105
1105
  if (r.sessions.length === 0) {
1106
1106
  console.log(`Sessions ✗ no session.json files captured`);
1107
- console.log(` install extension/ in Chrome to capture sessions for non-anon adapters.`);
1107
+ console.log(` run \`job-pro extension\` for the bundled MV3 extension path + Chrome install steps.`);
1108
1108
  }
1109
1109
  else {
1110
1110
  console.log(`Sessions ✓ ${r.sessions.length} captured`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "job-pro",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
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",