-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
24 lines (16 loc) · 2.24 KB
/
Copy pathllms.txt
File metadata and controls
24 lines (16 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Tushar Pandey — Resume Repository
> Markdown-to-PDF resume system for Tushar Pandey (Software Engineer, Auth/Identity, Distributed Systems). Markdown source compiled via Pandoc + LaTeX. Designed for AI-assisted tailoring to job descriptions.
This is a personal resume repository. `src/resume.md` is the active Pandoc source. `base/Tushar-Pandey-resume.md` is the full content library. Tailored variants are generated per application and organised by role-type and company under `2026/`.
## Docs
- [AGENTS.md](https://raw.githubusercontent.com/tusharpandey13/resumes/main/AGENTS.md): Full workflow instructions for AI agents — folder structure, tailoring rules, Markdown conventions, compile steps, commit conventions
- [CONTRIBUTING.md](https://raw.githubusercontent.com/tusharpandey13/resumes/main/CONTRIBUTING.md): Human-facing guide — how to trigger the agent, update the base resume, folder conventions, git commit format
- [README.md](https://raw.githubusercontent.com/tusharpandey13/resumes/main/README.md): Overview and list of available resume variants
## Source Files
- [src/resume.md](https://raw.githubusercontent.com/tusharpandey13/resumes/main/src/resume.md): Active Pandoc Markdown source — start here when tailoring
- [base/Tushar-Pandey-resume.md](https://raw.githubusercontent.com/tusharpandey13/resumes/main/base/Tushar-Pandey-resume.md): Full content library — pull extra detail from here
- [base/Tushar-Pandey-resume.tex](https://raw.githubusercontent.com/tusharpandey13/resumes/main/base/Tushar-Pandey-resume.tex): Legacy LaTeX source — reference only, do not modify
## Pipeline
- [templates/resume-template.tex](https://raw.githubusercontent.com/tusharpandey13/resumes/main/templates/resume-template.tex): Pandoc LaTeX template (preamble + `$body$`)
- [filters/resume.lua](https://raw.githubusercontent.com/tusharpandey13/resumes/main/filters/resume.lua): Pandoc Lua filter — maps Markdown AST to custom LaTeX resume commands
- [scripts/build-resume.sh](https://raw.githubusercontent.com/tusharpandey13/resumes/main/scripts/build-resume.sh): Primary build script — `pandoc --lua-filter --pdf-engine=pdflatex`
- [compile.sh](https://raw.githubusercontent.com/tusharpandey13/resumes/main/compile.sh): Legacy pdflatex script (still functional)