feat(FN-4621): complete Step 2 — add worktrunk defaults to both scopes

Fusion-Task-Id: FN-4621
Fusion-Task-Lineage: fc1b0b13-9052-4378-86e3-3634d6c9db4e
This commit is contained in:
Fusion
2026-05-15 10:51:47 -07:00
committed by gsxdsm
parent fe81ad7dc4
commit d2066cfa58

View File

@@ -162,6 +162,11 @@ export const DEFAULT_GLOBAL_SETTINGS = {
lastRunningProvider: null,
},
},
worktrunk: {
enabled: false,
binaryPath: undefined,
onFailure: "fail",
},
experimentalFeatures: {},
} satisfies CompleteSettings<GlobalSettings>;
@@ -195,6 +200,11 @@ export const DEFAULT_PROJECT_SETTINGS = {
recycleWorktrees: false,
executorAllowSiblingBranchRename: false,
worktreeNaming: "random",
worktrunk: {
enabled: false,
binaryPath: undefined,
onFailure: "fail",
},
worktreesDir: undefined,
taskPrefix: "FN",
includeTaskIdInCommit: true,