OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
| Function | Context | Rejects | |----------|---------|--------| | `validateWorkflowTask` | Workflow DAG | `parent` set | | `validateWorkflowTasks` | Workflow DAG (batch) | first task with `parent` | | `validateAgentTask` | Agent tree | `dependsOn` set | | `validateAgentTasks` | Agent tree (batch) | first task with `dependsOn` |