export interface PlanModeState { enabled: boolean; planFilePath: string; workflow?: "parallel" | "iterative"; reentry?: boolean; }