feat(FN-2496): add overlap ignore paths support to scheduler settings
- Add overlap-ignore path validation and typed settings support in core schema - Apply overlap ignore paths in scheduler overlap detection with dedicated engine tests - Add Settings modal UI and routes handling for overlap ignore paths including path-picker feedback fixes - Document overlap ignore paths in storage/settings docs and include a changeset for @runfusion/fusion
This commit is contained in:
@@ -96,6 +96,7 @@ API endpoints reviewed:
|
||||
| `maxWorktrees` | Project | `GET/PUT /api/settings` | Worktree cap |
|
||||
| `pollIntervalMs` | Project | `GET/PUT /api/settings` | Scheduler poll interval |
|
||||
| `groupOverlappingFiles` | Project | `GET/PUT /api/settings` | Serialize overlapping file work |
|
||||
| `overlapIgnorePaths` | Project | `GET/PUT /api/settings` | Project-relative file/directory paths ignored by overlap blocking |
|
||||
| `autoMerge` | Project | `GET/PUT /api/settings` | Enable auto merge |
|
||||
| `mergeStrategy` | Project | `GET/PUT /api/settings` | Direct vs PR merge strategy |
|
||||
| `worktreeInitCommand` | Project | `GET/PUT /api/settings` | Command run on worktree init |
|
||||
|
||||
Reference in New Issue
Block a user