mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Add allow-prefix amendment helper to execpolicy
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
pub mod amend;
|
||||
pub mod decision;
|
||||
pub mod error;
|
||||
pub mod parser;
|
||||
pub mod policy;
|
||||
pub mod rule;
|
||||
|
||||
pub use amend::AmendError;
|
||||
pub use amend::append_allow_prefix_rule;
|
||||
pub use decision::Decision;
|
||||
pub use error::Error;
|
||||
pub use error::Result;
|
||||
|
||||
Reference in New Issue
Block a user