rename main to resume
This commit is contained in:
6
.github/prompts/resume-review.prompt.md
vendored
6
.github/prompts/resume-review.prompt.md
vendored
@@ -29,11 +29,11 @@ If the build produces errors, include them as a finding under **Formatting & Lay
|
||||
Clean up any stale preview files, then convert the first page of the built PDF to a PNG and view it:
|
||||
|
||||
```
|
||||
rm -f main-preview*.png
|
||||
pdftoppm -r 150 -png main.pdf main-preview
|
||||
rm -f resume-preview*.png
|
||||
pdftoppm -r 150 -png resume.pdf resume-preview
|
||||
```
|
||||
|
||||
Then use #tool:view_image to view `main-preview-1.png`.
|
||||
Then use #tool:view_image to view `resume-preview-1.png`.
|
||||
|
||||
If this step fails for any reason (conversion error, tool unavailable, file not found), note it briefly — e.g., *"PDF preview unavailable — layout assessment based on LaTeX source only"* — and proceed. Do not retry or block on this step.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user