khive-gate — pluggable authorization gate for verb dispatch.
The runtime consults a Gate impl before dispatching each verb. The default
AllowAllGate is permissive (suitable for personal/local deployments). For
production policy enforcement, plug a Rego-backed or capability-witness-backed
impl into RuntimeConfig.gate.
Quick start
use Arc;
use ;
use Namespace;
use json;
let gate: GateRef = new;
let req = new;
assert!;