The file /Users/neog/Apps/iOS/PROD-Planner2026/Planner2026-iOS/Models/PlannerTask.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 4→// 5→// Core task model with location and AI metadata 6→// 7→ 8→import CloudKit 9→import Foundation 10→import SwiftUI 11→ 12→// MARK: - Enums 13→ 14→enum TaskPriority: String, Codable, CaseIterable {