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
Phase 4 of the Mars v2 refactor.
- Gate: add class-level `condition`/`branch` DSL for reusable gates.
Gate#run now executes the matched branch directly instead of
returning a Runnable for Sequential to detect
- Aggregator: context-aware — accepts ExecutionContext and passes
its outputs to the operation
- Sequential: remove is_a?(Runnable) check, now just chains step results
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -197,7 +203,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
197
203
198
204
## Code of Conduct
199
205
200
-
Everyone interacting in the Mars project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rootstrap/mars/blob/main/CODE_OF_CONDUCT.md).
206
+
Everyone interacting in the MARS project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rootstrap/mars/blob/main/CODE_OF_CONDUCT.md).
0 commit comments