Add coding guidelines to README
Add mandatory coding guidelines section to prevent common mistakes:
- ALL validation functions must go in src/utils/validation.ts
- ALL code requires comprehensive test coverage
- Include examples and PR checklist
This ensures consistency and prevents validation functions from
being scattered across the codebase.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>