Gets options for a rule.
Map<String, dynamic> getOptions(String ruleId) { return _settings[ruleId]?.options ?? {}; }