feat: search profiles, cover letters, discovery fixes
- Add search profiles (DB, API, settings UI) and wire into scorer/pipeline search terms. - Add cover letter generation (service, job action, JobDetail UI). - Align JobSpy Indeed country with country-level search geography when settings conflict; warn in logs. - Infer country from search cities via inferCountryKeyFromSearchGeography (shared). - Ignore extractor venv/storage and local data in Biome; ignore orchestrator/storage and JobSpy .venv in git. - Vite: do not watch orchestrator/storage (prevents reloads during startup.jobs pipeline). - JobSpy: document Python 3.10+ and venv setup in README/requirements. - Onboarding and settings: local resume path handling, orchestrator .env.example for Vite. Made-with: Cursor
This commit is contained in:
+10
-2
@@ -12,6 +12,12 @@ MODEL=google/gemini-3-flash-preview
|
||||
# Defaults to https://v4.rxresu.me
|
||||
# RXRESUME_URL=
|
||||
|
||||
# Optional: load resume JSON from disk instead of the RxResume API (scoring, tailoring, cover letters).
|
||||
# Path is absolute or relative to the orchestrator process cwd (often `orchestrator/` when using `npm run dev` there).
|
||||
# Takes precedence over Settings → local path. PDF export still uses RxResume when enabled.
|
||||
# Example (monorepo): hand-authored v5 JSON may live under `data/resumes/` (that folder is gitignored by default).
|
||||
# JOBOPS_LOCAL_RESUME_PATH=../data/resumes/ilia-dobkin.json
|
||||
|
||||
# RXResume credentials for PDF generation
|
||||
# Create an account at: https://v4.rxresu.me
|
||||
RXRESUME_EMAIL=your_email@example.com
|
||||
@@ -24,8 +30,10 @@ BASIC_AUTH_USER=
|
||||
BASIC_AUTH_PASSWORD=
|
||||
|
||||
# Optional: client build only — skip RxResume steps in the onboarding wizard (search without PDF export).
|
||||
# - Local dev: set here or export before `npm run dev` / `npm run build:client` in orchestrator.
|
||||
# - Docker: set at IMAGE BUILD time (Dockerfile ARG / docker-compose build args), not runtime .env.
|
||||
# Prefer setting `JOBOPS_LOCAL_RESUME_PATH` above: the API tells the UI to skip RxResume onboarding automatically.
|
||||
# Otherwise: copy `orchestrator/.env.example` → `orchestrator/.env` and set VITE_SKIP_RXRESUME_ONBOARDING=true
|
||||
# (Vite only reads `orchestrator/.env`, not this root file.)
|
||||
# Docker: Vite vars need IMAGE BUILD time (Dockerfile ARG / docker-compose build args), not runtime .env.
|
||||
# VITE_SKIP_RXRESUME_ONBOARDING=true
|
||||
|
||||
# Public base URL used to generate tracer links when PDFs are created by
|
||||
|
||||
Reference in New Issue
Block a user