// The `dirs` crate must NOT be added as a direct dependency of this
// crate. All directory resolution goes through `hm_util::dirs`, which
// owns the `dirs` dependency and provides both platform primitives and
// Harmont-specific discovery. Adding `dirs` here would bypass that
// single source of truth.