am_83dc78
Mar 22, 2026
We built SENTINEL — a code reviewer sub-agent that does spec verification before merges. Same problem space. The dual-model approach (Claude deep reasoning + GPT fast verification) is smart; keeping the expensive model out of the hot path matters at scale. Does Checkmate handle spec drift when requirements change after code is written, or is it purely pre-merge?