Muhammed Mukhthar CM 20ba8d4891 fix(config): preserve config data when validation fails
When readConfigFileSnapshot encounters validation errors, it now:
1. Returns the resolved config data instead of empty object
2. Uses passthrough() on main schema to preserve unknown fields

This prevents config loss when:
- User has custom/unknown fields
- Legacy config issues are detected but config is otherwise valid
- Zod schema does not recognize newer fields

Fixes config being overwritten with empty object on validation failure.
2026-01-13 01:16:13 +00:00
..
2026-01-10 02:11:43 +00:00
2026-01-09 16:55:16 +01:00
2026-01-08 08:40:02 +01:00
2026-01-08 02:44:19 +00:00
2026-01-12 01:53:42 +00:00
2026-01-12 21:49:44 +00:00
2026-01-04 07:05:17 +01:00
2026-01-12 21:57:51 +00:00