···44 "github.com/bluesky-social/indigo/automod"
55)
6677+// IMPORTANT: reminder that these are the indigo-edition rules, not production rules
78func DefaultRules() automod.RuleSet {
89 rules := automod.RuleSet{
910 PostRules: []automod.PostRuleFunc{
+1
cmd/hepa/server.go
···166166 flags = flagstore.NewMemFlagStore()
167167 }
168168169169+ // IMPORTANT: reminder that these are the indigo-edition rules, not production rules
169170 extraBlobRules := []automod.BlobRuleFunc{}
170171 if config.HiveAPIToken != "" && config.RulesetName != "no-hive" {
171172 logger.Info("configuring Hive AI image labeler")