feat: better branch titles
This commit is contained in:
2
index.ts
2
index.ts
@@ -260,7 +260,7 @@ async function executePlanBatches(
|
||||
|
||||
// Clean up stale worktrees from interrupted runs before starting.
|
||||
if (config.execution.worktrees !== "never" && projectDir) {
|
||||
const removed = cleanupStaleWorktrees(projectDir, progress.getKey());
|
||||
const removed = cleanupStaleWorktrees(projectDir, config.paths.stateDir);
|
||||
if (removed.length > 0) {
|
||||
ctx.ui.notify(
|
||||
`Cleaned up ${removed.length} stale worktree(s) from previous run.`,
|
||||
|
||||
Reference in New Issue
Block a user