Conversation
…ne Sift) - Fix resolve_subflows .yaml extension fallback - Fix subflow exit resolution through parent transition map - Fix stack frame recording correct parent state - Add recursive subflow entry for 3-level nesting - Add session init auto-enter subflow - Enhance next with trigger→target, status, conditions - Add --session to states and validate - Fix check --session <target> argparse dispatch - Flip --json to --text (JSON is now default output) - Update docs: ADR, spec, glossary, system, changelog, README
This was referenced May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--jsonreplaced with--text; JSON is now the default CLI outputnextshows all transitions: includes blocked/guarded with trigger→target, status, and condition hintsstates --sessionandvalidate --session: session-aware variants for current (sub)flowcheck --session <trigger>: fixed argparse consuming target asflow_fileBug Fixes
resolve_subflows().yamlextension fallback for flow references without extensionsession initauto-enters subflow when first state hasflow:fieldTest Plan
ruff check .cleanruff format --check .clean