ilml-plugin-linkedin 1.20.11 → 1.20.13
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/CHANGELOG.md +16 -0
- package/dist/applyQueue.mjs +26 -26
- package/dist/connect.mjs +52 -52
- package/dist/daily.mjs +33 -33
- package/dist/enrichProfile.mjs +16 -16
- package/dist/enrichProfiles.mjs +51 -51
- package/dist/funnelRunner.mjs +44 -44
- package/dist/messageBot.mjs +40 -40
- package/dist/migrationCli.mjs +43 -43
- package/dist/profileHistory.mjs +8 -8
- package/dist/quota.mjs +32 -32
- package/dist/readPost.mjs +9 -9
- package/dist/run.mjs +69 -66
- package/dist/scout.mjs +40 -39
- package/dist/src/saveLoginState.mjs +4 -4
- package/dist/syncAll.mjs +87 -87
- package/dist/syncConnections.mjs +30 -30
- package/dist/verifyAbout.mjs +19 -19
- package/dist/version.mjs +1 -1
- package/dist/viewers.mjs +43 -43
- package/dist/visit.mjs +50 -50
- package/dist/warmScan.mjs +3 -3
- package/ilml-plugin.json +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.20.13
|
|
4
|
+
- **`apply` now works on LinkedIn's redesigned job search and Easy Apply.** LinkedIn rolled out a new jobs interface that broke automation built for the old layout — `apply` was finding no jobs and filling no fields. This release rebuilds it end to end:
|
|
5
|
+
- **Job list and pagination**: reads jobs from the new results list, opens each in turn, and pages through results correctly (it had been resetting to the first page and stopping early).
|
|
6
|
+
- **Skips jobs you've already applied to without opening them**, by reading the "Applied" badge on each card — so a run spends its quota on new jobs and no longer re-opens applied ones or falsely skips ones you haven't applied to.
|
|
7
|
+
- **Fills the redesigned form across every common field type**: yes/no questions, dropdowns, text and number fields (e.g. years of experience), the city/location type-ahead (which the new form leaves unlabeled — now filled from your configured city), cover letters, a required consent checkbox that used to silently stall the form, and **"select all that apply" checkbox questions** (the answer is chosen from your profile). **Optional fields** (LinkedIn/GitHub/website, summary, etc.) that were previously left blank are now filled too, so applications go out more complete.
|
|
8
|
+
- **Salary and numeric fields**: a formatted answer like "$150,000" — or a range like "$150,000–$200,000" — is normalised to a plain number the field will accept, instead of being rejected.
|
|
9
|
+
- **Recognises LinkedIn's daily Easy-Apply limit** and stops the run cleanly when you hit it, rather than spinning on every remaining job.
|
|
10
|
+
- **A job whose form can't be completed** (for example the "type in your whole work history" forms) is now skipped, dismissed from your search so it doesn't keep coming back, and not retried on the next run — with the job and the field that blocked it recorded so you can review what's being missed. Each run also records a short summary (applied / skipped / which fields failed).
|
|
11
|
+
- No schema change.
|
|
12
|
+
|
|
13
|
+
## 1.20.12
|
|
14
|
+
- **`apply`, `scout`, `read-post` and `enrich` now recover on their own from LinkedIn's sign-in wall on the pages they open — completing the coverage begun in 1.20.9 and 1.20.11.** These commands open a page by a direct link (a job search, a post, a profile's detail page), which triggers LinkedIn's "join / sign in" screen more readily than clicking through the app does. Until now some of them still gave up on that screen — `apply` stopped with "not logged in", `scout` aborted the run, `read-post` reported an auth wall — even though the session was still valid. They now refresh through your feed and retry once, the same hands-free way the other commands do, and only report a real sign-in problem if the wall is still up afterwards.
|
|
15
|
+
- **Fixed: `read-post` could report an auth wall on a post you were actually signed in to see.** Its readiness check matched an element that also renders on the logged-out wall, so it never triggered the recovery added in 1.20.11 and fell back to asking you to sign in. It now waits for a signed-in-only element, so recovery actually runs; and a rare crash when a page redirected mid-read is now handled.
|
|
16
|
+
- **`enrich --with-experience` no longer risks overwriting saved profile data when a section is missing.** When a profile has no Experience (or other detail) section, LinkedIn silently bounces to the main profile page; the extractor now detects that and skips it (keeping your stored data) instead of parsing the unrelated page as fake entries.
|
|
17
|
+
- No schema change.
|
|
18
|
+
|
|
3
19
|
## 1.20.11
|
|
4
20
|
- **Fixed: `read-post` reported "Auth wall — cookies expired or not logged in" on a post you could actually open — even while every other command was signed in on the same account.** Opening a post by its direct link lands on LinkedIn's brief "signing you back in" screen more often than an in-app click does, and `read-post` decided too early that you'd been logged out, with no attempt to recover. It now waits through that screen and self-heals the same way the other commands do (reopens your feed to refresh the session, then retries the post), so a valid session reads the post instead of failing. It only reports a real sign-in problem if the wall is still up after recovery.
|
|
5
21
|
- **Fixed (Windows): a `read-post` that hit that sign-in wall could leave a hidden browser open that blocked your next command.** On the way out it force-closed its browser in a way that doesn't work on Windows, so the browser stayed running and held the automation profile — and the next command failed with "another LinkedIn automation command is already running". `read-post` now closes its browser cleanly before it exits.
|
package/dist/applyQueue.mjs
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
var
|
|
1
|
+
var Ue=Object.defineProperty;var q=(e,n)=>{for(var o in n)Ue(e,o,{get:n[o],enumerable:!0})};import"dotenv/config";import*as D from"fs";import*as M from"path";import{fileURLToPath as hn}from"url";import{execFileSync as gn}from"child_process";import{getPluginConfig as qe}from"@ilivemylife/graph-sdk";var Je={day:"r86400","24h":"r86400",today:"r86400",week:"r604800","7d":"r604800",month:"r2592000","30d":"r2592000"},ue=e=>/^(1|true|yes|on)$/i.test(String(e??"").trim());function Be(e){return String(e??"").split(/[,\s|]+/).map(n=>n.trim()).filter(Boolean)}function fe(e=process.env){let n=(e.JOB_SEARCH_KEYWORDS||"").trim();if(!n)return null;let o=new URLSearchParams;o.set("keywords",n);let t=(e.JOB_SEARCH_LOCATION||"").trim();t&&o.set("location",t);let r=(e.JOB_SEARCH_GEO_ID||"").trim();r&&o.set("geoId",r);let s=parseInt(e.JOB_SEARCH_RADIUS_MILES,10);Number.isFinite(s)&&s>0&&o.set("distance",String(s)),ue(e.JOB_SEARCH_EASY_APPLY)&&o.set("f_AL","true"),ue(e.JOB_SEARCH_IN_NETWORK)&&o.set("f_JIYN","true");let i=Be(e.JOB_SEARCH_COMPANY_IDS);i.length&&o.set("f_C",i.join(","));let a=(e.JOB_SEARCH_DATE_POSTED||"").trim().toLowerCase();a&&o.set("f_TPR",Je[a]||a),o.set("origin","JOB_SEARCH_PAGE_JOB_FILTER");let c="https://www.linkedin.com/jobs/search/?"+o.toString(),f=(e.JOB_SEARCH_EXTRA_PARAMS||"").trim().replace(/^[?&]+/,"");return f&&(c+="&"+f),c}var Ve=await qe();for(let[e,n]of Object.entries(Ve))process.env[e]===void 0&&(process.env[e]=n);var pe=fe(process.env);pe&&(process.env.LINKEDIN_SEARCH_URL=pe);var On=process.env.LINKEDIN_NAME,_=Object.freeze({DRAFT:"draft",CONFIRMED:"confirmed",REJECTED:"rejected",NEEDS_REVIEW:"needs_review",SENT:"sent"}),jn=Object.freeze(new Set([_.DRAFT,_.CONFIRMED,_.NEEDS_REVIEW])),Rn=Object.freeze(new Set([_.DRAFT,_.CONFIRMED,_.REJECTED,_.NEEDS_REVIEW]));import"dotenv/config";import*as h from"fs";import*as g from"path";import{fileURLToPath as Ge}from"url";var We=Ge(import.meta.url),He=g.dirname(g.dirname(We)),R=process.env.DATA_DIR?g.resolve(process.env.DATA_DIR,"collected-profiles"):g.join(He,"collected-profiles"),Ye=g.join(R,"people.json"),_n=g.join(R,"jobs.json"),Nn=g.join(R,"quota.json"),xn=g.join(R,"conversations.json"),Fn=g.join(R,"sync-state.json"),Ln=g.join(R,"application-questions.json"),Mn=g.join(R,"profile-history"),de=(e,n)=>{let o=parseInt(e,10);return Number.isInteger(o)&&o>=0?o:n},Pn=de(process.env.CONNECT_MAX_DAILY,20),Un=de(process.env.CONNECT_MAX_WEEKLY,100),U=null,Ke=null,ze=null,Qe=null,Xe=null,Ze=null;function me(){U=null,Ke=null,ze=null,Qe=null,Xe=null,Ze=null}function eo(){h.existsSync(R)||h.mkdirSync(R,{recursive:!0})}function oo(e,n){if(!h.existsSync(e))return null;try{let o=JSON.parse(h.readFileSync(e,"utf-8"));try{h.copyFileSync(e,e+".backup")}catch{}return o}catch(o){console.error(`[!] ${n} is corrupted: ${o.message}`),console.error(` File: ${g.resolve(e)}`);let t=e+".backup";if(h.existsSync(t))try{let r=JSON.parse(h.readFileSync(t,"utf-8"));console.error(` Restored from ${t}`);try{h.copyFileSync(t,e)}catch{}return r}catch{console.error(" Backup also corrupted!")}console.error(` Starting with empty data. Old file preserved as ${e}.corrupted`);try{h.copyFileSync(e,e+".corrupted")}catch{}return null}}function he(){return U||(eo(),U=oo(Ye,"people.json")||{},U)}import"dotenv/config";import*as w from"fs";import*as b from"path";import{fileURLToPath as no}from"url";var to=no(import.meta.url),ro=b.dirname(b.dirname(to)),N=process.env.DATA_DIR?b.resolve(process.env.DATA_DIR,"market-research"):b.join(ro,"market-research"),ge=b.join(N,"scouted-jobs.json"),Yn=b.join(N,"discovered-people.json"),Kn=b.join(N,"visit-log.json"),zn=b.join(N,"companies.json"),so=b.join(N,"job-decisions.json");function io(){w.existsSync(N)||w.mkdirSync(N,{recursive:!0})}function co(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";w.writeFileSync(t,o);for(let r=0;r<3;r++)try{w.renameSync(t,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function ye(e){try{if(w.existsSync(e))return JSON.parse(w.readFileSync(e,"utf-8"))}catch{}return null}function Se(){J=null,B=null,lo=null,ao=null,uo=null}var J=null;function Y(){return J||(J=ye(ge)||{},J)}function be(e,n){if(!e)return;io();let o=Y(),t=new Date().toISOString().slice(0,10);if(o[e]){for(let[r,s]of Object.entries(n))s!=null&&(o[e][r]=s);o[e].lastSeen=t}else o[e]={...n,scoutedAt:t,lastSeen:t};try{co(ge,o)}catch(r){console.error(`[!] Failed to save scouted-jobs.json: ${r.message}`)}}var B=null;function we(){return B||(B=ye(so)||{},B)}var lo=null;var ao=null;var uo=null;var fo=new Set(["java","c#",".net","scala","python","typescript","javascript","react","node.js","aws","azure","docker","kubernetes","microservices","graphql","rest","sql","postgresql","mongodb","kafka","redis","ci/cd","terraform","spring"]),po=new Set(["iot","machine learning","ai","data engineering","spark","go","rust","kotlin","next.js","devops","sre"]),Ae=["vancouver","british columbia"],mo=["canada","montreal","quebec","alberta","calgary","ottawa"],ho=["toronto","ontario"],go=["india","pakistan","nigeria","philippines"];function yo(e,n={}){let o=0,t=(e.techStack||[]).map(u=>u.toLowerCase()),r=0,s=0;for(let u of t)fo.has(u)&&r++,po.has(u)&&s++;if(o+=Math.min(r*6,24),o+=Math.min(s*3,6),e.salary){let u=So(e.salary);u&&(u>=15e4?o+=20:u>=12e4?o+=15:u>=1e5?o+=10:u>=8e4?o+=5:u>=100&&u<1e3?o+=15:u>=70&&u<1e3&&(o+=10))}let i=(e.location||"").toLowerCase(),a=/remote/i.test(i)||e.workplaceType==="remote";go.some(u=>i.includes(u))?o-=30:a&&/united states|usa|\bus\b/i.test(i)?o+=25:a&&Ae.some(u=>i.includes(u))?o+=22:a?o+=20:Ae.some(u=>i.includes(u))?o+=18:mo.some(u=>i.includes(u))?o+=10:ho.some(u=>i.includes(u))&&(o+=5),e.isEasyApply&&(o+=5);let c=(e.seniority||"").toLowerCase();c.includes("senior")||c.includes("lead")||c.includes("staff")?o+=10:c.includes("mid")?o+=5:(c.includes("entry")||c.includes("intern"))&&(o-=10),e.recruiterUrl&&(n.conversationRecruiters?.has(e.recruiterUrl)?o+=20:n.connectedRecruiters?.has(e.recruiterUrl)?o+=15:o+=3);let f=new Set(e.jobTags||[]);return f.has("managerial")?o+=8:f.has("senior-ic")&&(o+=5),f.has("junior")&&(o-=15),f.has("consultant")&&(o-=3),Math.max(0,Math.min(100,o))}function K(e=10,n={}){let{easyApplyOnly:o=!0}=n,t=Y(),r=he(),s=new Set,i=new Set;for(let[m,p]of Object.entries(r))p.connectionStatus==="connected"&&s.add(m);let a={connectedRecruiters:s,conversationRecruiters:i},c=we(),f=new Set(["applied","skipped","expired","archived"]);return Object.entries(t).filter(([m,p])=>{if(typeof p!="object"||o&&!p.isEasyApply||p.applied)return!1;let y=c[m];return!(y&&f.has(y.status))}).map(([m,p])=>({jobId:m,score:yo(p,a),job:p})).sort((m,p)=>{if(p.score!==m.score)return p.score-m.score;let y=m.job.scoutedAt||m.job.postedTime||"";return(p.job.scoutedAt||p.job.postedTime||"").localeCompare(y)}).slice(0,e)}function So(e){if(!e)return null;let n=e.match(/[\$£€CAD\s]*([\d,]+(?:\.\d+)?)\s*[kK]?/g);if(!n||n.length===0)return null;let o=n.map(t=>{let r=parseFloat(t.replace(/[^\d.]/g,""));return t.toLowerCase().includes("k")&&(r*=1e3),r}).filter(t=>t>0);return o.length>=2?(o[0]+o[1])/2:o.length===1?o[0]:null}import"dotenv/config";import*as A from"fs";import*as T from"path";import{fileURLToPath as $o}from"url";import"dotenv/config";import{createGraphClient as bo,resolveToken as wo}from"@ilivemylife/graph-sdk";import{config as Ao}from"dotenv";Ao();var ve=wo()||process.env.TOKEN;ve||(console.error(`
|
|
2
2
|
[FATAL] No iLiveMyLife token found.`),console.error(" The bot uses Lifebot AI to decide which jobs to apply for"),console.error(` and how to fill application forms. It cannot work without it.
|
|
3
3
|
`),console.error(" Easiest way:"),console.error(" 1. npm install -g @ilivemylife/graph-sdk"),console.error(` 2. ilml login your@email.com yourpassword
|
|
4
4
|
`),console.error(` Or add ILML_TOKEN=... to .env
|
|
5
|
-
`),process.exit(1));var
|
|
5
|
+
`),process.exit(1));var ke=bo({token:ve});function vo(e){if(!e||e<1e3)return`${e||0}ms`;let n=Math.round(e/1e3);if(n<60)return`${n}s`;let o=Math.floor(n/60),t=n%60;return t?`${o}m ${t}s`:`${o}m`}function ko({scriptName:e,mode:n,status:o,error:t,duration:r}){let s=o==="error"?"\u2717":o==="quota-reached"?"\u26A0":"\u2713",i=new Date().toISOString().slice(0,16).replace("T"," "),a=r?` ${vo(r)}`:"",c=o==="error"?`error${t?`: ${String(t).slice(0,80)}`:""}`:o==="quota-reached"?"daily quota reached":"done",f=n&&n!=="default"?` (${n})`:"";return`${s} ${e}${f} \u2014 ${c} \u2014 ${i}${a}`}async function $e({scriptName:e,mode:n,status:o,summaryLines:t,error:r,duration:s}){let i=process.env.NODE_RUN_REPORTS;if(!i||!Array.isArray(t)||t.length===0)return;let c=`**${ko({scriptName:e,mode:n,status:o,error:r,duration:s})}**
|
|
6
6
|
|
|
7
7
|
${t.join(`
|
|
8
|
-
`)}`;try{await we.addMessage(i,c)}catch(f){console.error(`[runReport] Failed to post end-of-session message: ${f.message}`)}}var wo=bo(import.meta.url),vo=T.dirname(T.dirname(wo)),z=process.env.DATA_DIR?T.resolve(process.env.DATA_DIR,"collected-profiles"):T.join(vo,"collected-profiles"),Q=T.join(z,"run-log.json");function ko(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";v.writeFileSync(t,o);for(let r=0;r<3;r++)try{v.renameSync(t,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function ke(){try{if(!v.existsSync(Q))return{runs:[]};let e=JSON.parse(v.readFileSync(Q,"utf-8"));return!e.runs||!Array.isArray(e.runs)?{runs:[]}:e}catch{return{runs:[]}}}function Ae(e){v.existsSync(z)||v.mkdirSync(z,{recursive:!0});try{ko(Q,e)}catch(n){console.error(`[!] Failed to save run-log.json: ${n.message}`)}}function $e(e,n="default"){let o=ke();for(let i of o.runs)i.status==="running"&&(i.status="interrupted",i.result="interrupted",i.timestamp&&(i.duration=Date.now()-new Date(i.timestamp).getTime()));let t=new Date,r={timestamp:t.toISOString(),script:e,mode:n,status:"running",result:null,duration:null,stats:null,error:null};o.runs.push(r);let s=Date.now()-30*24*60*60*1e3;return o.runs=o.runs.filter(i=>new Date(i.timestamp).getTime()>s),Ae(o),{script:e,mode:n,startTime:t.getTime(),runIndex:o.runs.length-1}}function X(e,n,o=null,t=null){if(!e)return;let r=null;try{let i=ke(),u=i.runs[e.runIndex];if(u&&u.status==="running"&&u.script===e.script)u.status=n,u.result=n,u.duration=Date.now()-e.startTime,u.stats=o,u.error=t,r=u.duration;else{let c=i.runs.find(f=>f.script===e.script&&f.status==="running"&&f.timestamp===new Date(e.startTime).toISOString());c&&(c.status=n,c.result=n,c.duration=Date.now()-e.startTime,c.stats=o,c.error=t,r=c.duration)}Ae(i)}catch(i){console.error(`[runLog] Failed to end run: ${i.message}`)}let s=o&&Array.isArray(o.summaryLines)?o.summaryLines:null;if(s&&s.length>0&&process.env.NODE_RUN_REPORTS){let i=n==="error"?"error":o&&o.dailyLimitHit?"quota-reached":"done";ve({scriptName:e.script,mode:e.mode,status:i,summaryLines:s,error:t,duration:r??Date.now()-e.startTime}).catch(u=>console.error(`[runLog] postRunReport failed: ${u.message}`))}}import"dotenv/config";import*as l from"fs";import*as ie from"os";import*as d from"path";import{fileURLToPath as Wo}from"url";var oe={};B(oe,{NAME:()=>$o,VERSION:()=>Ao,up:()=>Oo});import*as k from"fs";import*as V from"path";var Ao=1,$o="normalize-jobs-and-questions",jo=["description","techStack","jobTags","seniority","employmentType","industries","jobFunction","postedTime","applicantCount","companySize","workplaceType","contractType","isEasyApply","applyType","companyUrl","scoutedAt","lastSeen"],Eo=50;function Z(e){return k.existsSync(e)?JSON.parse(k.readFileSync(e,"utf-8")):null}function ee(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{k.writeFileSync(t,o)}catch(r){try{k.unlinkSync(t)}catch{}throw r}try{k.renameSync(t,e)}catch(r){try{k.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Oo(e,n){let o=V.join(e,"jobs.json"),t=V.join(n,"scouted-jobs.json"),r=V.join(e,"application-questions.json"),s=Z(o)||{},i=Z(t)||{},u=0,c=[];for(let a of Object.keys(s)){if(!i[a])continue;let m=i[a],p=s[a];for(let y of jo)m[y]!=null&&p[y]==null&&(p[y]=m[y]);c.push(a),u++}u>0?(ee(o,s),console.log(` Phase 1: Merged ${u} scouted jobs into jobs.json`)):console.log(" Phase 1: No overlapping jobs to merge");let f=Z(r);if(f&&Array.isArray(f.applications)){let a={},m=0;for(let p of f.applications){let y=p.jobId||"unknown";a[y]||(a[y]={applications:[]});let Y=(p.questions||[]).map(E=>{let U={type:E.type||"input",question:E.question||"",answer:E.answer||""};return E.options&&(E.options.length<=Eo?U.options=E.options:(U.optionsOmitted=!0,m++)),E.page&&(U.page=E.page),E.wasPreFilled&&(U.wasPreFilled=!0),E.wasRetry&&(U.wasRetry=!0),U});a[y].applications.push({applicationId:p.applicationId,date:p.date,result:p.result||"submitted",formPages:p.formPages||null,duration:p.duration||null,retries:p.retries||0,failedField:p.failedField||null,questionCount:p.questionCount||Y.length,questions:Y})}ee(r,a),console.log(` Phase 2: Rekeyed ${f.applications.length} applications by jobId (${Object.keys(a).length} unique jobs)`),m>0&&console.log(` Phase 2: Stripped bloated options from ${m} questions`)}else f&&!f.applications?console.log(" Phase 2: application-questions.json already in keyed format"):console.log(" Phase 2: No application-questions.json found");if(c.length>0){for(let a of c)delete i[a];ee(t,i),console.log(` Phase 3: Removed ${c.length} merged entries from scouted-jobs.json (${Object.keys(i).length} remaining)`)}else console.log(" Phase 3: No entries to remove from scouted-jobs.json")}var ne={};B(ne,{NAME:()=>Ro,VERSION:()=>Io,up:()=>Do});import*as A from"fs";import*as je from"path";var Io=2,Ro="reset-unread-flags";function To(e){return A.existsSync(e)?JSON.parse(A.readFileSync(e,"utf-8")):null}function Co(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{A.writeFileSync(t,o)}catch(r){try{A.unlinkSync(t)}catch{}throw r}try{A.renameSync(t,e)}catch(r){try{A.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Do(e){let n=je.join(e,"conversations.json"),o=To(n);if(!o){console.log(" conversations.json not found \u2014 nothing to reset.");return}let t=0;for(let r of Object.keys(o))o[r].unread===!0&&(o[r].unread=!1,t++);if(t===0){console.log(" No stale unread flags found \u2014 nothing to do.");return}Co(n,o),console.log(` Reset unread=false on ${t} conversations. Run 'ilml linkedin sync-all' to re-establish real unread state from LinkedIn.`)}var te={};B(te,{NAME:()=>_o,VERSION:()=>No,up:()=>Uo});import*as $ from"fs";import*as Ee from"path";var No=3,_o="recompute-last-message-by",xo=new Set(["draft","confirmed","rejected","needs_review"]);function Fo(e){return $.existsSync(e)?JSON.parse($.readFileSync(e,"utf-8")):null}function Lo(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{$.writeFileSync(t,o)}catch(r){try{$.unlinkSync(t)}catch{}throw r}try{$.renameSync(t,e)}catch(r){try{$.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}function Mo(e,n){if(!e||e.length===0)return"them";let o=e.filter(s=>!xo.has(s.status));if(o.length===0)return"them";let t=o.map(s=>({m:s,t:Date.parse(s.time)})).filter(s=>Number.isFinite(s.t)).sort((s,i)=>i.t-s.t).map(s=>s.m),r=t.length>0?t:[...o].reverse();for(let s of r){let i=s.sender;if(i===n)return"me";if(i!=="Unknown"&&i!=="")return"them"}return"them"}async function Uo(e){let n=Ee.join(e,"conversations.json"),o=Fo(n);if(!o){console.log(" conversations.json not found \u2014 nothing to recompute.");return}let t=process.env.LINKEDIN_NAME;if(!t||typeof t!="string"||!t.trim())throw new Error(`LINKEDIN_NAME env var is not set. Migration v003 needs your display name to determine which messages are yours vs theirs. Set LINKEDIN_NAME in your .env (or run "ilml plugin config linkedin set LINKEDIN_NAME 'Your Name'") and retry.`);let r=0,s=0,i=0;for(let u of Object.keys(o)){let c=o[u];if(!c||typeof c!="object")continue;Object.prototype.hasOwnProperty.call(c,"_cardSynced")&&(delete c._cardSynced,s++);let f=Array.isArray(c.messages)?c.messages:[],a=Mo(f,t),m=a==="me"?"awaiting_reply":"unanswered_by_us";c.lastMessageBy!==a&&i++,c.lastMessageBy=a,c.conversationStatus=m,r++}if(r===0){console.log(" No conversations to recompute.");return}Lo(n,o),console.log(` Recomputed lastMessageBy + conversationStatus on ${r} conversations.`),console.log(` ${i} had stale lastMessageBy (now corrected).`),s>0&&console.log(` Cleaned ${s} leftover _cardSynced flags.`),console.log(" Re-run 'ilml linkedin enrich' if you want actionNeeded / summary / autoTags to also update.")}var re={};B(re,{NAME:()=>Jo,VERSION:()=>Po,up:()=>Go});import*as j from"fs";import*as Oe from"path";var Po=4,Jo="split-connection-timestamps",qo=new Set(["pending","sent_without_note","sent_with_note","sent_without_note_upsell"]);function Bo(e){if(!j.existsSync(e))return null;let n=j.readFileSync(e,"utf-8");return n.charCodeAt(0)===65279&&(n=n.slice(1)),JSON.parse(n)}function Vo(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{j.writeFileSync(t,o)}catch(r){try{j.unlinkSync(t)}catch{}throw r}try{j.renameSync(t,e)}catch(r){try{j.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Go(e){let n=Oe.join(e,"people.json"),o=Bo(n);if(!o||typeof o!="object"){console.log(" people.json not found \u2014 nothing to migrate.");return}let t=0,r=0;for(let s of Object.keys(o)){let i=o[s];!i||typeof i!="object"||(r++,qo.has(i.connectionStatus)&&i.connectionDate&&!i.requestedConnectionAt&&(i.requestedConnectionAt=i.connectionDate,i.connectionDate=null,t++))}if(t===0){console.log(` Scanned ${r} people \u2014 none needed the connectionDate\u2192requestedConnectionAt move.`);return}Vo(n,o),console.log(` Moved connectionDate \u2192 requestedConnectionAt on ${t} still-pending people (of ${r} scanned).`),console.log(' connectionDate now means "accepted on" only; requestedConnectionAt means "requested on".')}var Yo=Wo(import.meta.url),Ho=d.dirname(Yo),Ko=d.dirname(d.dirname(Ho));function zo(e){return e&&(e==="~"?ie.homedir():e.startsWith("~/")||e.startsWith("~\\")?d.join(ie.homedir(),e.slice(2)):e)}var O=process.env.DATA_DIR?d.resolve(zo(process.env.DATA_DIR)):Ko,F=d.join(O,"collected-profiles"),L=d.join(O,"market-research"),S=d.join(O,".schema-version"),Ie=[d.join(F,".schema-version"),d.join(L,".schema-version")],C=4,R=[{version:1,module:oe},{version:2,module:ne},{version:3,module:te},{version:4,module:re}];(function(){R.sort((t,r)=>t.version-r.version);let n=new Set;for(let t of R){if(!Number.isInteger(t.version)||t.version<1)throw new Error(`MIGRATION_REGISTRY: invalid version ${JSON.stringify(t.version)} (must be positive integer)`);if(n.has(t.version))throw new Error(`MIGRATION_REGISTRY: duplicate version v${t.version}`);n.add(t.version);let r=t.module;if(!r||typeof r.up!="function")throw new Error(`MIGRATION_REGISTRY: v${t.version} module is missing up()`);if(r.VERSION!==void 0&&r.VERSION!==t.version)throw new Error(`MIGRATION_REGISTRY: v${t.version} entry does not match module VERSION (${r.VERSION}). Drift between registry and module \u2014 pick one source of truth.`)}let o=R.length?R[R.length-1].version:0;if(o!==C)throw new Error(`MIGRATION_REGISTRY: highest version v${o} but CURRENT_SCHEMA_VERSION=${C}. Forgot to bump CURRENT_SCHEMA_VERSION when adding the new migration?`);for(let t=0;t<R.length;t++){let r=t+1;if(R[t].version!==r)throw new Error(`MIGRATION_REGISTRY: gap detected \u2014 expected v${r} at position ${t} but found v${R[t].version}`)}})();function De(){process.env.DATA_DIR!==void 0&&process.env.DATA_DIR.trim()===""&&process.env.DATA_DIR.length>0&&(console.error(`
|
|
8
|
+
`)}`;try{await ke.addMessage(i,c)}catch(f){console.error(`[runReport] Failed to post end-of-session message: ${f.message}`)}}var Eo=$o(import.meta.url),Oo=T.dirname(T.dirname(Eo)),z=process.env.DATA_DIR?T.resolve(process.env.DATA_DIR,"collected-profiles"):T.join(Oo,"collected-profiles"),Q=T.join(z,"run-log.json");function jo(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";A.writeFileSync(t,o);for(let r=0;r<3;r++)try{A.renameSync(t,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function Ee(){try{if(!A.existsSync(Q))return{runs:[]};let e=JSON.parse(A.readFileSync(Q,"utf-8"));return!e.runs||!Array.isArray(e.runs)?{runs:[]}:e}catch{return{runs:[]}}}function Oe(e){A.existsSync(z)||A.mkdirSync(z,{recursive:!0});try{jo(Q,e)}catch(n){console.error(`[!] Failed to save run-log.json: ${n.message}`)}}function je(e,n="default"){let o=Ee();for(let i of o.runs)i.status==="running"&&(i.status="interrupted",i.result="interrupted",i.timestamp&&(i.duration=Date.now()-new Date(i.timestamp).getTime()));let t=new Date,r={timestamp:t.toISOString(),script:e,mode:n,status:"running",result:null,duration:null,stats:null,error:null};o.runs.push(r);let s=Date.now()-30*24*60*60*1e3;return o.runs=o.runs.filter(i=>new Date(i.timestamp).getTime()>s),Oe(o),{script:e,mode:n,startTime:t.getTime(),runIndex:o.runs.length-1}}function X(e,n,o=null,t=null){if(!e)return;let r=null;try{let i=Ee(),a=i.runs[e.runIndex];if(a&&a.status==="running"&&a.script===e.script)a.status=n,a.result=n,a.duration=Date.now()-e.startTime,a.stats=o,a.error=t,r=a.duration;else{let c=i.runs.find(f=>f.script===e.script&&f.status==="running"&&f.timestamp===new Date(e.startTime).toISOString());c&&(c.status=n,c.result=n,c.duration=Date.now()-e.startTime,c.stats=o,c.error=t,r=c.duration)}Oe(i)}catch(i){console.error(`[runLog] Failed to end run: ${i.message}`)}let s=o&&Array.isArray(o.summaryLines)?o.summaryLines:null;if(s&&s.length>0&&process.env.NODE_RUN_REPORTS){let i=n==="error"?"error":o&&o.dailyLimitHit?"quota-reached":"done";$e({scriptName:e.script,mode:e.mode,status:i,summaryLines:s,error:t,duration:r??Date.now()-e.startTime}).catch(a=>console.error(`[runLog] postRunReport failed: ${a.message}`))}}import"dotenv/config";import*as l from"fs";import*as ie from"os";import*as d from"path";import{fileURLToPath as Qo}from"url";var oe={};q(oe,{NAME:()=>Io,VERSION:()=>Ro,up:()=>Do});import*as v from"fs";import*as V from"path";var Ro=1,Io="normalize-jobs-and-questions",To=["description","techStack","jobTags","seniority","employmentType","industries","jobFunction","postedTime","applicantCount","companySize","workplaceType","contractType","isEasyApply","applyType","companyUrl","scoutedAt","lastSeen"],Co=50;function Z(e){return v.existsSync(e)?JSON.parse(v.readFileSync(e,"utf-8")):null}function ee(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{v.writeFileSync(t,o)}catch(r){try{v.unlinkSync(t)}catch{}throw r}try{v.renameSync(t,e)}catch(r){try{v.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Do(e,n){let o=V.join(e,"jobs.json"),t=V.join(n,"scouted-jobs.json"),r=V.join(e,"application-questions.json"),s=Z(o)||{},i=Z(t)||{},a=0,c=[];for(let u of Object.keys(s)){if(!i[u])continue;let m=i[u],p=s[u];for(let y of To)m[y]!=null&&p[y]==null&&(p[y]=m[y]);c.push(u),a++}a>0?(ee(o,s),console.log(` Phase 1: Merged ${a} scouted jobs into jobs.json`)):console.log(" Phase 1: No overlapping jobs to merge");let f=Z(r);if(f&&Array.isArray(f.applications)){let u={},m=0;for(let p of f.applications){let y=p.jobId||"unknown";u[y]||(u[y]={applications:[]});let H=(p.questions||[]).map(O=>{let P={type:O.type||"input",question:O.question||"",answer:O.answer||""};return O.options&&(O.options.length<=Co?P.options=O.options:(P.optionsOmitted=!0,m++)),O.page&&(P.page=O.page),O.wasPreFilled&&(P.wasPreFilled=!0),O.wasRetry&&(P.wasRetry=!0),P});u[y].applications.push({applicationId:p.applicationId,date:p.date,result:p.result||"submitted",formPages:p.formPages||null,duration:p.duration||null,retries:p.retries||0,failedField:p.failedField||null,questionCount:p.questionCount||H.length,questions:H})}ee(r,u),console.log(` Phase 2: Rekeyed ${f.applications.length} applications by jobId (${Object.keys(u).length} unique jobs)`),m>0&&console.log(` Phase 2: Stripped bloated options from ${m} questions`)}else f&&!f.applications?console.log(" Phase 2: application-questions.json already in keyed format"):console.log(" Phase 2: No application-questions.json found");if(c.length>0){for(let u of c)delete i[u];ee(t,i),console.log(` Phase 3: Removed ${c.length} merged entries from scouted-jobs.json (${Object.keys(i).length} remaining)`)}else console.log(" Phase 3: No entries to remove from scouted-jobs.json")}var ne={};q(ne,{NAME:()=>No,VERSION:()=>_o,up:()=>Lo});import*as k from"fs";import*as Re from"path";var _o=2,No="reset-unread-flags";function xo(e){return k.existsSync(e)?JSON.parse(k.readFileSync(e,"utf-8")):null}function Fo(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{k.writeFileSync(t,o)}catch(r){try{k.unlinkSync(t)}catch{}throw r}try{k.renameSync(t,e)}catch(r){try{k.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Lo(e){let n=Re.join(e,"conversations.json"),o=xo(n);if(!o){console.log(" conversations.json not found \u2014 nothing to reset.");return}let t=0;for(let r of Object.keys(o))o[r].unread===!0&&(o[r].unread=!1,t++);if(t===0){console.log(" No stale unread flags found \u2014 nothing to do.");return}Fo(n,o),console.log(` Reset unread=false on ${t} conversations. Run 'ilml linkedin sync-all' to re-establish real unread state from LinkedIn.`)}var te={};q(te,{NAME:()=>Po,VERSION:()=>Mo,up:()=>Vo});import*as $ from"fs";import*as Ie from"path";var Mo=3,Po="recompute-last-message-by",Uo=new Set(["draft","confirmed","rejected","needs_review"]);function Jo(e){return $.existsSync(e)?JSON.parse($.readFileSync(e,"utf-8")):null}function Bo(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{$.writeFileSync(t,o)}catch(r){try{$.unlinkSync(t)}catch{}throw r}try{$.renameSync(t,e)}catch(r){try{$.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}function qo(e,n){if(!e||e.length===0)return"them";let o=e.filter(s=>!Uo.has(s.status));if(o.length===0)return"them";let t=o.map(s=>({m:s,t:Date.parse(s.time)})).filter(s=>Number.isFinite(s.t)).sort((s,i)=>i.t-s.t).map(s=>s.m),r=t.length>0?t:[...o].reverse();for(let s of r){let i=s.sender;if(i===n)return"me";if(i!=="Unknown"&&i!=="")return"them"}return"them"}async function Vo(e){let n=Ie.join(e,"conversations.json"),o=Jo(n);if(!o){console.log(" conversations.json not found \u2014 nothing to recompute.");return}let t=process.env.LINKEDIN_NAME;if(!t||typeof t!="string"||!t.trim())throw new Error(`LINKEDIN_NAME env var is not set. Migration v003 needs your display name to determine which messages are yours vs theirs. Set LINKEDIN_NAME in your .env (or run "ilml plugin config linkedin set LINKEDIN_NAME 'Your Name'") and retry.`);let r=0,s=0,i=0;for(let a of Object.keys(o)){let c=o[a];if(!c||typeof c!="object")continue;Object.prototype.hasOwnProperty.call(c,"_cardSynced")&&(delete c._cardSynced,s++);let f=Array.isArray(c.messages)?c.messages:[],u=qo(f,t),m=u==="me"?"awaiting_reply":"unanswered_by_us";c.lastMessageBy!==u&&i++,c.lastMessageBy=u,c.conversationStatus=m,r++}if(r===0){console.log(" No conversations to recompute.");return}Bo(n,o),console.log(` Recomputed lastMessageBy + conversationStatus on ${r} conversations.`),console.log(` ${i} had stale lastMessageBy (now corrected).`),s>0&&console.log(` Cleaned ${s} leftover _cardSynced flags.`),console.log(" Re-run 'ilml linkedin enrich' if you want actionNeeded / summary / autoTags to also update.")}var re={};q(re,{NAME:()=>Wo,VERSION:()=>Go,up:()=>zo});import*as E from"fs";import*as Te from"path";var Go=4,Wo="split-connection-timestamps",Ho=new Set(["pending","sent_without_note","sent_with_note","sent_without_note_upsell"]);function Yo(e){if(!E.existsSync(e))return null;let n=E.readFileSync(e,"utf-8");return n.charCodeAt(0)===65279&&(n=n.slice(1)),JSON.parse(n)}function Ko(e,n){let o=JSON.stringify(n,null,2),t=e+".tmp";try{E.writeFileSync(t,o)}catch(r){try{E.unlinkSync(t)}catch{}throw r}try{E.renameSync(t,e)}catch(r){try{E.unlinkSync(t)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function zo(e){let n=Te.join(e,"people.json"),o=Yo(n);if(!o||typeof o!="object"){console.log(" people.json not found \u2014 nothing to migrate.");return}let t=0,r=0;for(let s of Object.keys(o)){let i=o[s];!i||typeof i!="object"||(r++,Ho.has(i.connectionStatus)&&i.connectionDate&&!i.requestedConnectionAt&&(i.requestedConnectionAt=i.connectionDate,i.connectionDate=null,t++))}if(t===0){console.log(` Scanned ${r} people \u2014 none needed the connectionDate\u2192requestedConnectionAt move.`);return}Ko(n,o),console.log(` Moved connectionDate \u2192 requestedConnectionAt on ${t} still-pending people (of ${r} scanned).`),console.log(' connectionDate now means "accepted on" only; requestedConnectionAt means "requested on".')}var Xo=Qo(import.meta.url),Zo=d.dirname(Xo),en=d.dirname(d.dirname(Zo));function on(e){return e&&(e==="~"?ie.homedir():e.startsWith("~/")||e.startsWith("~\\")?d.join(ie.homedir(),e.slice(2)):e)}var j=process.env.DATA_DIR?d.resolve(on(process.env.DATA_DIR)):en,F=d.join(j,"collected-profiles"),L=d.join(j,"market-research"),S=d.join(j,".schema-version"),Ce=[d.join(F,".schema-version"),d.join(L,".schema-version")],C=4,I=[{version:1,module:oe},{version:2,module:ne},{version:3,module:te},{version:4,module:re}];(function(){I.sort((t,r)=>t.version-r.version);let n=new Set;for(let t of I){if(!Number.isInteger(t.version)||t.version<1)throw new Error(`MIGRATION_REGISTRY: invalid version ${JSON.stringify(t.version)} (must be positive integer)`);if(n.has(t.version))throw new Error(`MIGRATION_REGISTRY: duplicate version v${t.version}`);n.add(t.version);let r=t.module;if(!r||typeof r.up!="function")throw new Error(`MIGRATION_REGISTRY: v${t.version} module is missing up()`);if(r.VERSION!==void 0&&r.VERSION!==t.version)throw new Error(`MIGRATION_REGISTRY: v${t.version} entry does not match module VERSION (${r.VERSION}). Drift between registry and module \u2014 pick one source of truth.`)}let o=I.length?I[I.length-1].version:0;if(o!==C)throw new Error(`MIGRATION_REGISTRY: highest version v${o} but CURRENT_SCHEMA_VERSION=${C}. Forgot to bump CURRENT_SCHEMA_VERSION when adding the new migration?`);for(let t=0;t<I.length;t++){let r=t+1;if(I[t].version!==r)throw new Error(`MIGRATION_REGISTRY: gap detected \u2014 expected v${r} at position ${t} but found v${I[t].version}`)}})();function xe(){process.env.DATA_DIR!==void 0&&process.env.DATA_DIR.trim()===""&&process.env.DATA_DIR.length>0&&(console.error(`
|
|
9
9
|
[FATAL] DATA_DIR is set to whitespace ("${process.env.DATA_DIR}"). Either unset it or set a real path.
|
|
10
|
-
`),process.exit(1));try{l.mkdirSync(
|
|
11
|
-
[FATAL] Cannot create DATA_DIR (${
|
|
12
|
-
`),process.exit(1))}let e;try{e=l.statSync(
|
|
13
|
-
[FATAL] DATA_DIR (${
|
|
10
|
+
`),process.exit(1));try{l.mkdirSync(j,{recursive:!0})}catch(n){n.code!=="EEXIST"&&(console.error(`
|
|
11
|
+
[FATAL] Cannot create DATA_DIR (${j}): ${n.message}`),console.error(` Fix the path or permissions and try again.
|
|
12
|
+
`),process.exit(1))}let e;try{e=l.statSync(j)}catch(n){console.error(`
|
|
13
|
+
[FATAL] DATA_DIR (${j}) is not accessible: ${n.message}
|
|
14
14
|
`),process.exit(1)}e.isDirectory()||(console.error(`
|
|
15
|
-
[FATAL] DATA_DIR (${
|
|
15
|
+
[FATAL] DATA_DIR (${j}) exists but is NOT a directory.`),console.error(` Looks like a typo \u2014 your DATA_DIR points at a file. Fix the path and try again.
|
|
16
16
|
`),process.exit(1));for(let n of[F,L]){let o;try{o=l.lstatSync(n)}catch(t){if(t.code==="ENOENT")continue;throw t}o.isSymbolicLink()&&(console.error(`
|
|
17
17
|
[FATAL] Data subdirectory is a symbolic link: ${n}`),console.error(" Refusing to follow \u2014 backup code would copy whatever the link points at."),console.error(` If this is intentional, replace the symlink with the real directory.
|
|
18
|
-
`),process.exit(1))}}var x=d.join(
|
|
18
|
+
`),process.exit(1))}}var x=d.join(j,".migration-lock");function nn(){let e=JSON.stringify({pid:process.pid,startedAt:new Date().toISOString()},null,2);try{return l.writeFileSync(x,e,{flag:"wx"}),!0}catch(t){if(t.code!=="EEXIST")throw t}let n;try{n=JSON.parse(l.readFileSync(x,"utf-8"))}catch{n=null}if(n&&Number.isInteger(n.pid)){let t=!1;try{process.kill(n.pid,0),t=!0}catch(i){i.code==="EPERM"&&(t=!0)}let r=24*60*60*1e3,s=1/0;if(n.startedAt){let i=Date.parse(n.startedAt);Number.isNaN(i)||(s=Date.now()-i)}t&&s<r&&(console.error(`
|
|
19
19
|
[FATAL] Another plugin process is currently running migrations:`),console.error(` PID: ${n.pid}`),console.error(` Started at: ${n.startedAt||"(unknown)"}`),console.error(` Lock file: ${x}
|
|
20
20
|
`),console.error(" Wait for it to finish, or if you're sure it's not actually running,"),console.error(` delete the lock file manually and re-run.
|
|
21
|
-
`),process.exit(1)),t&&s>=r&&console.log(` Lock holder PID ${n.pid} is alive but lock is older than 24h \u2014 assuming PID reuse, taking over.`)}console.log(` Stale migration lock from PID ${n?.pid??"?"} found \u2014 taking over.`);let o=x+".tmp";try{return l.writeFileSync(o,e),l.renameSync(o,x),!0}catch(t){try{l.unlinkSync(o)}catch{}throw new Error(`Failed to take over stale migration lock: ${t.message}`)}}function ce(){try{if(JSON.parse(l.readFileSync(x,"utf-8")).pid!==process.pid)return;l.unlinkSync(x)}catch{}}var
|
|
21
|
+
`),process.exit(1)),t&&s>=r&&console.log(` Lock holder PID ${n.pid} is alive but lock is older than 24h \u2014 assuming PID reuse, taking over.`)}console.log(` Stale migration lock from PID ${n?.pid??"?"} found \u2014 taking over.`);let o=x+".tmp";try{return l.writeFileSync(o,e),l.renameSync(o,x),!0}catch(t){try{l.unlinkSync(o)}catch{}throw new Error(`Failed to take over stale migration lock: ${t.message}`)}}function ce(){try{if(JSON.parse(l.readFileSync(x,"utf-8")).pid!==process.pid)return;l.unlinkSync(x)}catch{}}var De=!1;function tn(){if(De)return;De=!0;let e=()=>{try{ce()}catch{}process.exit(1)};for(let n of["SIGINT","SIGTERM","SIGHUP"])try{process.on(n,e)}catch{}}function rn(){if(l.existsSync(S))return;let e=[],n=[];for(let s of Ce)if(l.existsSync(s))try{e.push({file:s,schema:G(s)})}catch(i){n.push({file:s,err:i.message})}if(n.length>0){console.error(`
|
|
22
22
|
[FATAL] Legacy .schema-version file(s) corrupted \u2014 cannot determine current schema version:`);for(let s of n)console.error(` ${s.file}: ${s.err}`);console.error(`
|
|
23
23
|
Repair the file(s) (likely just an integer 'version' field \u2014 see another working DATA_DIR`),console.error(` or default to {"version":1,"migrations":[]} if you're sure you're on schema v1) and try again.
|
|
24
24
|
`),process.exit(1)}if(e.length===0)return;let o=e.map(s=>s.schema.version);if(new Set(o).size>1){console.error(`
|
|
25
25
|
[FATAL] Legacy .schema-version files disagree:`);for(let s of e)console.error(` ${s.file}: v${s.schema.version}`);console.error(" This means a previous migration crashed between writing the two files."),console.error(` Reconcile manually (delete the wrong one, keep the right one), then re-run.
|
|
26
|
-
`),process.exit(1)}let t=e[0].schema,r=S+".tmp";try{l.writeFileSync(r,JSON.stringify(t,null,2)),l.renameSync(r,S)}catch(s){try{l.unlinkSync(r)}catch{}throw s}for(let s of
|
|
26
|
+
`),process.exit(1)}let t=e[0].schema,r=S+".tmp";try{l.writeFileSync(r,JSON.stringify(t,null,2)),l.renameSync(r,S)}catch(s){try{l.unlinkSync(r)}catch{}throw s}for(let s of Ce)if(l.existsSync(s))try{l.unlinkSync(s)}catch{}console.log(` Consolidated legacy .schema-version files \u2192 ${S}`)}function sn(e){if(e===null||typeof e!="object"||Array.isArray(e))return null;let n=Number(e.version);return!Number.isFinite(n)||n<0||!Number.isInteger(n)?null:(e.version=n,Array.isArray(e.migrations)||(e.migrations=[]),e)}function G(e){let n=l.readFileSync(e,"utf-8");return n.charCodeAt(0)===65279&&(n=n.slice(1)),JSON.parse(n)}function _e(){if(rn(),!l.existsSync(S))return{version:0,migrations:[]};let e;try{e=G(S)}catch(o){if(o.code==="ENOENT")return{version:0,migrations:[]};console.error(`
|
|
27
27
|
[FATAL] ${S} is not valid JSON: ${o.message}`),console.error(" Refusing to proceed \u2014 silently treating it as 'fresh install' would re-apply"),console.error(" every migration on top of already-migrated data and corrupt it."),console.error(' Repair the file (set it to {"version":N,"migrations":[...]} matching your real state)'),console.error(` or restore from the *.pre-vNNN.backup files if you have them.
|
|
28
|
-
`),process.exit(1)}let n=
|
|
28
|
+
`),process.exit(1)}let n=sn(e);return n===null&&(console.error(`
|
|
29
29
|
[FATAL] ${S} has invalid structure:`),console.error(` ${JSON.stringify(e)?.slice(0,200)||"(unparseable)"}`),console.error(' Expected shape: { "version": <integer>, "migrations": [...] }'),console.error(` Repair the file or restore from a backup.
|
|
30
|
-
`),process.exit(1)),n}function
|
|
30
|
+
`),process.exit(1)),n}function Fe(e){try{l.chmodSync(e,384)}catch{}}function cn(e){if(xe(),l.existsSync(S))try{if(l.lstatSync(S).isSymbolicLink())throw new Error(`SCHEMA_FILE is a symbolic link: ${S}. Refusing to write through it (potential symlink attack). Remove the link and re-run.`)}catch(o){if(o.message?.includes("symbolic link"))throw o}let n=S+".tmp";try{l.writeFileSync(n,JSON.stringify(e,null,2)),Fe(n),l.renameSync(n,S)}catch(o){try{l.unlinkSync(n)}catch{}throw o}}function Ne(e,n){if(!l.existsSync(e))return;let o=`.pre-v${String(n).padStart(3,"0")}.backup`,t=l.readdirSync(e).filter(a=>{let c=a.toLowerCase();if(c.includes(".backup")||c===".schema-version"||c.endsWith(".tmp"))return!1;try{return l.statSync(d.join(e,a)).isFile()}catch{return!1}}),r=0,s=0,i=[];for(let a of t){let c=d.join(e,a),f=d.join(e,a+o);if(l.existsSync(f)){s++;continue}try{Me(c,f),r++}catch(u){i.push({file:a,err:u.message})}}if(i.length>0){let a=new Error(`Failed to back up ${i.length} file(s) in ${d.basename(e)}/: `+i.map(c=>`${c.file} (${c.err})`).join(", "));throw a.code="BACKUP_INCOMPLETE",a}if(r>0||s>0){let a=s>0?` (${s} pre-existing backup(s) preserved)`:"";console.log(` Backed up ${r} files in ${d.basename(e)}/ (${o})${a}`)}}var se=!1;async function Le(){if(se)return;xe(),pn();let n=_e().version;if(n===C){se=!0;return}tn(),nn(),process.on("exit",ce),n>C&&(console.error(`
|
|
31
31
|
[FATAL] Your data schema is at v${n}, but this plugin build only understands up to v${C}.`),console.error(" This usually means you downgraded the plugin without rolling back data."),console.error(` Operating on the newer-format data with this build would risk corrupting it.
|
|
32
32
|
`),console.error(" Options:"),console.error(" A) Re-install the newer plugin version that produced this schema, then"),console.error(" (if you really want to downgrade) run 'rollback-data --confirm' first,"),console.error(" then re-install the older plugin version."),console.error(` B) Manually restore your data from the *.pre-vNNN.backup files matching v${C}.
|
|
33
33
|
`),process.exit(1)),console.log(`
|
|
34
|
-
\u{1F4E6} Schema migration: v${n} \u2192 v${C}`);let o=
|
|
34
|
+
\u{1F4E6} Schema migration: v${n} \u2192 v${C}`);let o=dn();if(!o.ok){console.error(`
|
|
35
35
|
[FATAL] Cannot migrate \u2014 current data is corrupted:`);for(let r of o.broken)console.error(` ${r.dir}/${r.file}: ${r.err}`);console.error(`
|
|
36
36
|
Migration ABORTED. No backups taken, no files modified.`),console.error(" Repair the file(s) above (restore from your own backup, or fix manually)"),console.error(` and try again. To inspect: 'ilml linkedin migrate-status'.
|
|
37
|
-
`),process.exit(1)}let t=
|
|
38
|
-
Running migration v${String(r.version).padStart(3,"0")}...`);let s=`v${String(r.version).padStart(3,"0")}`,i=`.pre-${s}.backup`;try{
|
|
37
|
+
`),process.exit(1)}let t=I.filter(r=>r.version>n);for(let r of t){console.log(`
|
|
38
|
+
Running migration v${String(r.version).padStart(3,"0")}...`);let s=`v${String(r.version).padStart(3,"0")}`,i=`.pre-${s}.backup`;try{Ne(F,r.version),Ne(L,r.version)}catch(c){console.error(`
|
|
39
39
|
[FATAL] Pre-migration backup failed for ${s}: ${c.message}`),console.error(" Migration NOT applied. Repair the underlying issue (disk space, permissions, locked files)"),console.error(` and re-run the plugin command.
|
|
40
|
-
`),process.exit(1)}let
|
|
41
|
-
[FATAL] Migration ${s} failed: ${c.message}`),console.error(` Attempting auto-rollback from ${i} files...`);try{let f=
|
|
40
|
+
`),process.exit(1)}let a=r.module;try{await a.up(F,L)}catch(c){console.error(`
|
|
41
|
+
[FATAL] Migration ${s} failed: ${c.message}`),console.error(` Attempting auto-rollback from ${i} files...`);try{let f=mn(i);f.ok?(console.error(` \u2713 Auto-rollback restored ${f.restored} files. Schema stays at v${n}.`),console.error(` The migration will be retried on next plugin command. Fix the root cause first.
|
|
42
42
|
`)):(console.error(` [!] Auto-rollback INCOMPLETE: ${f.error}`),console.error(` Manual recovery: copy *${i} files back over the originals.
|
|
43
43
|
`))}catch(f){console.error(` [!] Auto-rollback CRASHED while restoring: ${f.message}`),console.error(` Manual recovery: copy *${i} files back over the originals.
|
|
44
|
-
`)}process.exit(1)}try{let c=new Date().toISOString(),f={version:r.version,name:
|
|
44
|
+
`)}process.exit(1)}try{let c=new Date().toISOString(),f={version:r.version,name:a.NAME||s,appliedAt:c},u=_e();u.version=r.version,u.migratedAt=c,u.migrations=u.migrations||[],u.migrations.push(f),cn(u)}catch(c){console.error(`
|
|
45
45
|
[FATAL] Migration ${s} applied successfully but schema version file could NOT be updated: ${c.message}`),console.error(` Your data is in the v${r.version} state but .schema-version still shows v${n}.`),console.error(` On next plugin command the runner will try to re-apply ${s}. If that migration is`),console.error(` idempotent (most are), it will succeed harmlessly. If you're unsure, run 'data-cleanup' and contact support.
|
|
46
|
-
`),process.exit(1)}console.log(` \u2713 Migration ${s} complete`)}try{
|
|
46
|
+
`),process.exit(1)}console.log(` \u2713 Migration ${s} complete`)}try{me()}catch{}try{Se()}catch{}se=!0,ce(),console.log(`
|
|
47
47
|
\u2713 Schema is now at v${C}
|
|
48
|
-
`)}var
|
|
48
|
+
`)}var ln=[/\.json\.tmp$/,/\.schema-version\.tmp$/,/\.backup\.tmp$/];function an(e){let n=e.toLowerCase();return ln.some(o=>o.test(n))}var un=6e4;function fn(){let e=Date.now(),n=[];for(let o of[j,F,L]){if(!l.existsSync(o))continue;let t;try{t=l.readdirSync(o)}catch{continue}for(let r of t){if(!an(r))continue;let s=d.join(o,r);try{let i=l.statSync(s);if(!i.isFile()||e-i.mtimeMs<un)continue;n.push({dir:o,file:r,fullPath:s})}catch{}}}return n}function pn({verbose:e=!1}={}){let n=fn();if(n.length===0)return e&&console.log(" No orphan .tmp files found."),0;let o=0;for(let t of n)try{l.unlinkSync(t.fullPath),o++,e&&console.log(` Removed orphan: ${d.basename(t.dir)}/${t.file}`)}catch(r){console.warn(` [!] Could not remove orphan ${t.fullPath}: ${r.message}`)}return!e&&o>0&&console.log(` Cleaned up ${o} orphan .tmp file(s) from previous run.`),o}function dn(){let e=[];for(let n of[F,L]){if(!l.existsSync(n))continue;let o=l.readdirSync(n).filter(t=>{let r=t.toLowerCase();return r.endsWith(".json")&&!r.includes(".backup")});for(let t of o){let r=d.join(n,t);try{G(r)}catch(s){e.push({dir:d.basename(n),file:t,err:s.message})}}}return e.length===0?{ok:!0}:{ok:!1,broken:e}}function mn(e){let n=[],o=[];for(let s of[F,L]){if(!l.existsSync(s))continue;let i=l.readdirSync(s).filter(a=>a.endsWith(e));for(let a of i){let c=d.join(s,a),f=a.slice(0,-e.length),u=d.join(s,f);try{f.toLowerCase().endsWith(".json")?G(c):l.accessSync(c,l.constants.R_OK),n.push({backupPath:c,originalPath:u,fileName:a,dir:s})}catch(m){o.push(`${d.basename(s)}/${a}: ${m.message}`)}}}if(o.length>0)return{ok:!1,error:o.join("; "),restored:0};let t=0,r=[];for(let{backupPath:s,originalPath:i,fileName:a,dir:c}of n)try{Me(s,i),t++}catch(f){r.push(`${d.basename(c)}/${a}: ${f.message}`)}return r.length>0?{ok:!1,error:r.join("; "),restored:t}:{ok:!0,restored:t}}function Me(e,n){let o=n+".tmp";try{l.copyFileSync(e,o),Fe(o)}catch(t){try{l.unlinkSync(o)}catch{}throw t}try{l.renameSync(o,n)}catch(t){try{l.unlinkSync(o)}catch{}if(t.code==="EPERM"||t.code==="EBUSY"){let r=new Error(`File locked: ${n} (${t.code}). On Windows this is usually antivirus / Search Indexer / the file open in another app. Close anything that might be holding it and re-run.`);throw r.code=t.code,r}throw t}}var yn=hn(import.meta.url),Sn=M.dirname(yn),le=process.env.DATA_DIR?M.resolve(process.env.DATA_DIR,"collected-profiles"):M.join(Sn,"collected-profiles");await Le();var ae=process.argv.slice(2),Pe=parseInt(ae.find(e=>e.startsWith("--max="))?.split("=")[1]||"50"),W=parseInt(ae.find(e=>e.startsWith("--min-score="))?.split("=")[1]||"50"),bn=ae.includes("--list");function wn(){let n=K(20,{easyApplyOnly:!0}).filter(o=>o.score>=W);if(console.log(`
|
|
49
49
|
\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550`),console.log(` APPLY QUEUE (${n.length} jobs, min score ${W})`),console.log("\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"),n.length===0)console.log(" No jobs in queue. Run: npm run scout");else for(let o=0;o<n.length;o++){let{score:t,job:r,jobId:s}=n[o],i=(r.techStack||[]).slice(0,4).join(", ");console.log(` ${String(o+1).padStart(2)}. [${t}] ${(r.title||"?").slice(0,35)} @ ${(r.company||"?").slice(0,20)}`),console.log(` ${r.salary||"no salary"} | ${r.location||"?"} | ${i||"no tech"}`),console.log(` ${r.url}`)}console.log(`\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550
|
|
50
|
-
`)}async function
|
|
50
|
+
`)}async function An(){if(console.log(`
|
|
51
51
|
LinkedIn Apply Queue
|
|
52
|
-
`),
|
|
52
|
+
`),bn){wn();return}let n=K(Pe*3,{easyApplyOnly:!0}).filter(s=>s.score>=W).slice(0,Pe);if(n.length===0){console.log(` No jobs to apply. Run: npm run scout
|
|
53
53
|
`);return}console.log(` Applying to ${n.length} jobs (score >= ${W}):
|
|
54
54
|
`);for(let{score:s,job:i}of n)console.log(` [${s}] ${(i.title||"?").slice(0,40)} @ ${(i.company||"?").slice(0,20)}`);D.existsSync(le)||D.mkdirSync(le,{recursive:!0});let o=M.join(le,"apply-queue-urls.json"),t=n.map(({job:s,jobId:i})=>({url:s.url,title:s.title,company:s.company,location:s.location,salary:s.salary}));D.writeFileSync(o,JSON.stringify(t,null,2)),console.log(`
|
|
55
|
-
Generated ${o} with ${t.length} jobs`);for(let{jobId:s}of n)
|
|
55
|
+
Generated ${o} with ${t.length} jobs`);for(let{jobId:s}of n)be(s,{queued:!0,queuedAt:new Date().toISOString().slice(0,10)});let r=je("apply-queue",`${n.length} jobs`);console.log(`
|
|
56
56
|
Launching run.mjs --job-urls...
|
|
57
|
-
`);try{
|
|
58
|
-
Apply queue error: ${s.message?.slice(0,80)}`),X(r,"error",{applied:n.length},s.message)}try{D.unlinkSync(o)}catch{}}
|
|
57
|
+
`);try{gn("node",["run.mjs",`--job-urls=${o}`],{stdio:"inherit",timeout:144e5}),X(r,"success",{applied:n.length})}catch(s){console.error(`
|
|
58
|
+
Apply queue error: ${s.message?.slice(0,80)}`),X(r,"error",{applied:n.length},s.message)}try{D.unlinkSync(o)}catch{}}An().catch(e=>{console.error("Apply queue failed:",e),process.exit(1)});
|