docs: drop residual both-binaries framings + stale binary_subcommand doc

This commit is contained in:
damocles 2026-06-10 20:04:03 +02:00
commit 62c41baf63
2 changed files with 3 additions and 4 deletions

View file

@ -57,7 +57,7 @@ pub fn config_dir() -> PathBuf {
}
/// Claude credentials directory for the current agent. `$HOME/.claude`
/// matches what the `claude` CLI reads at runtime — both binaries see
/// matches what the `claude` CLI reads at runtime — the harness sees
/// the same `$HOME` set by the per-service systemd `environment`
/// declaration (`/home/<agent>`). Falls back to `/root/.claude` for
/// dev / test environments where `HOME` isn't set so the previous