// SPDX-License-Identifier: Apache-2.0
use ;
/// The structured result of running one command - the agent-facing contract.
///
/// Note `stdout` and `stderr` are **split** (a raw PTY merges them), already
/// ANSI-stripped and secret-redacted, and bounded to the session's output cap.
/// A snapshot of shell state carried alongside results.