//! Shared app-server runtime command construction.
//!
//! Codex and Gemini use different process names and fixed arguments, but both
//! place the selected provider model into a long-lived app-server command that
//! runs in the session worktree.
use Path;
use Command;
/// Builds one `codex app-server` process command for one session folder.
pub
/// Builds one `gemini --acp` process command for one session folder.
pub