//! Concrete workspace tool helpers layered over core tool/effect contracts. Use these
//! modules for bounded read, search, edit, write, and format-aware extraction
//! behavior under a host-selected workspace policy. Reads search local files;
//! edit/write helpers may mutate files only through explicit executor calls. This
//! file contains the anchor portion of that contract.
//!
use ;
/// Workspace hash line anchor request or result value.
/// Creating the value does not touch the filesystem; workspace executors document read, write, edit, or search effects.