Files
ide/readme.plan.md
T

8 lines
485 B
Markdown

# Implementation Plan
1. Build a local Electron shell that reads SSH targets, starts SSH tunnels, and opens the remote Theia frontend.
2. Install a versioned Theia server bundle into `~/.git.zone/ide-server/<version>` on remote SSH hosts.
3. Run the Theia backend on the remote host, bound to `127.0.0.1`.
4. Keep native shell concerns scoped to SSH/session orchestration and project window management.
5. Keep Theia integration scoped to editor context and future intellisense data.