I'm wondering whether I could have a hard coded state machine to drive the whole process of delivering a feature or fixing a bug. For instance I'd like to always have a review by a different model and ensure that the tests pass locally (not just hope the agent does run them before stopping).
I'm sure it's been tried, anyone came across something like that?