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
fix: gate output formatting and hybrid phase workflow routing
Two fixes:
1. Gate output labels (Task, Path, Type) were concatenating on one line
because labelValue() strips trailing newlines. Added explicit newlines.
2. fest next skipped incomplete after-position workflow steps on earlier
phases (e.g., 004_POLISH workflows) and jumped to later phase tasks
(e.g., 007_POLISH). Added findEarlierIncompleteAfterWorkflow() check
that intercepts before output and routes to the workflow.
0 commit comments