v0.7.1 — native Windows setup friction fixes
v0.7.1 — native Windows setup friction fixes
Windows users running setup or doctor outside WSL no longer hit confusing failures:
- Hook registration detection now normalizes Windows paths, so backslash vs slash and drive-letter case differences no longer cause a false "hook not registered".
- Starting the daemon on native Windows prints a clear message (the bridge needs tmux and POSIX file locking — run it inside WSL) instead of a
ModuleNotFoundError: fcntltraceback. setupanddoctorprint apy -m bridge_setupfallback when the console script is not on PATH, and the README states that native Windows bridging is unsupported (use WSL).
No behavior changes on macOS/Linux.