huskies: merge 858
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
//! - `io.rs` — the ONLY place that performs side effects (filesystem checks)
|
||||
//! - `path_guard.rs` — pure command-safety checks and output utilities
|
||||
|
||||
/// Side-effectful shell I/O — filesystem permission checks.
|
||||
pub mod io;
|
||||
/// Pure command-safety checks, blocked-binary lists, and output truncation.
|
||||
pub mod path_guard;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
|
||||
Reference in New Issue
Block a user