.policy -> .codexpolicy

This commit is contained in:
kevin zhao
2025-11-11 21:01:31 -05:00
parent 66dca34c1c
commit 94e8d4e0ae
4 changed files with 8 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ cargo run -p codex-execpolicy2 -- check git status
```
- Use a specific policy file instead of the default:
```bash
cargo run -p codex-execpolicy2 -- --policy path/to/policy.star check git status
cargo run -p codex-execpolicy2 -- --policy path/to/policy.codexpolicy check git status
```
- Example outcomes:
- Match: `{"Match": { ... "decision": "allow" ... }}`