You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct stale Sphinx cross-refs in errors.py and add 5% boundary test
- BudgetExhausted and BudgetConfigError docstrings referenced
firewall.budgets.BudgetManager (pre-split path); now point to
firewall.budget_manager.BudgetManager
- Add test_suggested_mode_boundary_exactly_five_percent_is_summary_not_handle_only
to confirm 5% exactly lands in the summary bucket, not handle_only;
guards against a future < → <= comparator change
0 commit comments