docs(tunnel): refresh stale TODO markers on usage-mode docstring (VA-1, VA-3, VA-4) #17
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/tunnel-mode-stale-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The crate-level docstring on
crates/meshagent/src/host/tunnel.rsstill flagged the Desktop / Files / FileTransfer usage modes as TODOs even though the real handlers (run_desktop,run_files) have been wired. ROADMAP picked up the stale markers and filed them as VA-1, VA-3, VA-4.Per the actual code at lines 100-102 the dispatcher routes:
run_terminalrun_desktop(usesmeshagent-kvm::stream::StreamStatefor tile-diff streaming + X11 XTEST for input)run_files(ls, mkdir, mkfile, rm, rename, download start+chunks, upload chunks+done, findfile, copy, move)No behavior change. Just refreshes the docstring so the next ROADMAP scan does not refile them.
Test plan
cargo check -p meshagentclean.Closes VA-1, VA-3, VA-4.