pub fn lock_path() -> PathBufExpand description
Advisory lock file used to serialize stale-daemon recovery across concurrent clients (flock on the file; released when the lock file handle is dropped).
Overridable via the KHIVE_LOCK env var (for tests).