Agents for developpement added + frontend add + backend added. Git viewer created + agent and template creator + layout and project creator
7 lines
239 B
Rust
7 lines
239 B
Rust
//! Remote use cases (ARCHITECTURE §6, L9). Connecting a project's
|
|
//! [`domain::ports::RemoteHost`] (local / SSH / WSL) and validating its root.
|
|
|
|
mod usecases;
|
|
|
|
pub use usecases::{ConnectRemote, ConnectRemoteInput, ConnectRemoteOutput};
|