Package filter evaluates a destination agent's inbound filter ladder against
an envelope. Within a layer, rules compose as OR. Across layers, precedence
is: direct address > deny > allow > classify.
Outcome is the result of evaluating the filter ladder.
const (
Deliver Outcome = iota// deliver to this agent's inbox Drop // explicitly muted Classify // no deterministic decision; defer to classification)