docs: complete atomic workflow output bindings

This commit is contained in:
lda
2026-07-26 21:35:02 +07:00 Verified
parent b0a01a63b0
commit b65f11e2da
10 changed files with 168 additions and 87 deletions
+2 -1
View File
@@ -313,7 +313,8 @@ For the copy-less wrapper authoring path, use:
2. `wf.workflow.create_draft_workspace_from_capability` to create a patchable
draft workspace from those hints.
3. Focused patch helpers such as `wf.workflow.set_step_input_bindings`,
`wf.workflow.set_step_output_bindings`, their compatibility map adapters,
`wf.workflow.set_step_output_bindings`,
`wf.workflow.set_workflow_output_bindings`, their compatibility map adapters,
and `wf.workflow.set_draft_route` to fix low-confidence hints or explicit
`missing_decisions`.
4. `wf.workflow.validate_draft_workspace` to refresh diagnostics.