• v1.8.0 c72558e266

    nemunaire released this 2026-05-19 14:10:39 +00:00 | 1 commits to master since this release

    Providers can now skip optional work (network calls, paid API hits) for
    rules the host has disabled. The /collect request grows an EnabledRules
    field, and server.handleCollect attaches it to the context with
    WithEnabledRules; providers read it via EnabledRulesFromContext or the
    per-rule RuleEnabled helper.

    Downloads