docs: teach agents workflow schema discovery

This commit is contained in:
lda
2026-06-22 22:06:03 +07:00 Verified
parent bc89943554
commit 0185cb5227
5 changed files with 34 additions and 14 deletions
@@ -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: