The file /Users/neog/Apps/iOS/PROD-Planner2026/Planner2026-iOS/Models/Project.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 1→// 2→// Project.swift 3→// Planner2026-iOS 4→// 5→// Project container for organizing tasks 6→// 7→ 8→import CloudKit 9→import Foundation 10→ 11→enum ProjectStatus: String, Codable, CaseIterable { 12→ case active = "Active" 13→ case onHold = "On Hold"