From f56116a26b0f7f25990a48072ff45b65da6fbcc2 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 2 Jul 2026 17:33:25 -0400 Subject: [PATCH] docs(AGENTS): add description of app/ directory and its functionality --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) 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