Summary
Slack (Electron) keeps Chromium caches under %APPDATA%\Slack (Cache, Code Cache, GPUCache, Service Worker\CacheStorage). Safe to clear, very similar to the existing discord-cache category. Leave session data (Local Storage, IndexedDB) so users stay logged in.
Where
src/sifty/core/junk.py, base dir %APPDATA%. The discord-cache category is a good template.
Acceptance criteria
Tip
Use the /new-junk-category skill.
Summary
Slack (Electron) keeps Chromium caches under
%APPDATA%\Slack(Cache,Code Cache,GPUCache,Service Worker\CacheStorage). Safe to clear, very similar to the existingdiscord-cachecategory. Leave session data (Local Storage,IndexedDB) so users stay logged in.Where
src/sifty/core/junk.py, base dir%APPDATA%. Thediscord-cachecategory is a good template.Acceptance criteria
sifty junk scantests/test_junk.pypytestgreenTip
Use the
/new-junk-categoryskill.