pub fn resolve_data_dir(override_dir: Option<&Path>) -> PathBufExpand description
Resolves CLI data-root with deterministic default behavior.
When no override is provided, defaults to $HOME/.actionqueue/data. If the
HOME environment variable is not set, falls back to .actionqueue/data
relative to the current working directory.