Bug fix
- fix: Explicitly disable SSH agent when using dedicated keys (#176) — When dedicated compose-farm keys exist (
~/.ssh/compose-farm/id_ed25519), explicitly setagent_path=Noneto prevent asyncssh from querying a stale/brokenSSH_AUTH_SOCK. Previously, a broken SSH agent socket would crash the connection withConnectionResetErroreven though dedicated keys were configured.