Claude/career ops 200k jobs y ve gp#435
Conversation
The merge-tracker.mjs script archives processed TSVs into a merged/ subdirectory. These are personal evaluation data and should stay local, consistent with the rest of the tracker-additions privacy model. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
One-off script that renders output/cv-aaliya-humaninterest-2026-04-14.html from templates/cv-template.html with Human Interest-specific keyword injection (Money Movement, regulated delivery, 401(k)-adjacent, Senior TPM). Output HTML is gitignored; run with: node scripts/render-cv-humaninterest.mjs Then produce PDF via: node generate-pdf.mjs output/cv-*.html output/cv-*.pdf --format=letter https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
These contain personal proof points and founder-tier disclosure material that should never sync to the remote. Consistent with the existing modes/_profile.md and config/profile.yml privacy model. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
Sister script to render-cv-humaninterest.mjs. Generates a Tier-1-skills-lifted CV (AI/data tooling) tailored for Justworks Group PM, Internal Tools & Operations. No Tier 2 (founder/nuriy) disclosure per the candidate's privacy policy in article-digest.md. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
…ll tailored docs - New: scripts/render-cover-justworks.mjs (cover letter HTML matching CV design) - Update: render-cv-justworks.mjs and render-cv-humaninterest.mjs now scrub U+2014 (em dash) to comma and U+2013 (en dash) to hyphen in final output - Justworks CV body rewritten to use natural punctuation (colons, parens, periods) rather than relying on the post-hoc dash scrub All three outputs verified: 0 em/en dashes in generated HTML. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
…Hungryroot - render-cover-humaninterest.mjs: Money Movement + regulated delivery angle - render-cv-gong.mjs + render-cover-gong.mjs: People Analytics Director, Tier 1 AI/data stack front-and-center (strongest signal for this role) - render-cv-hungryroot.mjs + render-cover-hungryroot.mjs: Senior Director TR + People Ops, triple archetype match, honest gap acknowledgment re: Dayforce + public-company equity design All dash-scrubbed (U+2014, U+2013 removed). No Tier 2 (founder) disclosure. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
This file is listed in .gitignore but was committed earlier during personalization setup. It now contains additional sensitive data (EEO self-identification, salary targets, demographic preferences) that should not sync to the remote. Removing from tracking with git rm --cached keeps the local file intact and prevents further sensitive edits from propagating. Prior version remains in history but will no longer receive updates. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
Enables browser tools (browser_navigate, browser_snapshot, browser_click) when Claude Code runs as a local CLI session on the Mac mini. Useful for: - Verifying JD URLs are still live (removes "unconfirmed batch mode" labels) - Pre-filling Greenhouse forms up to Submit - Screenshotting post-submit confirmations MCP servers do not activate in hosted/web sessions, only local CLI. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
…d People Ops) Healthcare mission alignment (mental health marketplace, Wellstar adjacency). Cover letter is honest about stretch-level: candidate accepts Sr Director or Director-tier downlevel provided TR + People Analytics + People Ops scope stays intact. Highlights governance discipline from Harvard $4.5M program as the operating muscle needed for comp committee and board reporting. Tier 1 skills lifted lightly. No Tier 2 (founder) disclosure. Dash-scrubbed. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
Original Head of TR role posting is dead. New target is Director, HR Business Partner (5711831004), $169.6K-$265K. Docs reframed for executive partnership, data-driven HR, program leadership at scale. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
…ud) and Gusto (Head of People Ops) Google: Atlanta-based role, $226K-$326K band. Pitches program leadership at scale (Harvard $4.5M, 10 institutions) + native GCP/Vertex AI fluency. Gusto: Remote, $189K-$265K. AI-native People Ops transformation angle, Tier 1 skills front-loaded. HR SaaS domain parallel to Justworks. All dash-scrubbed, no Tier 2 (founder) disclosure. https://claude.ai/code/session_01JS8Ln1gchuFkYhbQmGXiPn
…nta, $224K-$234K)
… (Atlanta, $171-320K)
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (34)
📝 WalkthroughWalkthroughAdds MCP Playwright server configuration, updates gitignore patterns, introduces a new CV document, creates a portal scanner configuration with title filters and company tracking, and adds 30 scripts for generating personalized cover letters and CVs for various companies. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
Suggested labels
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
What does this PR do?
Related issue
Type of change
Checklist
node test-all.mjsand all tests passQuestions? Join the Discord for faster feedback.
Summary by CodeRabbit
New Features
Chores