Load all features — active and archived. Use for management commands.
static List<Feature> loadAllFeatures() => [...loadFeatures(), ..._loadArchivedFeatures()];