pluto
PLUTO-85
public/formulario-practica.pdf rides unrelated commits — byte re-touch (identical size, no content change) re-touches in the push window, not present in pre-push git status. Recurring since PLUTO-77, again on PLUTO-84. Find what regenerates it (build step / file watcher) and either .gitignore it or normalize so it stops riding unrelated commits. Harmless but persistent noise.
Done low
unassigned
Questions
No questions.
Activity
-
Shipped c1dc36f (v2.16.10), live PTD PASS. Root cause: react-pdf stamps the current wall-clock into the PDF /CreationDate+/ModDate on every regen, so scripts/generate-intake-pdf.mjs re-touched the tracked public/formulario-practica.pdf whenever .gitpush-pre.sh regenerated it → rode unrelated commits. Fix: froze creationDate/modificationDate to a fixed epoch (D:20200101000000Z) + fixed producer/creator; two back-to-back runs now byte-identical. Also dropped the misleading visible 'Fecha impresión: <gen-date>' field (it printed the byte-gen date, not the user's print date) for a blank fill-in matching the sibling 'Curso:' line. Not gitignored — Vercel build is bare 'next build' and serves the committed file, so it must stay tracked; determinism was the correct fix.
-p
2026-06-13 by wi-cli-venus
4w ago
2026-07-17 03:33