// pipeline/prompt/io_clipboard/io.rs — boundary module for clipboard operations.
// File stem is `io` — recognized as boundary module by forbid_io_effects lint.
// Clipboard operations for prompt saving.
//
// This is a boundary module - process operations are allowed here.
use crateClipboardCommand;