Summary
Developer package managers keep large download caches that are safe to clear and re-fetched on demand: npm %LOCALAPPDATA%\npm-cache, pip %LOCALAPPDATA%\pip\Cache, yarn %LOCALAPPDATA%\Yarn\Cache. Fits Sifty's developer-cleanup angle.
Where
src/sifty/core/junk.py, base dir %LOCALAPPDATA% (use the existing _local_appdata() helper).
Acceptance criteria
Tip
Use the /new-junk-category skill. One category covering all three is fine.
Summary
Developer package managers keep large download caches that are safe to clear and re-fetched on demand: npm
%LOCALAPPDATA%\npm-cache, pip%LOCALAPPDATA%\pip\Cache, yarn%LOCALAPPDATA%\Yarn\Cache. Fits Sifty's developer-cleanup angle.Where
src/sifty/core/junk.py, base dir%LOCALAPPDATA%(use the existing_local_appdata()helper).Acceptance criteria
sifty junk scantests/test_junk.pypytestgreenTip
Use the
/new-junk-categoryskill. One category covering all three is fine.