Readme update and settings cleanup

This commit is contained in:
gsxdsm
2026-06-09 21:43:45 -07:00
parent a5393b1126
commit 5a353317c4
2 changed files with 3 additions and 6 deletions

View File

@@ -225,12 +225,7 @@ export const DEFAULT_GLOBAL_SETTINGS = {
onFailure: "fail",
},
owningNodeHandoffPolicy: "reassign-to-local",
experimentalFeatures: {
workflowColumns: true,
workflowGraphExecutor: true,
workflowInterpreterDualObserve: true,
workflowInterpreterAuthoritative: true,
},
experimentalFeatures: {},
cliAgents: {},
} satisfies CompleteSettings<GlobalSettings>;