pub fn router( shell: String, pwd: Option<PathBuf>, scrollback_limit: usize, sessions: Arc<SessionStore>, ) -> Router
Build the Axum router with all routes and shared state.