Address code review feedback:
- Exempt form/UI-config schemas (colorPaletteSchema, signInSchema)
from the zod deprecation warning. They are not server-response
schemas and should continue to use zod freely.
- Exempt *.test.ts and *.spec.ts files from the frozen-directory
pre-commit warning. Co-located tests for existing frozen-dir
modules follow current conventions and shouldn't be flagged.