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-20 03:24:51 -08:00
2025-12-24 21:30:20 -08:00
2025-12-24 00:06:41 -08:00
2025-12-24 12:35:54 -08:00
2025-12-23 22:39:22 -08:00
2025-12-18 17:45:49 -05:00
2025-12-18 17:45:49 -05:00
2025-12-25 13:54:21 -08:00
2025-12-22 21:15:41 -08:00
2025-12-24 00:06:41 -08:00
2025-12-19 18:13:56 -08:00
2025-12-24 14:28:23 -08:00
2025-12-19 18:30:03 -08:00
2025-12-14 15:21:29 -08:00
2025-12-21 15:41:22 -08:00
2025-12-20 09:27:41 -08:00
2025-12-25 02:05:25 -08:00
2025-12-25 02:10:08 -08:00
2025-12-24 22:41:40 -08:00
2025-12-25 02:05:25 -08:00
2025-12-22 01:25:23 -08:00
2025-12-22 23:37:45 -08:00
2025-12-19 18:31:33 -08:00