Loading
refactor: apply review suggestions to Result and metric labels
- Emit the rule-level outcome (allow/log/limit/skip) as the calls_total
action label instead of preserving the pre-rename "block" vocabulary.
- Simplify Result#skipped? to a double-bang.
- Memoize Result#most_constraining via Array#min; add_evaluation
invalidates the memo.
Co-Authored-By:
Claude Fable 5 <noreply@anthropic.com>