Skip to main content

ralph_workflow/git_helpers/
cleanup.rs

1// Cleanup utilities for agent-phase protection artifacts — production implementation.
2//
3// All I/O lives in `cleanup/io.rs` (boundary module — file stem `io`
4// is recognized as a boundary by forbid_io_effects).
5
6include!("cleanup/io.rs");