You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(linkedin): clean name, profile URL and date in sent-invitations
sent-invitations emitted the person's name concatenated with their job
headline ("Kyle Chang Manager at C2C Premium Seafood"), an empty
profile_url on every row, a junk row from the Received/Sent nav tabs,
and a date field that could capture a stray month substring (the "may"
inside a surname).
Rewrite the extraction: card text is no longer whitespace-collapsed
before line splitting, so the name and headline stay separable; the
profile link is matched by href rather than requiring visible text (the
LinkedIn card link wraps only the avatar); rows are deduped by name with
a merge so the profile URL is filled from whichever card carries it; the
date is matched by a precise Sent/Invited relative-time pattern; and
only cards with a Withdraw affordance are emitted, dropping nav tabs.
Verified e2e: 10 clean rows with correct names, profile URLs and dates.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments