First packaged release of CareerArchitect, a fork of santifer/career-ops (core snapshot 1.5.0) with a Next.js landing page and coverage extensions for non-AI job categories.
Ships in this release
- Six standalone CLIs over the career-ops data model — rehearse (mock recruiter calls), tailor (per-JD CV variants), negotiate (offer scripts), outreach (cold messages), timeline (application calendar), learn-rejection (rejection-feedback learner) — each a plain npm script with node:test coverage.
- Web
/admindashboard (pipeline, progress, scans, profile readiness) plus the upstream Go TUI, both reading the same markdown tracker and both falling back to clearly labeled sample data when no tracker exists. - Daily-driver root CLIs: morning-brief, recon-brief, funnel-metrics, queue-applications, notify-slack, clay-enrich, quick-rank, plus JobSpy / USAJOBS / Google Jobs scanners for non-AI portal coverage.
- Voice job coach:
voice-coach.mjsprovisions a personal ElevenLabs conversational agent grounded in your CV and profile; thehydratemode onboards a thin profile before first evaluation. - Split-repo layout: personal career data lives in a separate directory you own; scripts resolve user-layer paths against the invocation CWD.
Versioning: fork releases are tagged from package.json (this one: 1.0.0); the VERSION file tracks the upstream career-ops core snapshot (1.5.0). See UPSTREAM.md.
Verified: 126 unit tests + 82 integrity checks green on npm test, xo lint clean, production Next.js build passes. No artifact is attached: the fork ships as a clone-and-run repo, and the only compilable binary (the Go TUI) is upstream-verbatim code.