Claude net/fs review

This commit is contained in:
2026-03-22 15:50:54 -04:00
parent 3260747408
commit 6a825afcc6
6 changed files with 396 additions and 129 deletions

View File

@@ -83,7 +83,6 @@ pub enum FsOp {
},
CreateDir {
path: PathBuf,
recursive: bool,
mode: u32,
},
RemoveFile {