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
Direct filesystem fallback in readFile bypassed the
WALK_EXCLUDE_DIRS guard, allowing reads into .git/.
Now checks the first path segment against the exclusion
set before falling through to stat.
Also fixes isBinary JSDoc to reflect extension-based
detection.
0 commit comments