mirror of
https://github.com/logos-co/assembly.git
synced 2026-08-30 20:51:14 +00:00
The plugin cache's restore-keys fallback pulled a partial cache from the previous (local-plugins) deploy, leaving dangling .quartz/plugins/inline-comments and tikz symlinks after those local sources were removed. quartz plugin install then crashed with ENOENT stat-ing them, failing the build (deploy was correctly skipped, so prod stayed up). Drop the cache and clean .quartz/plugins before install. Cloning ~46 plugin repos is fast and reliable; a poisoned plugin cache is not worth the seconds it saves. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>