pub fn trust_gate(weight: f32, threshold: f32) -> bool
Behavioural-trust gate: a permission/capability activates only when the holder’s derived trust weight exceeds threshold τ. Composes probabilistic::evaluate_threshold.
weight
threshold
probabilistic::evaluate_threshold