Module trace

Module trace 

Source
Expand description

Trace capture for HEL rule evaluation

This module provides evaluation tracing to explain why a rule matched or didn’t match. It captures atom-level comparisons with resolved values for deterministic audit trails.

Structs§

AtomTrace
Trace of a single comparison atom in a rule
EvalTrace
Complete evaluation trace for a rule

Functions§

evaluate_with_trace
Evaluate a condition with tracing enabled