fix: address workflow authoring review findings

This commit is contained in:
lda
2026-06-29 11:04:22 +07:00 Verified
parent 628fbbae7b
commit 746e4f7a2a
20 changed files with 349 additions and 75 deletions
@@ -589,6 +589,7 @@ async def test_rpc_client_draft_remove_methods(tmp_path) -> None:
assert calls[1]["method"] == "workflow.draft_workspaces.remove_step"
assert calls[2]["method"] == "workflow.draft_workspaces.remove_binding"
assert calls[2]["params"]["inputs"] == ["message"]
assert calls[2]["params"]["outputs"] == ["debug"]
async def test_rpc_client_draft_workspace_add_step_from_capability(tmp_path) -> None: