mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
refactors command_safety files into its own package, so we can add platform-specific ones Also creates a windows-specific of `is_known_safe_command` that just returns false always, since that is what happens today.