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
@@ -71,7 +71,10 @@ use wf artifact create-from-plan instead.
```text
For capability output to state, prefer:
wf draft bind --from local.FIELD --to state.FIELD
wf draft bind WORKSPACE --revision N --step STEP --from local.FIELD --to state.FIELD
For capability output to public workflow output, prefer:
wf draft bind WORKSPACE --revision N --step STEP --from local.FIELD --to output.FIELD
```
`draft_invalid` must distinguish draft shape from raw plan shape: