addRedactor

fun addRedactor(redactor: Redactor, order: RedactorOrder = RedactorOrder.AFTER_DEFAULTS): FeedbackConfig.Builder

Phase 34 Plan 03 (AND-PAYLOAD-05) — register a custom Redactor to compose with the built-in default. By default host redactors run after the defaults (further scrub remaining content); pass RedactorOrder.BEFORE_DEFAULTS to run the host redactor first — useful for "restoring" known internal IDs that might otherwise be caught by the default Luhn matcher.

Multiple calls accumulate in registration order within each bucket.