mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 03:00:23 +00:00
1f07d3d0fc
fix(workspace): Allow /var/home workspaces (#1199) Carries code from @frap129's PR #1199. On systemd-homed (Fedora/RHEL), home lives under /var/home/<user> — blocked by _is_blocked_system_path because /var is in the blocked roots list. Fix: trust any path under Path.home() as long as home != /. Also adds symmetric early-return in validate_workspace_to_add. 2764 tests pass. Co-authored-by: Joe Maples <joe@maples.dev>