refactor: share agent challenge harness

This commit is contained in:
lda
2026-06-16 19:53:19 +07:00 Verified
parent 21880601fc
commit be2239e716
22 changed files with 1618 additions and 701 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ def root(
"--config",
help="Path to workflow/MCP config JSON.",
),
] = "wf_mcp.config.json",
] = "wf.config.json",
local: Annotated[
bool,
typer.Option("--local", help="Force same-process local workflow target."),
+1 -1
View File
@@ -60,7 +60,7 @@ class CliTyperState:
root CLI options through this adapter instead of spelling dict keys locally.
"""
config_path: str = "wf_mcp.config.json"
config_path: str = "wf.config.json"
force_local: bool = False
rpc_url: str | None = None
rpc_timeout_seconds: float | None = None