This skill should be used when the user asks to "store/load data", "design repositories", "plan migrations", or "implement persistence synchronization".
Guidelines for choosing the right storage mechanism and ensuring data integrity and security.
NSUbiquitousKeyValueStore) where appropriate for user settings.Prioritize these files when storage behavior changes:
Packages/MeetingAssistantCore/Sources/Data/Data/CoreData/CoreDataStack.swiftPackages/MeetingAssistantCore/Sources/Data/Services/StorageService/StorageService.swiftPackages/MeetingAssistantCore/Sources/Infrastructure/Services/KeychainManager.swiftFor rename/migration work, verify all invariants:
reuse -> extend -> create).0d986f8 added new persisted meeting-conversation data paths.TranscriptionMO and CoreData mapping were updated with domain/UI coupling points.