| 1 | // Contract guard for the message/review projection. The v1 wire splits |
| 2 | // message state into delivery_status (delivery rollup) + review_status |
| 3 | // (the review/HITL lifecycle: pending_review | sent | review_*). The app |
| 4 | // once read the now-removed hitl_status/`status === "pending_approval"` |
nothing calls this directly
no test coverage detected