Summary
Spotify keeps a large media cache under %LOCALAPPDATA%\Spotify\Storage and %LOCALAPPDATA%\Spotify\Data (cached audio/data, re-downloaded on demand). It's safe to clear and grows a lot for heavy users. Add it as a junk category.
Where
Follow the existing app-cache categories in src/sifty/core/junk.py. Base dir is %LOCALAPPDATA% (use the existing _local_appdata() helper).
Acceptance criteria
Tip
The /new-junk-category skill scaffolds the category, its safety carve-out, and a test.
Summary
Spotify keeps a large media cache under
%LOCALAPPDATA%\Spotify\Storageand%LOCALAPPDATA%\Spotify\Data(cached audio/data, re-downloaded on demand). It's safe to clear and grows a lot for heavy users. Add it as a junk category.Where
Follow the existing app-cache categories in
src/sifty/core/junk.py. Base dir is%LOCALAPPDATA%(use the existing_local_appdata()helper).Acceptance criteria
sifty junk scantests/test_junk.pypytestgreenTip
The
/new-junk-categoryskill scaffolds the category, its safety carve-out, and a test.