07 - Pure-Rust Git-over-SSH remotes
Add complete embedded Git transport over SSH for ssh:// and scp-like remotes. Keep all URL parsing, host verification, authentication, upload-pack/receive-pack protocol handling, cancellation, and errors in crates/storage with Rust-only crates and no local git, ssh, shell, credential helper, ProxyCommand, or transport process. Ship SSH as an optional Cargo feature enabled by default in the CLI, TUI, and desktop application, while the iPhone/Apple build remains HTTPS-only unless explicitly opted in later.
-
100% Completed