Package:
@hexos/cliinterface FileActionPlanItem {
relativePath: string;
strategy: PlannedFile['strategy'];
desiredContent: string;
finalContent: string;
changed: boolean;
reason: 'create' | 'update' | 'unchanged';
conflict: boolean;
conflictMessage?: string;
}