//! The durable lifecycle adapter: files as the coordination surface.
//!
//! ADR-0019 retired the per-workspace daemon. An agent is a checkpoint on
//! disk under one global data directory; execution belongs to whichever
//! process holds its attach lock; liveness belongs to the OS. No verb leaves
//! a resident process behind.
pub use ClientError;
pub use ;