fix(gsd): restore autoCommit import after rebase conflict

This commit is contained in:
Jeremy McSpadden 2026-04-14 20:49:17 -05:00
parent f9f712098d
commit 249bf11196

View file

@ -113,6 +113,7 @@ import {
import { existsSync, unlinkSync } from "node:fs";
import { join } from "node:path";
import { _resetHasChangesCache } from "./native-git-bridge.js";
import { autoCommitCurrentBranch } from "./worktree.js";
// ─── Rogue File Detection ──────────────────────────────────────────────────