core-agent-ide/codex-rs/execpolicy/src
Dylan Hurd 6c22360bcb
fix(core) Deduplicate prefix_rules before appending (#10309)
## Summary
We ideally shouldn't make it to this point in the first place, but if we
do try to append a rule that already exists, we shouldn't append the
same rule twice.

## Testing
- [x] Added unit test for this case
2026-02-01 20:30:38 -08:00
..
amend.rs fix(core) Deduplicate prefix_rules before appending (#10309) 2026-02-01 20:30:38 -08:00
decision.rs migrating execpolicy -> execpolicy-legacy and execpolicy2 -> execpolicy (#6956) 2025-11-19 19:14:10 -08:00
error.rs Another round of improvements for config error messages (#9746) 2026-01-23 20:11:09 -08:00
execpolicycheck.rs fix: policy/*.codexpolicy -> rules/*.rules (#7888) 2025-12-11 14:46:00 -08:00
lib.rs Another round of improvements for config error messages (#9746) 2026-01-23 20:11:09 -08:00
main.rs Refactor execpolicy fallback evaluation (#7544) 2025-12-03 23:39:48 -08:00
parser.rs feat: add justification arg to prefix_rule() in *.rules (#8751) 2026-01-05 21:24:48 +00:00
policy.rs feat(core) RequestRule (#9489) 2026-01-28 08:43:17 +00:00
rule.rs feat(core) RequestRule (#9489) 2026-01-28 08:43:17 +00:00