Related to #183. Blocked on #184, so the new reads are born in Config.
- Claude Code supports
CLAUDE_CONFIG_DIR. Codex CLI supports CODEX_HOME. We read neither.
- Result: for users who relocated their harness data, we find no sessions. No error is shown; the sessions are silently absent.
- We honor
COPILOT_HOME and XDG_DATA_HOME already. This makes the set consistent.
- The reads go into path-cli's
Config, not into the provider crates.
Related to #183. Blocked on #184, so the new reads are born in
Config.CLAUDE_CONFIG_DIR. Codex CLI supportsCODEX_HOME. We read neither.COPILOT_HOMEandXDG_DATA_HOMEalready. This makes the set consistent.Config, not into the provider crates.