docs(AGENTS): add description of app/ directory and its functionality

This commit is contained in:
Prad Nukala
2026-07-02 17:33:25 -04:00
parent 6c536f093c
commit f56116a26b
+1
View File
@@ -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