feat: add server store role overrides

This commit is contained in:
lda
2026-06-06 18:21:58 +07:00 Verified
parent 6b61fac5f6
commit 5df1e27928
18 changed files with 454 additions and 25 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ def load_cli_context(
config = load_workflow_config(resolved_config_path)
target = config.client.target
if force_local or isinstance(target, LocalTargetConfig):
store = config.server.store
store = config.server.workflow_store
if not isinstance(store, FilesystemStoreConfig):
raise ValueError("local CLI target currently requires filesystem store")
server = build_local_static_workflow_server(store.root)