Skip to content

v1.0.0 — first packaged release

Latest

Choose a tag to compare

@wranngle wranngle released this 14 Jul 01:21
· 1 commit to main since this release

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 /admin dashboard (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.mjs provisions a personal ElevenLabs conversational agent grounded in your CV and profile; the hydrate mode 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.