pub fn execute(
db_path: Option<&PathBuf>,
session_id: Option<&str>,
json: bool,
) -> Result<()>Expand description
Execute status command.
If session_id is provided (from MCP bridge), looks up that specific session.
Otherwise falls back to finding an active session for the current project path.