Ariver
2026-06-28 71a520840eb3debe46173c1f73bc85bbea0b1aa6
src/Apptag/SmartCategorization/SmartStartService.swift
@@ -358,6 +358,7 @@
            store.tags = [:]
            store.appTags = [:]
            store.tagOrder = []
            store.containerAppOrder = [:]
            store.disabledSystemCategoryIDs = []
        }
@@ -527,7 +528,7 @@
        let entries = base.entries.compactMap { entry -> SmartStartCatalogEntry? in
            let tagIDs = entry.defaultTag
                .compactMap { SmartCategoryID(rawValue: $0) }
                .filter { $0 != .other }
                .compactMap(\.smartStartDefaultCategoryID)
            guard !tagIDs.isEmpty else { return nil }
            return SmartStartCatalogEntry(