docs(AGENTS): add naming convention for job-tailored résumé variants

This commit is contained in:
Prad Nukala
2026-07-03 00:58:27 -04:00
parent f09ec67ca6
commit 6835572d77
+5
View File
@@ -45,3 +45,8 @@ Trim before adding — a column that grows past the page silently spills to page
- pdflatex packages: `geometry`, `enumitem`, `paracol`, `hyperref`.
<!-- MANUAL: Any manually added notes below this line are preserved on regeneration -->
### Naming Convention (job-tailored variants)
- Résumés tailored to a specific job posting are new `.tex` files named `PradNukala_<Role>_<Company>.tex` (CamelCase, underscores), e.g. `PradNukala_StaffSoftwareEngineer_Circle.tex`.
- The glob Makefile then emits the deliverable directly: `dist/PradNukala_<Role>_<Company>.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.