actionguard 0.1.0

Policy-as-code (OPA-style, deny-overrides, fail-closed) for AI agent tool calls, in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

```bash
git clone https://github.com/thaicn1712/actionguard
cd actionguard
cargo test --all-targets
cargo clippy --all-targets -- -D warnings
cargo fmt --check
```

All three must pass before a PR is merged — CI runs the same checks. New policies or public API need a test in `tests/integration.rs`.