20.24But AI should not automatically turn every production error into a test
Rule:
Before adding regression coverage,
classify whether the incident represents:
- product defect
- integration defect
- bad external data
- transient infrastructure issue
- configuration issue
- expected rejected behavior
Otherwise suite fills with useless tests.