diff --git a/AGENTS.md b/AGENTS.md index 07123ff..6978728 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,6 +20,7 @@ A multi-variant LaTeX résumé for Prad Nukala. Each variant is a self-contained | `src/` | Role-specific résumé templates, one `.tex` per variant (see `src/AGENTS.md`). | | `docs/` | Structured YAML source material — experience, projects, skills (see `docs/AGENTS.md`). | | `dist/` | Build output (git-ignored). Created by `make`. | +| `app/` | Vite/Hono/React webapp on Cloudflare Workers — tailors a résumé to a job-posting URL. Syncs `docs/` YAML into local D1 (`bun run sync`), matches + AI-plans via Workers AI, renders LaTeX from the shared template, compiles to PDF (local `pdflatex` in dev). Run with `bun run dev` from `app/`. | ## For AI Agents