chore: Remove legacy migration stub files

CardLogic.swift, Engines.swift, and root ScannerViewModel.swift
were empty migration notices pointing to the new modular structure.
All actual code lives in Services/, Data/, and Features/ already.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 12:49:26 -05:00
parent e1c2935093
commit a186101cb8
3 changed files with 0 additions and 35 deletions

View File

@@ -1,9 +0,0 @@
// ============================================================
// MIGRATION NOTICE This file has been refactored.
// All code has been moved to the new modular structure.
// Remove this file from your Xcode project and add:
//
// Data/Models/Card.swift CardFingerprint, CardMetadata,
// SavedCard, MatchResult
// Services/Vision/FeatureMatcher.swift FeatureMatcher
// ============================================================

View File

@@ -1,15 +0,0 @@
// ============================================================
// MIGRATION NOTICE This file has been refactored.
// All code has been moved to the new modular structure.
// Remove this file from your Xcode project and add the
// new files from the following directories:
//
// Services/CoreML/ ModelManager, ConditionEngine, FoilEngine, SetSymbolEngine
// Services/Vision/ CardRecognizer (AnalysisActor), OCREngine
// Services/Vision/Heuristics/ BorderDetector, CornerDetector, ListSymbolDetector,
// SaturationDetector, StampDetector
// Services/Cloud/ CloudEngine, TrainingUploader
// Services/Utilities/ StoreEngine, ExportEngine, DevEngine, ReviewEngine
// Data/Network/ ScryfallAPI (fka InsuranceEngine), NetworkMonitor
// Data/Persistence/ ImageManager, PersistenceActor
// ============================================================

View File

@@ -1,11 +0,0 @@
// ============================================================
// MIGRATION NOTICE This file has been refactored.
// ScannerViewModel has been split into two view models:
//
// Features/Scanner/ScannerViewModel.swift Camera & scanning pipeline only
// Features/Collection/CollectionViewModel.swift Collection state & persistence
//
// Remove this file from your Xcode project and add the
// two new files above. ContentView.swift has already been
// updated to use the new dual-ViewModel injection pattern.
// ============================================================