Recent Commits to hermes-agent:main
・fix: make the self-repo git guard Windows-only The live-checkout git mutation guard blocked history-rewriting git ops (checkout, reset --hard, rebase, cherry-pick, ...) in the running source checkout and its worktrees on every platform.
・The hazard it protects against is only real on Windows, where NTFS locks loaded module files and an in-place rewrite can corrupt the running process.
・On POSIX, open file handles pin t