refactor: move shell and snapshot code out of codex-core

This commit is contained in:
Michael Bolin
2026-04-02 01:41:31 -07:00
parent e846fed2b1
commit 8ccb31a65e
39 changed files with 1516 additions and 1442 deletions

View File

@@ -1,7 +1,5 @@
//! Command parsing and safety utilities shared across Codex crates.
mod shell_detect;
pub mod bash;
pub mod command_safety;
pub mod parse_command;