mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
Move all source-specific classifiers, variant tagging, config filtering, and readAllRaw out of cmd/webicached into internal/classifypkg. The new Package() function runs the full classify pipeline: source dispatch → tag variants → apply config. webicached now only handles fetching raw data and writing to fsstore. The classification logic is reusable by comparecache and future tools.