Enforced lifecycles
Every service call moves through named states with clear rules for how it gets from one to the next. A job can never end up in some undefined limbo, can never skip its audit trail, and can never close out without a clear paper trail behind it.
- Every state is named and enforced
- Checked automatically, not by habit
- The docs never drift from the code