Describe the bug
In main.go:3562, cache migration error is silently ignored:
_ = config.MigrateCacheFiles()
If migration fails, user runs with stale/missing cache data. No warning, no diagnostic.
To reproduce
- Upgrade matcha with incompatible cache format
- Migration fails silently
- Previously cached data lost
Expected behavior
Log warning when migration fails so users can report issues.
Describe the bug
In main.go:3562, cache migration error is silently ignored:
If migration fails, user runs with stale/missing cache data. No warning, no diagnostic.
To reproduce
Expected behavior
Log warning when migration fails so users can report issues.