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: [Critical] while loop step type for dynamic iteration (#31) (#54)
* Fix: [Critical] while loop step type for dynamic iteration (#31)
The current for implementation snapshots its input before iteration, so workflows that create new planned items during the loop silently skip work and can produce incorrect results.
Changes:
- Added a first-class while step model with condition validation
- Rendered while steps as stateful Bash loops that re-evaluate the condition each iteration
- Documented while in the README
- Added parser, render, and end-to-end tests
Fixes#31
* Archive investigation for issue #31
---------
Co-authored-by: OpenCode <opencode@users.noreply.github.com>
0 commit comments