Summary
The browser-cache junk category covers Chrome, Edge, Brave, Vivaldi and Firefox, but not Opera or Opera GX, which are popular and cache a lot.
Where
src/sifty/core/junk.py builds the list of browser User Data roots (see the BraveSoftware / Vivaldi entries around line 44). Opera stores its profile under %APPDATA%\Opera Software\Opera Stable and Opera GX Stable, with the same Cache / Code Cache / GPUCache layout as the other Chromium browsers.
Acceptance criteria
Tip
The /new-junk-category project skill walks through exactly this, including the safety wiring.
Summary
The browser-cache junk category covers Chrome, Edge, Brave, Vivaldi and Firefox, but not Opera or Opera GX, which are popular and cache a lot.
Where
src/sifty/core/junk.pybuilds the list of browserUser Dataroots (see theBraveSoftware/Vivaldientries around line 44). Opera stores its profile under%APPDATA%\Opera Software\Opera StableandOpera GX Stable, with the sameCache/Code Cache/GPUCachelayout as the other Chromium browsers.Acceptance criteria
sifty junk scanpytestgreenTip
The
/new-junk-categoryproject skill walks through exactly this, including the safety wiring.