Expand description
Policy engines: the trait + native Rust rules.
Structs§
- Native
Policy - Native policy: closure-based rules (the zero-dependency default).
Enums§
- Policy
Decision - A policy verdict.
Traits§
- Policy
Engine - A policy engine evaluates (tool, arguments) → decision. Engines must be
total: any internal failure is a
Deny(fail-closed), never a panic.