Steve Yegge
f56f3615e8
feat: Add condition evaluator for gates and loops (gt-8tmz.7)
Implements mechanical condition evaluation for formula control flow:
- Step status checks: step.status == 'complete'
- Step output access: step.output.approved == true
- Aggregates: children(step).all(status == 'complete'), steps.complete >= 3
- External checks: file.exists('go.mod'), env.CI == 'true'
Conditions are intentionally limited to keep evaluation decidable.
No arbitrary code execution allowed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 13:54:21 -08:00
..
2025-12-25 12:21:23 -08:00
2025-12-25 12:21:23 -08:00
2025-12-25 13:54:21 -08:00
2025-12-25 13:54:21 -08:00
2025-12-25 12:08:05 -08:00
2025-12-25 12:08:05 -08:00
2025-12-25 02:33:22 -08:00
2025-12-25 02:33:22 -08:00
2025-12-25 12:15:12 -08:00