fix: bind only required wrapper inputs
This commit is contained in:
@@ -54,6 +54,10 @@ wf draft add-step <workspace_id> --revision <n> --step <step_id> --capability <q
|
||||
wf draft validate <workspace_id>
|
||||
wf draft save <workspace_id> --artifact <artifact_id> --version <n> --title <title>
|
||||
|
||||
Draft creation auto-binds required capability inputs only. Optional inputs are
|
||||
reported in wrapper-hint notes; bind them explicitly with `wf draft bind` or
|
||||
`wf draft set-input --merge` only when the workflow should expose them.
|
||||
|
||||
When `wf draft validate` returns a `repair_hint`, run that exact focused command
|
||||
before writing JSON Patch manually. Use `wf draft bind local.x -> output.y` when
|
||||
one capability output should become public workflow output; it creates the
|
||||
|
||||
Reference in New Issue
Block a user