v1.1.0
Added
validate --simulate— dry-run stage table usingwhen:, upstream skips, and missing context (mirrors run orchestrator skip logic).validate --github <json>— GitHub context for simulation (PR bot passes workflowgithubobject).needs.unknownvalidation — unknownneeds:targets reported as errors; mermaid marks affected stages.docs/specs/1.0-contracts.md— frozen 1.0 public contracts (schema, CLI, issue codes, CI guarantees).scripts/ci/validate-examples.sh— strict--workflowsvalidate for meta repo + all pipeline examples.
Changed
- Validate load path — unknown
needs:no longer throws at parse time; surfaced in the validate report instead. - PR bot — includes simulation dry-run table alongside topology mermaid and issues.
- cross-repo-dispatch example — validate stub
cross-repo-echo.ymlwith export step for workflow checks.
Full Changelog: v1.0.0...v1.1.0