Project 03
WaterOps ANZ
Drinking water · NZ
Runs a drinking-water contamination incident end to end: lab evidence, a versioned rule decision, a boil-water notice with a dual-approval boundary, and a stand-down gate that will not lift on the wrong evidence.
The stand-down gate keyed on lab import time — so samples collected before the contamination could clear it. Found by reading the rules, not the tests.

01 · Evidence
The result, with the gap left visible.
Why the stand-down gate must key on collection time: culture carries a pre-declaration sample past the declaration.
filter:
createdAt > declaredAt✓ counts as a post-incident clearThe import landed after the declaration, so the gate accepted it. The sample predates the contamination entirely.filter:
collectedAt > declaredAt✗ excluded — predates the incidentCollection time is the authoritative one. An unknown collection time is excluded fail-closed: unknown is never safe.