Recent Commits to hermes-agent:main
・fix: follow-up for PR #65541 — track read conns, convert remaining read paths, mark WAL tests - Route _get_read_conn through _connect_tracked_db so per-thread read-only connections are registered with the POSIX lock-safety guard (connect_tracked), matching the writer and existing read-only paths.
・Without this, byte-level probes of state.db could close() an fd that cancels locks held by an untracked read connection.