- Split rule tests: Refactor monolithic rule.test.js into context-specific test files organized by validation domain (e.g., request-body.test.js, examples.test.js, etc.). Current file will become unwieldy as new rules are added - splitting now improves discoverability and reduces merge conflicts.
NOTE: Specific splits may change during implementation and can be discussed with team for what makes sense.