The file /Users/neog/Apps/iOS/AI-KeywordMonitor/Core/Types/Types.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 922→} 923→ 924→// MARK: - Default Pipeline Stages 925→ 926→extension AnalysisStage { 927→ static func defaultPipeline() -> [AnalysisStage] { 928→ [ 929→ AnalysisStage(id: "connect", name: "Conectando ao Claude", status: .pending), 930→ AnalysisStage(id: "prepare", name: "Preparando artigos", status: .pending), 931→ AnalysisStage(id: "send", name: "Enviando para Claude API", status: .pending), 932→ AnalysisStage(id: "process", name: "Processando resposta", status: .pending), 933→ AnalysisStage(id: "save", name: "Salvando resultados", status: .pending) 934→ ] 935→ } 936→} 937→ 938→// MARK: - Timeline Data Types 939→ 940→/// Data point for sentiment timeline chart