diff --git a/src/commands/helpers.ts b/src/commands/helpers.ts index ef58ac5..6872fe3 100644 --- a/src/commands/helpers.ts +++ b/src/commands/helpers.ts @@ -81,7 +81,7 @@ export async function teardownSession(root: string, branch: string, worktree: st await state.removeSession(root, branch) } -/** Files that should be resolved by accepting "theirs" instead of using Claude. */ +/** Files that should be removed rather than resolved — they get regenerated. */ const SKIP_RESOLVE = new Set(["bun.lock", "Cargo.lock"]) /** Resolve conflict markers in files using Claude, then stage them. */