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