mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-07 21:22:39 +00:00
Add typeof guard to only run legacy string migration when layout is a string. When layout is an object (written by third-party config editors), extract nested lineLayout, showSeparators, and pathLevels to top level. - Widen LegacyConfig type to accept Record<string, unknown> - Export mergeConfig for direct testing of migration paths - Add test cases for all migration scenarios