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

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Change default value of `groupOverlappingFiles` setting to `true`. New projects will now serialize tasks with overlapping file scopes by default, preventing concurrent modification conflicts.