export interface SectionData { sessionGoal: string[]; outstandingContext: string[]; filesAndChanges: string[]; commits: string[]; userPreferences: string[]; briefTranscript: string; }