The PDF cache was previously only keyed by guide version, causing issues where redesigned templates would not force a re-render for existing content. I have added a TEMPLATE_REV constant to the cache key in lib/pdf-storage.ts, which can be manually bumped when the PDF design changes to ensure users receive the latest rendered version. Drakeposting

Improved PDF cache invalidation by adding a template revision key - subh05sus/gptmarlon-admin