ReviewGateConfig
data class ReviewGateConfig(val minAccountAgeDays: Int = 3, val minInteractions: Int = 5, val cooldownDays: Int = 30)
Tunable thresholds for the review gate (sane defaults; overridable via app config).
Tunable thresholds for the review gate (sane defaults; overridable via app config).