fix: resolve symlink paths in autoimport.go for macOS
Both findBeadsDir() and findGitRoot() now use filepath.EvalSymlinks() to resolve to canonical paths before comparison. This fixes the issue where filepath.Rel() fails on macOS because /var is a symlink to /private/var, causing path mismatches. Fixes: TestDatabaseReinitialization failures on macOS 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user