mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 09:21:40 +00:00
docs(AGENTS): add description of app/ directory and its functionality
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user