Skip to content

v1.0.0 — first stable release

Choose a tag to compare

@nazboyko nazboyko released this 01 Sep 01:56
· 30 commits to main since this release
1171bc1

What's new

  • The whole arc ships: find (22 sources, checked hourly) → verify (ghost-job checklist with evidence URLs) → tailor (deterministic resume scoring + the targeted editor) → apply (fact-gated cover letters, PDF/DOCX) → track (kanban + stale-application nudges).
  • applypack.dev is live, with a browser demo of the real scoring module at /demo/ — edit the resume and watch the score recompute; adding a word the AI marked cannot-claim moves nothing.
  • 5 swappable AI backends with auto-failover (Claude Code / Gemini / Codex CLIs, Anthropic API, any OpenAI-compatible endpoint incl. free local models); your data stays in your own Postgres.

Schema

  • no schema changes since v0.11.1

Verification

  • 741 tests green; production site + demo exercised in a real browser

References

  • PR #40 (landing) · PR #41 (demo) · PR #42 (bump)