Features
- Windows support: Full cross-platform support for Windows. Uses
os.tmpdir()for state directory,netstatfor port detection,certutilfor CA trust, and platform-aware command spawning. Includes Windows CI. (#6)
Bug Fixes
--namesanitization inportless run: Stop replacing dots with hyphens in--namevalues. Dots are valid and intentional in hostnames likelocal.metaview. (#108)- Worktree prefix only for linked worktrees: Only prepend the branch name for linked worktrees, not the root worktree. Previously any non-main branch got a prefix when multiple worktrees existed. (#108)
- Windows hosts file paths: Use platform-aware hosts file path and error messages (Administrator vs sudo). (#113)