September 3, 2026 · 3.0.0-alpha.10
Crews, workflows, automations, hooks
Velora stops being one loop you configure and becomes a system you compose: who does the work (crews), when and in what order it happens (workflows), what makes it start (automations), and what always happens regardless (hooks).
- Improved
A member pinned to an agent that is not connected is a warning. Velora Auto routes around it, so the crew still runs
- Improved
A read-only member holding a tool that can change things is an error that blocks activation. A reviewer that can rewrite what it reviews is not an…
- Improved
Conditions branch on recorded facts, never on model prose. "Did verification pass" reads the verification record. A workflow that branched on an…
- Improved
Cycles drawn with edges are rejected. Repetition is expressed with a loop node, which cannot exist without an iteration limit. That is the…
- Improved
A run that fired late because the machine was asleep says so, and names the time it was scheduled for. A 2 AM sweep that starts at 9:12 is not a…