Skip to main content

ralph_workflow/git_helpers/
path_wrapper.rs

1// PATH wrapper operations for git commit protection — production implementation.
2//
3// All I/O lives in `path_wrapper/io.rs` (boundary module — file stem `io`
4// is recognized as a boundary by forbid_io_effects).
5
6include!("path_wrapper/io.rs");