You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(spec): add support for negate condition (#1451)
* **New Features**
* Added an optional "negate" flag for preconditions at both DAG and step
levels to invert condition evaluation.
* API and schema updated to include the new negate field.
* **Tests**
* Expanded test coverage for negated preconditions across DAGs, steps,
commands, environment variables, and error scenarios.
0 commit comments