v3.10.42 β FS Compass π§
π§ Dulus stops getting lost on Windows β meet FS Compass.
OneDrive quietly moves your Desktop/Documents/Downloads to paths like C:\Users\you\OneDrive\Desktop, and an agent doing blind dir/ls hops burns 5β10 turns trying to find them. Two new read-only tools end that:
ResolvePathβ turns loose human-speak ("onedrive desktop my-project") into the real absolute path in one call, by reading the Windows registry's "User Shell Folders" key (the actual source of truth) and fuzzy-walking down to your folder.SmartTreeβ prints a clean, depth-limited map with known folders pre-resolved and noise pruned (node_modules,.git,__pycache__,AppData,$RECYCLE.BIN).
stdlib-only (zero new deps), concurrent-safe, graceful Linux/Mac fallbacks. Registration never blocks boot.
pip install --upgrade dulus
Fewer wrong guesses, fewer "I couldn't find that file." π¦ π©π΄