tbot
tbot copied to clipboard
Deterministic CWD for machines
Currently, the CWD of a machine is largely undefined: For SubprocessConnecter
it is going to be the CWD of tbot itself, for SSHConnector
and similar, it is most likely $HOME
. I think it would make more sense to always cd to a machine's workdir during initialization to provide a deterministic baseline.