From 6835572d77c559ebc8a23109bb6efd8dd918e6c6 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 3 Jul 2026 00:58:27 -0400 Subject: [PATCH] =?UTF-8?q?docs(AGENTS):=20add=20naming=20convention=20for?= =?UTF-8?q?=20job-tailored=20r=C3=A9sum=C3=A9=20variants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/AGENTS.md b/src/AGENTS.md index 8e60f1b..7497e35 100644 --- a/src/AGENTS.md +++ b/src/AGENTS.md @@ -45,3 +45,8 @@ Trim before adding — a column that grows past the page silently spills to page - pdflatex packages: `geometry`, `enumitem`, `paracol`, `hyperref`. + +### Naming Convention (job-tailored variants) +- Résumés tailored to a specific job posting are new `.tex` files named `PradNukala__.tex` (CamelCase, underscores), e.g. `PradNukala_StaffSoftwareEngineer_Circle.tex`. +- The glob Makefile then emits the deliverable directly: `dist/PradNukala__.pdf` — no Makefile edit needed. +- The four generic role variants (`react-native`, `protocol`, `cryptography`, `founding-engineer`) keep their short names and serve as bases to copy from.