docs: clarify local cli config composition

This commit is contained in:
lda
2026-06-15 04:40:49 +07:00 Verified
parent 889b7a61d6
commit d1b3829af7
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -151,6 +151,8 @@ def load_cli_context(
store = config.server.workflow_store
if not isinstance(store, FilesystemStoreConfig):
raise ValueError("local CLI target currently requires filesystem store")
# Uses config-aware builder so configured sources (Python, etc.) are
# composed in-process, matching wf-rpc-server behavior.
server = build_workflow_server_from_workflow_config(config)
return CliContext(
config_path=resolved_config_path,