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