Skip to content

Repository files navigation

HireScript

AI-first LaTeX resume maker. See docs/plans/ for design and plans.

Dev

cp .env.example .env  # then edit
docker compose up --build

Run migrations after schema changes:

docker compose run --rm api alembic upgrade head

Run tests:

docker compose run --rm api pytest -v
docker compose run --rm web npm test -- --run
docker compose exec -T web npm run test:e2e

The live agent smoke test is gated behind RUN_AGENT_SMOKE=1. It needs claude login on the host (the api container bind-mounts ~/.claude).

Knowledge base + onboarding

The mass-apply foundation introduces a personal knowledge base (master LaTeX, manual markdown notes) and a chat-based onboarding agent.

Required env (in addition to the existing keys):

A new bind-mount ./kb is available inside the api container at /app/kb. Drop *.md files there and click "Sync" on the Knowledge page to ingest them. The folder is gitignored (the .gitkeep is the only tracked file inside).

Production deploy

See docs/deploy.md for VPS bring-up with Caddy auto-HTTPS.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages