feat(KB-611): change groupOverlappingFiles default to true

- Update DEFAULT_PROJECT_SETTINGS groupOverlappingFiles from false to true
- Update SettingsModal form default to match
- Add changeset for the default behavior change
This commit is contained in:
gsxdsm
2026-03-31 15:48:09 -07:00
parent 12e90ae8fb
commit 73c285977c
3 changed files with 7 additions and 2 deletions

View File

@@ -676,7 +676,7 @@ export const DEFAULT_PROJECT_SETTINGS: ProjectSettings = {
maxConcurrent: 2,
maxWorktrees: 4,
pollIntervalMs: 15000,
groupOverlappingFiles: false,
groupOverlappingFiles: true,
autoMerge: true,
mergeStrategy: "direct",
worktreeInitCommand: undefined,