docs: teach agents workflow schema discovery
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
Use direct plan import only when you already have a complete workflow plan. For
|
||||
interactive authoring, prefer draft workspaces and focused edit commands.
|
||||
|
||||
Before writing a plan, inspect the current public shape:
|
||||
|
||||
wf schema raw
|
||||
wf schema NodeUse
|
||||
wf schema InputPathBinding
|
||||
wf schema OutputBinding
|
||||
|
||||
Use `wf schema raw --verbose` only when the complete validation schema is
|
||||
required.
|
||||
|
||||
## Command Path
|
||||
|
||||
```bash
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
Use draft workspaces for iterative workflow authoring. They are mutable and
|
||||
revisioned; artifacts are immutable and versioned.
|
||||
|
||||
Before writing or patching a draft, inspect the current public shape:
|
||||
|
||||
wf schema draft
|
||||
wf schema DraftUseStep
|
||||
|
||||
## Draft Shape
|
||||
|
||||
A draft has:
|
||||
|
||||
Reference in New Issue
Block a user