feat(FN-692): add setupScript setting for automatic worktree initialization
- Add `setupScript` property to ProjectSettings to reference a named script - Execute the referenced setup script after worktreeInitCommand on fresh worktrees - Log success/failure of setup script execution; warn and skip if script name not found - Skip setup script for pooled/recycled worktrees (fresh only) - Add changeset (minor) for the new setting
This commit is contained in:
5
.changeset/setup-script-worktree.md
Normal file
5
.changeset/setup-script-worktree.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": minor
|
||||
---
|
||||
|
||||
Add `setupScript` setting to run a designated script automatically when worktrees are created.
|
||||
Reference in New Issue
Block a user