You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prefer Glob over Files in Patterns() instead of merging both
When both glob: and files: are set on the same override or
kind-assignment entry, Patterns() previously returned the
union of both, silently broadening the match set. Now Glob
takes precedence and Files is used only when Glob is absent,
which matches the documented deprecation semantics.
https://claude.ai/code/session_01NEgDS5N2TCk6KyYfKxrJP8
0 commit comments