//! Shared run-artifact contract for delegated agents.
//!
//! Owns `result.json` status writes and the `events.jsonl` attachment journal.
//! Runtime adapters (Rho SDK, Claude stream-json) translate into this surface;
//! the TUI only reads and renders it.
pub use AttachmentWriter;
pub use ;
pub use ;