Add CLAUDE.md with project documentation for AI assistants - #1
Open
rauleburro wants to merge 3 commits into
Open
Add CLAUDE.md with project documentation for AI assistants#1rauleburro wants to merge 3 commits into
rauleburro wants to merge 3 commits into
Conversation
Describes project structure, build commands, resume file conventions, PDF configuration, and development notes. https://claude.ai/code/session_01L7xwTN9jBh3QHe1UegCqbQ
Comprehensive investigation covering: - Professional CV format standards and ATS compatibility - LaTeX CV templates (Jake's Resume, moderncv, Awesome-CV, etc.) - Pandoc-based MD to LaTeX conversion with custom templates and Lua filters - Overleaf integration via Git for compilation and final tweaks - Local compilation alternatives (Tectonic, Docker, GitHub Actions) - Recommended pipeline: MD -> LaTeX -> PDF with Overleaf support https://claude.ai/code/session_01L7xwTN9jBh3QHe1UegCqbQ
Restructured document to prioritize 100% local compilation: - Added section 7: Node.js local compilation with node-latex-compiler (npm package that bundles Tectonic, zero system dependencies) - Added section 8: Alternative local options (Docker, TinyTeX, latexmk) - Updated recommendation to fully local pipeline: MD -> LaTeX -> PDF - Moved Overleaf to reference-only appendix (section 11) - Added comparison table: current md-to-pdf flow vs new LaTeX flow - Evaluated and discarded latex.js (HTML-only output, no CV support) https://claude.ai/code/session_01L7xwTN9jBh3QHe1UegCqbQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describes project structure, build commands, resume file conventions,
PDF configuration, and development notes.
https://claude.ai/code/session_01L7xwTN9jBh3QHe1UegCqbQ