Fixtures & validation
Every detector rule needs a positive and a negative fixture. The negative fixture is the one that matters — it encodes what the rule must not match.Layout
Fixtures live undertestdata/rules/<rule-id>/ in the repository (exact layout follows DESIGN.md).
Commands
make golden and review the diff — never blind-accept.