mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-23 12:03:07 +00:00
feat: Add conflict source branch tracking and fix auto-mode subscription cascade
This commit is contained in:
@@ -28,6 +28,8 @@ interface WorktreeInfo {
|
||||
conflictType?: 'merge' | 'rebase' | 'cherry-pick';
|
||||
/** List of files with conflicts */
|
||||
conflictFiles?: string[];
|
||||
/** The branch that is the source of the conflict (e.g. the branch being merged in) */
|
||||
conflictSourceBranch?: string;
|
||||
}
|
||||
|
||||
interface RemovedWorktree {
|
||||
|
||||
Reference in New Issue
Block a user