cleanup and prettify

This commit is contained in:
kevin zhao
2025-11-12 14:36:48 -05:00
parent 4d0fffd387
commit b751be9156
4 changed files with 65 additions and 57 deletions

View File

@@ -54,5 +54,5 @@ cargo run -p codex-execpolicy2 -- check git status
cargo run -p codex-execpolicy2 -- --policy path/to/policy.codexpolicy check git status
```
- Example outcomes:
- Match: `{"Match": { ... "decision": "allow" ... }}`
- No match: `"NoMatch"`
- Match: `{"match": { ... "decision": "allow" ... }}`
- No match: `"noMatch"`