File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ node_modules
22dist
33dist-electron
44release
5+ .worktrees
56.idea
67.claude
78.DS_Store
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ export async function createWorktree(
189189 branchName : string ,
190190 symlinkDirs : string [ ]
191191) : Promise < { path : string ; branch : string } > {
192- const worktreePath = `${ repoRoot } /.git/pc- worktrees/${ branchName } ` ;
192+ const worktreePath = `${ repoRoot } /.worktrees/${ branchName } ` ;
193193
194194 // Try -b first (new branch), fall back to existing branch
195195 try {
@@ -217,7 +217,7 @@ export async function removeWorktree(
217217 branchName : string ,
218218 deleteBranch : boolean
219219) : Promise < void > {
220- const worktreePath = `${ repoRoot } /.git/pc- worktrees/${ branchName } ` ;
220+ const worktreePath = `${ repoRoot } /.worktrees/${ branchName } ` ;
221221
222222 if ( ! fs . existsSync ( repoRoot ) ) return ;
223223
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ export function NewTaskDialog() {
306306 < svg width = "11" height = "11" viewBox = "0 0 16 16" fill = "currentColor" style = { { "flex-shrink" : "0" } } >
307307 < path d = "M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3H7.5a.25.25 0 0 1-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75Z" />
308308 </ svg >
309- { selectedProjectPath ( ) } /.git/pc- worktrees/{ branchPreview ( ) }
309+ { selectedProjectPath ( ) } /.worktrees/{ branchPreview ( ) }
310310 </ span >
311311 </ div >
312312 </ Show >
You can’t perform that action at this time.
0 commit comments