Commit graph

1 commit

Author SHA1 Message Date
c72558e266 checker: pass EnabledRules to Collect via context
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.
2026-05-19 22:10:39 +08:00