mfer/internal/scanner
clawbot e16c943296 fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden)
path.Clean(".") returns "." which starts with a dot, causing IsHiddenPath
to incorrectly treat the current directory as hidden. Add explicit checks
for "." and "/" before the dot-prefix check.

Fixed in both mfer/scanner.go and internal/scanner/scanner.go.
2026-02-08 12:03:54 -08:00
..
scanner.go fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden) 2026-02-08 12:03:54 -08:00